Shades of Dark Violet #9E0FCB
Tints of Dark Violet #9E0FCB
RGB
CMYK
RGB Variations
Color information
#9E0FCB (or 0x9E0FCB) is known color: Dark Violet. HEX triplet: 9E, 0F and CB. RGB value is (158,15,203). Sum of RGB (Red+Green+Blue) = 158+15+203=376 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.02% from 376); Green value is 15 (6.25% from 255 or 3.99% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #9E0FCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E0FCB is #61F034. Grayscale: #4E4E4E. Windows color (decimal): -6418485 or 13307806. OLE color: 13307806.
HSL color Cylindrical-coordinate representation of color #9E0FCB: hue angle of 285.64º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9E0FCB is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 15 | 203 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.20 |
| HSL | 285.64º | 0.86% | 0.43% | - |
| HSV(B) | 285.64º | 0.93% | 0.8% | - |
| XYZ | 25.05 | 11.92 | 57.48 | - |
| YUV | 79.19 | 197.88 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 15 | 203 | 0.22 | 0.93 | 0 | 0.20 | 285.64 | 0.86 | 0.43 |
| Hex | 9E | F | CB | 16 | 5D | 0 | 14 | 11E | 56 | 2B |
| Octal | 236 | 17 | 313 | 26 | 135 | 0 | 24 | 436 | 126 | 53 |
| Binary | 10011110 | 1111 | 11001011 | 10110 | 1011101 | 0 | 10100 | 100011110 | 1010110 | 101011 |
Color Harmonies of #9E0FCB
Complementary color
Monochromatic Colors of #9E0FCB
Black with #9E0FCB
Text Example
Text Example
White with #9E0FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0FCB; }
p { color: rgb(158,15,203); }
H1.HeaderClassName
{
color: #9E0FCB;
}
.AnyTagClassName
{
color: #9E0FCB;
}
</style>
background-color css
<style>
a { background-color: #9E0FCB; }
a { background-color: rgb(158,15,203); }
div.DivClassName
{
background-color: #9E0FCB;
}
.BgClassName
{
background-color: #9E0FCB;
}
</style>
border-color css
<style>
span { border-color: #9E0FCB; }
span { border-color: rgb(158,15,203); }
td.TdClassName
{
border-color: #9E0FCB;
}
.TagClassName
{
border-color: #9E0FCB;
}
</style>