Shades of Dark Violet #9E12CC
Tints of Dark Violet #9E12CC
RGB
CMYK
RGB Variations
Color information
#9E12CC (or 0x9E12CC) is known color: Dark Violet. HEX triplet: 9E, 12 and CC. RGB value is (158,18,204). Sum of RGB (Red+Green+Blue) = 158+18+204=380 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.58% from 380); Green value is 18 (7.42% from 255 or 4.74% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #9E12CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E12CC is #61ED33. Grayscale: #505050. Windows color (decimal): -6417716 or 13374110. OLE color: 13374110.
HSL color Cylindrical-coordinate representation of color #9E12CC: hue angle of 285.16º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9E12CC is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 158 | 18 | 204 | - |
| CMYK | 0.23 | 0.91 | 0 | 0.2 |
| HSL | 285.16º | 0.84% | 0.44% | - |
| HSV(B) | 285.16º | 0.91% | 0.8% | - |
| XYZ | 25.22 | 12.06 | 58.13 | - |
| YUV | 81.06 | 197.38 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 18 | 204 | 0.23 | 0.91 | 0 | 0.2 | 285.16 | 0.84 | 0.44 |
| Hex | 9E | 12 | CC | 17 | 5B | 0 | 14 | 11D | 54 | 2C |
| Octal | 236 | 22 | 314 | 27 | 133 | 0 | 24 | 435 | 124 | 54 |
| Binary | 10011110 | 10010 | 11001100 | 10111 | 1011011 | 0 | 10100 | 100011101 | 1010100 | 101100 |
Color Harmonies of #9E12CC
Complementary color
Monochromatic Colors of #9E12CC
Black with #9E12CC
Text Example
Text Example
White with #9E12CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E12CC; }
p { color: rgb(158,18,204); }
H1.HeaderClassName
{
color: #9E12CC;
}
.AnyTagClassName
{
color: #9E12CC;
}
</style>
background-color css
<style>
a { background-color: #9E12CC; }
a { background-color: rgb(158,18,204); }
div.DivClassName
{
background-color: #9E12CC;
}
.BgClassName
{
background-color: #9E12CC;
}
</style>
border-color css
<style>
span { border-color: #9E12CC; }
span { border-color: rgb(158,18,204); }
td.TdClassName
{
border-color: #9E12CC;
}
.TagClassName
{
border-color: #9E12CC;
}
</style>