Shades of Dark Violet #9011DA
Tints of Dark Violet #9011DA
RGB
CMYK
RGB Variations
Color information
#9011DA (or 0x9011DA) is known color: Dark Violet. HEX triplet: 90, 11 and DA. RGB value is (144,17,218). Sum of RGB (Red+Green+Blue) = 144+17+218=379 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.99% from 379); Green value is 17 (7.03% from 255 or 4.49% from 379); Blue value is 218 (85.55% from 255 or 57.52% from 379); Max value from RGB is 218 - color contains mainly: blue. Hex color #9011DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9011DA is #6FEE25. Grayscale: #4D4D4D. Windows color (decimal): -7335462 or 14291344. OLE color: 14291344.
HSL color Cylindrical-coordinate representation of color #9011DA: hue angle of 277.91º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9011DA is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 17 | 218 | - |
| CMYK | 0.34 | 0.92 | 0 | 0.15 |
| HSL | 277.91º | 0.86% | 0.46% | - |
| HSV(B) | 277.91º | 0.92% | 0.85% | - |
| XYZ | 24.36 | 11.39 | 67.24 | - |
| YUV | 77.89 | 207.08 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 17 | 218 | 0.34 | 0.92 | 0 | 0.15 | 277.91 | 0.86 | 0.46 |
| Hex | 90 | 11 | DA | 22 | 5C | 0 | F | 116 | 56 | 2E |
| Octal | 220 | 21 | 332 | 42 | 134 | 0 | 17 | 426 | 126 | 56 |
| Binary | 10010000 | 10001 | 11011010 | 100010 | 1011100 | 0 | 1111 | 100010110 | 1010110 | 101110 |
Color Harmonies of #9011DA
Complementary color
Monochromatic Colors of #9011DA
Black with #9011DA
Text Example
Text Example
White with #9011DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9011DA; }
p { color: rgb(144,17,218); }
H1.HeaderClassName
{
color: #9011DA;
}
.AnyTagClassName
{
color: #9011DA;
}
</style>
background-color css
<style>
a { background-color: #9011DA; }
a { background-color: rgb(144,17,218); }
div.DivClassName
{
background-color: #9011DA;
}
.BgClassName
{
background-color: #9011DA;
}
</style>
border-color css
<style>
span { border-color: #9011DA; }
span { border-color: rgb(144,17,218); }
td.TdClassName
{
border-color: #9011DA;
}
.TagClassName
{
border-color: #9011DA;
}
</style>