Shades of Dark Violet #9012CF
Tints of Dark Violet #9012CF
RGB
CMYK
RGB Variations
Color information
#9012CF (or 0x9012CF) is known color: Dark Violet. HEX triplet: 90, 12 and CF. RGB value is (144,18,207). Sum of RGB (Red+Green+Blue) = 144+18+207=369 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.02% from 369); Green value is 18 (7.42% from 255 or 4.88% from 369); Blue value is 207 (81.25% from 255 or 56.10% from 369); Max value from RGB is 207 - color contains mainly: blue. Hex color #9012CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9012CF is #6FED30. Grayscale: #4C4C4C. Windows color (decimal): -7335217 or 13570704. OLE color: 13570704.
HSL color Cylindrical-coordinate representation of color #9012CF: hue angle of 280º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9012CF is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 18 | 207 | - |
| CMYK | 0.30 | 0.91 | 0 | 0.19 |
| HSL | 280º | 0.84% | 0.44% | - |
| HSV(B) | 280º | 0.91% | 0.81% | - |
| XYZ | 22.98 | 10.87 | 59.92 | - |
| YUV | 77.22 | 201.24 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 18 | 207 | 0.30 | 0.91 | 0 | 0.19 | 280 | 0.84 | 0.44 |
| Hex | 90 | 12 | CF | 1E | 5B | 0 | 13 | 118 | 54 | 2C |
| Octal | 220 | 22 | 317 | 36 | 133 | 0 | 23 | 430 | 124 | 54 |
| Binary | 10010000 | 10010 | 11001111 | 11110 | 1011011 | 0 | 10011 | 100011000 | 1010100 | 101100 |
Color Harmonies of #9012CF
Complementary color
Monochromatic Colors of #9012CF
Black with #9012CF
Text Example
Text Example
White with #9012CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9012CF; }
p { color: rgb(144,18,207); }
H1.HeaderClassName
{
color: #9012CF;
}
.AnyTagClassName
{
color: #9012CF;
}
</style>
background-color css
<style>
a { background-color: #9012CF; }
a { background-color: rgb(144,18,207); }
div.DivClassName
{
background-color: #9012CF;
}
.BgClassName
{
background-color: #9012CF;
}
</style>
border-color css
<style>
span { border-color: #9012CF; }
span { border-color: rgb(144,18,207); }
td.TdClassName
{
border-color: #9012CF;
}
.TagClassName
{
border-color: #9012CF;
}
</style>