Shades of Dark Violet #9C12DF
Tints of Dark Violet #9C12DF
RGB
CMYK
RGB Variations
Color information
#9C12DF (or 0x9C12DF) is known color: Dark Violet. HEX triplet: 9C, 12 and DF. RGB value is (156,18,223). Sum of RGB (Red+Green+Blue) = 156+18+223=397 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.29% from 397); Green value is 18 (7.42% from 255 or 4.53% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #9C12DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C12DF is #63ED20. Grayscale: #515151. Windows color (decimal): -6548769 or 14619292. OLE color: 14619292.
HSL color Cylindrical-coordinate representation of color #9C12DF: hue angle of 280.39º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C12DF is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 18 | 223 | - |
| CMYK | 0.30 | 0.92 | 0 | 0.13 |
| HSL | 280.39º | 0.85% | 0.47% | - |
| HSV(B) | 280.39º | 0.92% | 0.87% | - |
| XYZ | 27.25 | 12.83 | 70.85 | - |
| YUV | 82.63 | 207.22 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 18 | 223 | 0.30 | 0.92 | 0 | 0.13 | 280.39 | 0.85 | 0.47 |
| Hex | 9C | 12 | DF | 1E | 5C | 0 | D | 118 | 55 | 2F |
| Octal | 234 | 22 | 337 | 36 | 134 | 0 | 15 | 430 | 125 | 57 |
| Binary | 10011100 | 10010 | 11011111 | 11110 | 1011100 | 0 | 1101 | 100011000 | 1010101 | 101111 |
Color Harmonies of #9C12DF
Complementary color
Monochromatic Colors of #9C12DF
Black with #9C12DF
Text Example
Text Example
White with #9C12DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C12DF; }
p { color: rgb(156,18,223); }
H1.HeaderClassName
{
color: #9C12DF;
}
.AnyTagClassName
{
color: #9C12DF;
}
</style>
background-color css
<style>
a { background-color: #9C12DF; }
a { background-color: rgb(156,18,223); }
div.DivClassName
{
background-color: #9C12DF;
}
.BgClassName
{
background-color: #9C12DF;
}
</style>
border-color css
<style>
span { border-color: #9C12DF; }
span { border-color: rgb(156,18,223); }
td.TdClassName
{
border-color: #9C12DF;
}
.TagClassName
{
border-color: #9C12DF;
}
</style>