Shades of Dark Violet #9011CE
Tints of Dark Violet #9011CE
RGB
CMYK
RGB Variations
Color information
#9011CE (or 0x9011CE) is known color: Dark Violet. HEX triplet: 90, 11 and CE. RGB value is (144,17,206). Sum of RGB (Red+Green+Blue) = 144+17+206=367 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.24% from 367); Green value is 17 (7.03% from 255 or 4.63% from 367); Blue value is 206 (80.86% from 255 or 56.13% from 367); Max value from RGB is 206 - color contains mainly: blue. Hex color #9011CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9011CE is #6FEE31. Grayscale: #4B4B4B. Windows color (decimal): -7335474 or 13504912. OLE color: 13504912.
HSL color Cylindrical-coordinate representation of color #9011CE: hue angle of 280.32º degrees, saturation: 0.85, 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 #9011CE is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 17 | 206 | - |
| CMYK | 0.30 | 0.92 | 0 | 0.19 |
| HSL | 280.32º | 0.85% | 0.44% | - |
| HSV(B) | 280.32º | 0.92% | 0.81% | - |
| XYZ | 22.84 | 10.79 | 59.27 | - |
| YUV | 76.52 | 201.08 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 17 | 206 | 0.30 | 0.92 | 0 | 0.19 | 280.32 | 0.85 | 0.44 |
| Hex | 90 | 11 | CE | 1E | 5C | 0 | 13 | 118 | 55 | 2C |
| Octal | 220 | 21 | 316 | 36 | 134 | 0 | 23 | 430 | 125 | 54 |
| Binary | 10010000 | 10001 | 11001110 | 11110 | 1011100 | 0 | 10011 | 100011000 | 1010101 | 101100 |
Color Harmonies of #9011CE
Complementary color
Monochromatic Colors of #9011CE
Black with #9011CE
Text Example
Text Example
White with #9011CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9011CE; }
p { color: rgb(144,17,206); }
H1.HeaderClassName
{
color: #9011CE;
}
.AnyTagClassName
{
color: #9011CE;
}
</style>
background-color css
<style>
a { background-color: #9011CE; }
a { background-color: rgb(144,17,206); }
div.DivClassName
{
background-color: #9011CE;
}
.BgClassName
{
background-color: #9011CE;
}
</style>
border-color css
<style>
span { border-color: #9011CE; }
span { border-color: rgb(144,17,206); }
td.TdClassName
{
border-color: #9011CE;
}
.TagClassName
{
border-color: #9011CE;
}
</style>