Shades of Dark Violet #9011B2
Tints of Dark Violet #9011B2
RGB
CMYK
RGB Variations
Color information
#9011B2 (or 0x9011B2) is known color: Dark Violet. HEX triplet: 90, 11 and B2. RGB value is (144,17,178). Sum of RGB (Red+Green+Blue) = 144+17+178=339 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.48% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 178 (69.92% from 255 or 52.51% from 339); Max value from RGB is 178 - color contains mainly: blue. Hex color #9011B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9011B2 is #6FEE4D. Grayscale: #484848. Windows color (decimal): -7335502 or 11669904. OLE color: 11669904.
HSL color Cylindrical-coordinate representation of color #9011B2: hue angle of 287.33º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9011B2 is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 144 | 17 | 178 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.30 |
| HSL | 287.33º | 0.83% | 0.38% | - |
| HSV(B) | 287.33º | 0.9% | 0.7% | - |
| XYZ | 19.74 | 9.54 | 42.92 | - |
| YUV | 73.33 | 187.08 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 17 | 178 | 0.19 | 0.90 | 0 | 0.30 | 287.33 | 0.83 | 0.38 |
| Hex | 90 | 11 | B2 | 13 | 5A | 0 | 1E | 11F | 53 | 26 |
| Octal | 220 | 21 | 262 | 23 | 132 | 0 | 36 | 437 | 123 | 46 |
| Binary | 10010000 | 10001 | 10110010 | 10011 | 1011010 | 0 | 11110 | 100011111 | 1010011 | 100110 |
Color Harmonies of #9011B2
Complementary color
Monochromatic Colors of #9011B2
Black with #9011B2
Text Example
Text Example
White with #9011B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9011B2; }
p { color: rgb(144,17,178); }
H1.HeaderClassName
{
color: #9011B2;
}
.AnyTagClassName
{
color: #9011B2;
}
</style>
background-color css
<style>
a { background-color: #9011B2; }
a { background-color: rgb(144,17,178); }
div.DivClassName
{
background-color: #9011B2;
}
.BgClassName
{
background-color: #9011B2;
}
</style>
border-color css
<style>
span { border-color: #9011B2; }
span { border-color: rgb(144,17,178); }
td.TdClassName
{
border-color: #9011B2;
}
.TagClassName
{
border-color: #9011B2;
}
</style>