Shades of Dark Violet #9012CA
Tints of Dark Violet #9012CA
RGB
CMYK
RGB Variations
Color information
#9012CA (or 0x9012CA) is known color: Dark Violet. HEX triplet: 90, 12 and CA. RGB value is (144,18,202). Sum of RGB (Red+Green+Blue) = 144+18+202=364 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.56% from 364); Green value is 18 (7.42% from 255 or 4.95% from 364); Blue value is 202 (79.30% from 255 or 55.49% from 364); Max value from RGB is 202 - color contains mainly: blue. Hex color #9012CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9012CA is #6FED35. Grayscale: #4C4C4C. Windows color (decimal): -7335222 or 13243024. OLE color: 13243024.
HSL color Cylindrical-coordinate representation of color #9012CA: hue angle of 281.09º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9012CA is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 18 | 202 | - |
| CMYK | 0.29 | 0.91 | 0 | 0.21 |
| HSL | 281.09º | 0.84% | 0.43% | - |
| HSV(B) | 281.09º | 0.91% | 0.79% | - |
| XYZ | 22.38 | 10.63 | 56.75 | - |
| YUV | 76.65 | 198.74 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 18 | 202 | 0.29 | 0.91 | 0 | 0.21 | 281.09 | 0.84 | 0.43 |
| Hex | 90 | 12 | CA | 1D | 5B | 0 | 15 | 119 | 54 | 2B |
| Octal | 220 | 22 | 312 | 35 | 133 | 0 | 25 | 431 | 124 | 53 |
| Binary | 10010000 | 10010 | 11001010 | 11101 | 1011011 | 0 | 10101 | 100011001 | 1010100 | 101011 |
Color Harmonies of #9012CA
Complementary color
Monochromatic Colors of #9012CA
Black with #9012CA
Text Example
Text Example
White with #9012CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9012CA; }
p { color: rgb(144,18,202); }
H1.HeaderClassName
{
color: #9012CA;
}
.AnyTagClassName
{
color: #9012CA;
}
</style>
background-color css
<style>
a { background-color: #9012CA; }
a { background-color: rgb(144,18,202); }
div.DivClassName
{
background-color: #9012CA;
}
.BgClassName
{
background-color: #9012CA;
}
</style>
border-color css
<style>
span { border-color: #9012CA; }
span { border-color: rgb(144,18,202); }
td.TdClassName
{
border-color: #9012CA;
}
.TagClassName
{
border-color: #9012CA;
}
</style>