Shades of Dark Violet #9C0FEA
Tints of Dark Violet #9C0FEA
RGB
CMYK
RGB Variations
Color information
#9C0FEA (or 0x9C0FEA) is known color: Dark Violet. HEX triplet: 9C, 0F and EA. RGB value is (156,15,234). Sum of RGB (Red+Green+Blue) = 156+15+234=405 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.52% from 405); Green value is 15 (6.25% from 255 or 3.70% from 405); Blue value is 234 (91.80% from 255 or 57.78% from 405); Max value from RGB is 234 - color contains mainly: blue. Hex color #9C0FEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C0FEA is #63F015. Grayscale: #515151. Windows color (decimal): -6549526 or 15339420. OLE color: 15339420.
HSL color Cylindrical-coordinate representation of color #9C0FEA: hue angle of 278.63º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C0FEA is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 15 | 234 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.08 |
| HSL | 278.63º | 0.88% | 0.49% | - |
| HSV(B) | 278.63º | 0.94% | 0.92% | - |
| XYZ | 28.73 | 13.35 | 78.9 | - |
| YUV | 82.13 | 213.71 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 15 | 234 | 0.33 | 0.94 | 0 | 0.08 | 278.63 | 0.88 | 0.49 |
| Hex | 9C | F | EA | 21 | 5E | 0 | 8 | 117 | 58 | 31 |
| Octal | 234 | 17 | 352 | 41 | 136 | 0 | 10 | 427 | 130 | 61 |
| Binary | 10011100 | 1111 | 11101010 | 100001 | 1011110 | 0 | 1000 | 100010111 | 1011000 | 110001 |
Color Harmonies of #9C0FEA
Complementary color
Monochromatic Colors of #9C0FEA
Black with #9C0FEA
Text Example
Text Example
White with #9C0FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0FEA; }
p { color: rgb(156,15,234); }
H1.HeaderClassName
{
color: #9C0FEA;
}
.AnyTagClassName
{
color: #9C0FEA;
}
</style>
background-color css
<style>
a { background-color: #9C0FEA; }
a { background-color: rgb(156,15,234); }
div.DivClassName
{
background-color: #9C0FEA;
}
.BgClassName
{
background-color: #9C0FEA;
}
</style>
border-color css
<style>
span { border-color: #9C0FEA; }
span { border-color: rgb(156,15,234); }
td.TdClassName
{
border-color: #9C0FEA;
}
.TagClassName
{
border-color: #9C0FEA;
}
</style>