Shades of Dark Violet #9012D1
Tints of Dark Violet #9012D1
RGB
CMYK
RGB Variations
Color information
#9012D1 (or 0x9012D1) is known color: Dark Violet. HEX triplet: 90, 12 and D1. RGB value is (144,18,209). Sum of RGB (Red+Green+Blue) = 144+18+209=371 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.81% from 371); Green value is 18 (7.42% from 255 or 4.85% from 371); Blue value is 209 (82.03% from 255 or 56.33% from 371); Max value from RGB is 209 - color contains mainly: blue. Hex color #9012D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9012D1 is #6FED2E. Grayscale: #4C4C4C. Windows color (decimal): -7335215 or 13701776. OLE color: 13701776.
HSL color Cylindrical-coordinate representation of color #9012D1: hue angle of 279.58º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9012D1 is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 18 | 209 | - |
| CMYK | 0.31 | 0.91 | 0 | 0.18 |
| HSL | 279.58º | 0.84% | 0.45% | - |
| HSV(B) | 279.58º | 0.91% | 0.82% | - |
| XYZ | 23.23 | 10.97 | 61.21 | - |
| YUV | 77.45 | 202.24 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 18 | 209 | 0.31 | 0.91 | 0 | 0.18 | 279.58 | 0.84 | 0.45 |
| Hex | 90 | 12 | D1 | 1F | 5B | 0 | 12 | 118 | 54 | 2D |
| Octal | 220 | 22 | 321 | 37 | 133 | 0 | 22 | 430 | 124 | 55 |
| Binary | 10010000 | 10010 | 11010001 | 11111 | 1011011 | 0 | 10010 | 100011000 | 1010100 | 101101 |
Color Harmonies of #9012D1
Complementary color
Monochromatic Colors of #9012D1
Black with #9012D1
Text Example
Text Example
White with #9012D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9012D1; }
p { color: rgb(144,18,209); }
H1.HeaderClassName
{
color: #9012D1;
}
.AnyTagClassName
{
color: #9012D1;
}
</style>
background-color css
<style>
a { background-color: #9012D1; }
a { background-color: rgb(144,18,209); }
div.DivClassName
{
background-color: #9012D1;
}
.BgClassName
{
background-color: #9012D1;
}
</style>
border-color css
<style>
span { border-color: #9012D1; }
span { border-color: rgb(144,18,209); }
td.TdClassName
{
border-color: #9012D1;
}
.TagClassName
{
border-color: #9012D1;
}
</style>