Shades of Dark Violet #9010CE
Tints of Dark Violet #9010CE
RGB
CMYK
RGB Variations
Color information
#9010CE (or 0x9010CE) is known color: Dark Violet. HEX triplet: 90, 10 and CE. RGB value is (144,16,206). Sum of RGB (Red+Green+Blue) = 144+16+206=366 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.34% from 366); Green value is 16 (6.64% from 255 or 4.37% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #9010CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9010CE is #6FEF31. Grayscale: #4B4B4B. Windows color (decimal): -7335730 or 13504656. OLE color: 13504656.
HSL color Cylindrical-coordinate representation of color #9010CE: hue angle of 280.42º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9010CE is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 16 | 206 | - |
| CMYK | 0.30 | 0.92 | 0 | 0.19 |
| HSL | 280.42º | 0.86% | 0.44% | - |
| HSV(B) | 280.42º | 0.92% | 0.81% | - |
| XYZ | 22.83 | 10.76 | 59.27 | - |
| YUV | 75.93 | 201.41 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 16 | 206 | 0.30 | 0.92 | 0 | 0.19 | 280.42 | 0.86 | 0.44 |
| Hex | 90 | 10 | CE | 1E | 5C | 0 | 13 | 118 | 56 | 2C |
| Octal | 220 | 20 | 316 | 36 | 134 | 0 | 23 | 430 | 126 | 54 |
| Binary | 10010000 | 10000 | 11001110 | 11110 | 1011100 | 0 | 10011 | 100011000 | 1010110 | 101100 |
Color Harmonies of #9010CE
Complementary color
Monochromatic Colors of #9010CE
Black with #9010CE
Text Example
Text Example
White with #9010CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9010CE; }
p { color: rgb(144,16,206); }
H1.HeaderClassName
{
color: #9010CE;
}
.AnyTagClassName
{
color: #9010CE;
}
</style>
background-color css
<style>
a { background-color: #9010CE; }
a { background-color: rgb(144,16,206); }
div.DivClassName
{
background-color: #9010CE;
}
.BgClassName
{
background-color: #9010CE;
}
</style>
border-color css
<style>
span { border-color: #9010CE; }
span { border-color: rgb(144,16,206); }
td.TdClassName
{
border-color: #9010CE;
}
.TagClassName
{
border-color: #9010CE;
}
</style>