Shades of Dark Violet #9012CD
Tints of Dark Violet #9012CD
RGB
CMYK
RGB Variations
Color information
#9012CD (or 0x9012CD) is known color: Dark Violet. HEX triplet: 90, 12 and CD. RGB value is (144,18,205). Sum of RGB (Red+Green+Blue) = 144+18+205=367 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.24% from 367); Green value is 18 (7.42% from 255 or 4.90% from 367); Blue value is 205 (80.47% from 255 or 55.86% from 367); Max value from RGB is 205 - color contains mainly: blue. Hex color #9012CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9012CD is #6FED32. Grayscale: #4C4C4C. Windows color (decimal): -7335219 or 13439632. OLE color: 13439632.
HSL color Cylindrical-coordinate representation of color #9012CD: hue angle of 280.43º 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 #9012CD is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 18 | 205 | - |
| CMYK | 0.30 | 0.91 | 0 | 0.20 |
| HSL | 280.43º | 0.84% | 0.44% | - |
| HSV(B) | 280.43º | 0.91% | 0.8% | - |
| XYZ | 22.74 | 10.77 | 58.64 | - |
| YUV | 76.99 | 200.24 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 18 | 205 | 0.30 | 0.91 | 0 | 0.20 | 280.43 | 0.84 | 0.44 |
| Hex | 90 | 12 | CD | 1E | 5B | 0 | 14 | 118 | 54 | 2C |
| Octal | 220 | 22 | 315 | 36 | 133 | 0 | 24 | 430 | 124 | 54 |
| Binary | 10010000 | 10010 | 11001101 | 11110 | 1011011 | 0 | 10100 | 100011000 | 1010100 | 101100 |
Color Harmonies of #9012CD
Complementary color
Monochromatic Colors of #9012CD
Black with #9012CD
Text Example
Text Example
White with #9012CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9012CD; }
p { color: rgb(144,18,205); }
H1.HeaderClassName
{
color: #9012CD;
}
.AnyTagClassName
{
color: #9012CD;
}
</style>
background-color css
<style>
a { background-color: #9012CD; }
a { background-color: rgb(144,18,205); }
div.DivClassName
{
background-color: #9012CD;
}
.BgClassName
{
background-color: #9012CD;
}
</style>
border-color css
<style>
span { border-color: #9012CD; }
span { border-color: rgb(144,18,205); }
td.TdClassName
{
border-color: #9012CD;
}
.TagClassName
{
border-color: #9012CD;
}
</style>