Shades of Blue Violet #9D1FED
Tints of Blue Violet #9D1FED
RGB
CMYK
RGB Variations
Color information
#9D1FED (or 0x9D1FED) is known color: Blue Violet. HEX triplet: 9D, 1F and ED. RGB value is (157,31,237). Sum of RGB (Red+Green+Blue) = 157+31+237=425 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.94% from 425); Green value is 31 (12.5% from 255 or 7.29% from 425); Blue value is 237 (92.97% from 255 or 55.76% from 425); Max value from RGB is 237 - color contains mainly: blue. Hex color #9D1FED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D1FED is #62E012. Grayscale: #5B5B5B. Windows color (decimal): -6479891 or 15540125. OLE color: 15540125.
HSL color Cylindrical-coordinate representation of color #9D1FED: hue angle of 276.7º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9D1FED is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 31 | 237 | - |
| CMYK | 0.34 | 0.87 | 0 | 0.07 |
| HSL | 276.7º | 0.85% | 0.53% | - |
| HSV(B) | 276.7º | 0.87% | 0.93% | - |
| XYZ | 29.68 | 14.26 | 81.31 | - |
| YUV | 92.16 | 209.74 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 31 | 237 | 0.34 | 0.87 | 0 | 0.07 | 276.7 | 0.85 | 0.53 |
| Hex | 9D | 1F | ED | 22 | 57 | 0 | 7 | 115 | 55 | 35 |
| Octal | 235 | 37 | 355 | 42 | 127 | 0 | 7 | 425 | 125 | 65 |
| Binary | 10011101 | 11111 | 11101101 | 100010 | 1010111 | 0 | 111 | 100010101 | 1010101 | 110101 |
Color Harmonies of #9D1FED
Complementary color
Monochromatic Colors of #9D1FED
Black with #9D1FED
Text Example
Text Example
White with #9D1FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1FED; }
p { color: rgb(157,31,237); }
H1.HeaderClassName
{
color: #9D1FED;
}
.AnyTagClassName
{
color: #9D1FED;
}
</style>
background-color css
<style>
a { background-color: #9D1FED; }
a { background-color: rgb(157,31,237); }
div.DivClassName
{
background-color: #9D1FED;
}
.BgClassName
{
background-color: #9D1FED;
}
</style>
border-color css
<style>
span { border-color: #9D1FED; }
span { border-color: rgb(157,31,237); }
td.TdClassName
{
border-color: #9D1FED;
}
.TagClassName
{
border-color: #9D1FED;
}
</style>