Shades of Dark Violet #9011B1
Tints of Dark Violet #9011B1
RGB
CMYK
RGB Variations
Color information
#9011B1 (or 0x9011B1) is known color: Dark Violet. HEX triplet: 90, 11 and B1. RGB value is (144,17,177). Sum of RGB (Red+Green+Blue) = 144+17+177=338 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.60% from 338); Green value is 17 (7.03% from 255 or 5.03% from 338); Blue value is 177 (69.53% from 255 or 52.37% from 338); Max value from RGB is 177 - color contains mainly: blue. Hex color #9011B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9011B1 is #6FEE4E. Grayscale: #484848. Windows color (decimal): -7335503 or 11604368. OLE color: 11604368.
HSL color Cylindrical-coordinate representation of color #9011B1: hue angle of 287.62º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9011B1 is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 17 | 177 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.31 |
| HSL | 287.63º | 0.82% | 0.38% | - |
| HSV(B) | 287.63º | 0.9% | 0.69% | - |
| XYZ | 19.64 | 9.5 | 42.39 | - |
| YUV | 73.21 | 186.58 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 17 | 177 | 0.19 | 0.90 | 0 | 0.31 | 287.63 | 0.82 | 0.38 |
| Hex | 90 | 11 | B1 | 13 | 5A | 0 | 1F | 120 | 52 | 26 |
| Octal | 220 | 21 | 261 | 23 | 132 | 0 | 37 | 440 | 122 | 46 |
| Binary | 10010000 | 10001 | 10110001 | 10011 | 1011010 | 0 | 11111 | 100100000 | 1010010 | 100110 |
Color Harmonies of #9011B1
Complementary color
Monochromatic Colors of #9011B1
Black with #9011B1
Text Example
Text Example
White with #9011B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9011B1; }
p { color: rgb(144,17,177); }
H1.HeaderClassName
{
color: #9011B1;
}
.AnyTagClassName
{
color: #9011B1;
}
</style>
background-color css
<style>
a { background-color: #9011B1; }
a { background-color: rgb(144,17,177); }
div.DivClassName
{
background-color: #9011B1;
}
.BgClassName
{
background-color: #9011B1;
}
</style>
border-color css
<style>
span { border-color: #9011B1; }
span { border-color: rgb(144,17,177); }
td.TdClassName
{
border-color: #9011B1;
}
.TagClassName
{
border-color: #9011B1;
}
</style>