Shades of Dark Violet #9C12B4
Tints of Dark Violet #9C12B4
RGB
CMYK
RGB Variations
Color information
#9C12B4 (or 0x9C12B4) is known color: Dark Violet. HEX triplet: 9C, 12 and B4. RGB value is (156,18,180). Sum of RGB (Red+Green+Blue) = 156+18+180=354 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.07% from 354); Green value is 18 (7.42% from 255 or 5.08% from 354); Blue value is 180 (70.70% from 255 or 50.85% from 354); Max value from RGB is 180 - color contains mainly: blue. Hex color #9C12B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C12B4 is #63ED4B. Grayscale: #4D4D4D. Windows color (decimal): -6548812 or 11801244. OLE color: 11801244.
HSL color Cylindrical-coordinate representation of color #9C12B4: hue angle of 291.11º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C12B4 is Cyan = 0.13, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 18 | 180 | - |
| CMYK | 0.13 | 0.9 | 0 | 0.29 |
| HSL | 291.11º | 0.82% | 0.39% | - |
| HSV(B) | 291.11º | 0.9% | 0.71% | - |
| XYZ | 22.16 | 10.8 | 44.1 | - |
| YUV | 77.73 | 185.72 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 18 | 180 | 0.13 | 0.9 | 0 | 0.29 | 291.11 | 0.82 | 0.39 |
| Hex | 9C | 12 | B4 | D | 5A | 0 | 1D | 123 | 52 | 27 |
| Octal | 234 | 22 | 264 | 15 | 132 | 0 | 35 | 443 | 122 | 47 |
| Binary | 10011100 | 10010 | 10110100 | 1101 | 1011010 | 0 | 11101 | 100100011 | 1010010 | 100111 |
Color Harmonies of #9C12B4
Complementary color
Monochromatic Colors of #9C12B4
Black with #9C12B4
Text Example
Text Example
White with #9C12B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C12B4; }
p { color: rgb(156,18,180); }
H1.HeaderClassName
{
color: #9C12B4;
}
.AnyTagClassName
{
color: #9C12B4;
}
</style>
background-color css
<style>
a { background-color: #9C12B4; }
a { background-color: rgb(156,18,180); }
div.DivClassName
{
background-color: #9C12B4;
}
.BgClassName
{
background-color: #9C12B4;
}
</style>
border-color css
<style>
span { border-color: #9C12B4; }
span { border-color: rgb(156,18,180); }
td.TdClassName
{
border-color: #9C12B4;
}
.TagClassName
{
border-color: #9C12B4;
}
</style>