Shades of Dark Violet #9C0CEF
Tints of Dark Violet #9C0CEF
RGB
CMYK
RGB Variations
Color information
#9C0CEF (or 0x9C0CEF) is known color: Dark Violet. HEX triplet: 9C, 0C and EF. RGB value is (156,12,239). Sum of RGB (Red+Green+Blue) = 156+12+239=407 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.33% from 407); Green value is 12 (5.08% from 255 or 2.95% from 407); Blue value is 239 (93.75% from 255 or 58.72% from 407); Max value from RGB is 239 - color contains mainly: blue. Hex color #9C0CEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C0CEF is #63F310. Grayscale: #505050. Windows color (decimal): -6550289 or 15666332. OLE color: 15666332.
HSL color Cylindrical-coordinate representation of color #9C0CEF: hue angle of 278.06º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9C0CEF is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 156 | 12 | 239 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.06 |
| HSL | 278.06º | 0.9% | 0.49% | - |
| HSV(B) | 278.06º | 0.95% | 0.94% | - |
| XYZ | 29.42 | 13.56 | 82.73 | - |
| YUV | 80.93 | 217.21 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 12 | 239 | 0.35 | 0.95 | 0 | 0.06 | 278.06 | 0.9 | 0.49 |
| Hex | 9C | C | EF | 23 | 5F | 0 | 6 | 116 | 5A | 31 |
| Octal | 234 | 14 | 357 | 43 | 137 | 0 | 6 | 426 | 132 | 61 |
| Binary | 10011100 | 1100 | 11101111 | 100011 | 1011111 | 0 | 110 | 100010110 | 1011010 | 110001 |
Color Harmonies of #9C0CEF
Complementary color
Monochromatic Colors of #9C0CEF
Black with #9C0CEF
Text Example
Text Example
White with #9C0CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0CEF; }
p { color: rgb(156,12,239); }
H1.HeaderClassName
{
color: #9C0CEF;
}
.AnyTagClassName
{
color: #9C0CEF;
}
</style>
background-color css
<style>
a { background-color: #9C0CEF; }
a { background-color: rgb(156,12,239); }
div.DivClassName
{
background-color: #9C0CEF;
}
.BgClassName
{
background-color: #9C0CEF;
}
</style>
border-color css
<style>
span { border-color: #9C0CEF; }
span { border-color: rgb(156,12,239); }
td.TdClassName
{
border-color: #9C0CEF;
}
.TagClassName
{
border-color: #9C0CEF;
}
</style>