Shades of Dark Violet #9011AE
Tints of Dark Violet #9011AE
RGB
CMYK
RGB Variations
Color information
#9011AE (or 0x9011AE) is known color: Dark Violet. HEX triplet: 90, 11 and AE. RGB value is (144,17,174). Sum of RGB (Red+Green+Blue) = 144+17+174=335 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.99% from 335); Green value is 17 (7.03% from 255 or 5.07% from 335); Blue value is 174 (68.36% from 255 or 51.94% from 335); Max value from RGB is 174 - color contains mainly: blue. Hex color #9011AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9011AE is #6FEE51. Grayscale: #484848. Windows color (decimal): -7335506 or 11407760. OLE color: 11407760.
HSL color Cylindrical-coordinate representation of color #9011AE: hue angle of 288.54º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9011AE is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 17 | 174 | - |
| CMYK | 0.17 | 0.90 | 0 | 0.32 |
| HSL | 288.54º | 0.82% | 0.37% | - |
| HSV(B) | 288.54º | 0.9% | 0.68% | - |
| XYZ | 19.34 | 9.39 | 40.84 | - |
| YUV | 72.87 | 185.08 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 17 | 174 | 0.17 | 0.90 | 0 | 0.32 | 288.54 | 0.82 | 0.37 |
| Hex | 90 | 11 | AE | 11 | 5A | 0 | 20 | 121 | 52 | 25 |
| Octal | 220 | 21 | 256 | 21 | 132 | 0 | 40 | 441 | 122 | 45 |
| Binary | 10010000 | 10001 | 10101110 | 10001 | 1011010 | 0 | 100000 | 100100001 | 1010010 | 100101 |
Color Harmonies of #9011AE
Complementary color
Monochromatic Colors of #9011AE
Black with #9011AE
Text Example
Text Example
White with #9011AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9011AE; }
p { color: rgb(144,17,174); }
H1.HeaderClassName
{
color: #9011AE;
}
.AnyTagClassName
{
color: #9011AE;
}
</style>
background-color css
<style>
a { background-color: #9011AE; }
a { background-color: rgb(144,17,174); }
div.DivClassName
{
background-color: #9011AE;
}
.BgClassName
{
background-color: #9011AE;
}
</style>
border-color css
<style>
span { border-color: #9011AE; }
span { border-color: rgb(144,17,174); }
td.TdClassName
{
border-color: #9011AE;
}
.TagClassName
{
border-color: #9011AE;
}
</style>