Shades of Dark Violet #9C0FEC
Tints of Dark Violet #9C0FEC
RGB
CMYK
RGB Variations
Color information
#9C0FEC (or 0x9C0FEC) is known color: Dark Violet. HEX triplet: 9C, 0F and EC. RGB value is (156,15,236). Sum of RGB (Red+Green+Blue) = 156+15+236=407 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.33% from 407); Green value is 15 (6.25% from 255 or 3.69% from 407); Blue value is 236 (92.58% from 255 or 57.99% from 407); Max value from RGB is 236 - color contains mainly: blue. Hex color #9C0FEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C0FEC is #63F013. Grayscale: #515151. Windows color (decimal): -6549524 or 15470492. OLE color: 15470492.
HSL color Cylindrical-coordinate representation of color #9C0FEC: hue angle of 278.28º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C0FEC is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 15 | 236 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.07 |
| HSL | 278.28º | 0.88% | 0.49% | - |
| HSV(B) | 278.28º | 0.94% | 0.93% | - |
| XYZ | 29.02 | 13.47 | 80.43 | - |
| YUV | 82.35 | 214.71 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 15 | 236 | 0.34 | 0.94 | 0 | 0.07 | 278.28 | 0.88 | 0.49 |
| Hex | 9C | F | EC | 22 | 5E | 0 | 7 | 116 | 58 | 31 |
| Octal | 234 | 17 | 354 | 42 | 136 | 0 | 7 | 426 | 130 | 61 |
| Binary | 10011100 | 1111 | 11101100 | 100010 | 1011110 | 0 | 111 | 100010110 | 1011000 | 110001 |
Color Harmonies of #9C0FEC
Complementary color
Monochromatic Colors of #9C0FEC
Black with #9C0FEC
Text Example
Text Example
White with #9C0FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0FEC; }
p { color: rgb(156,15,236); }
H1.HeaderClassName
{
color: #9C0FEC;
}
.AnyTagClassName
{
color: #9C0FEC;
}
</style>
background-color css
<style>
a { background-color: #9C0FEC; }
a { background-color: rgb(156,15,236); }
div.DivClassName
{
background-color: #9C0FEC;
}
.BgClassName
{
background-color: #9C0FEC;
}
</style>
border-color css
<style>
span { border-color: #9C0FEC; }
span { border-color: rgb(156,15,236); }
td.TdClassName
{
border-color: #9C0FEC;
}
.TagClassName
{
border-color: #9C0FEC;
}
</style>