Shades of Vivid Violet #911DAB
Tints of Vivid Violet #911DAB
RGB
CMYK
RGB Variations
Color information
#911DAB (or 0x911DAB) is known color: Vivid Violet. HEX triplet: 91, 1D and AB. RGB value is (145,29,171). Sum of RGB (Red+Green+Blue) = 145+29+171=345 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.03% from 345); Green value is 29 (11.72% from 255 or 8.41% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #911DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #911DAB is #6EE254. Grayscale: #4F4F4F. Windows color (decimal): -7266901 or 11214225. OLE color: 11214225.
HSL color Cylindrical-coordinate representation of color #911DAB: hue angle of 289.01º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #911DAB is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 29 | 171 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.33 |
| HSL | 289.01º | 0.71% | 0.39% | - |
| HSV(B) | 289.01º | 0.83% | 0.67% | - |
| XYZ | 19.47 | 9.84 | 39.4 | - |
| YUV | 79.87 | 179.43 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 29 | 171 | 0.15 | 0.83 | 0 | 0.33 | 289.01 | 0.71 | 0.39 |
| Hex | 91 | 1D | AB | F | 53 | 0 | 21 | 121 | 47 | 27 |
| Octal | 221 | 35 | 253 | 17 | 123 | 0 | 41 | 441 | 107 | 47 |
| Binary | 10010001 | 11101 | 10101011 | 1111 | 1010011 | 0 | 100001 | 100100001 | 1000111 | 100111 |
Color Harmonies of #911DAB
Complementary color
Monochromatic Colors of #911DAB
Black with #911DAB
Text Example
Text Example
White with #911DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911DAB; }
p { color: rgb(145,29,171); }
H1.HeaderClassName
{
color: #911DAB;
}
.AnyTagClassName
{
color: #911DAB;
}
</style>
background-color css
<style>
a { background-color: #911DAB; }
a { background-color: rgb(145,29,171); }
div.DivClassName
{
background-color: #911DAB;
}
.BgClassName
{
background-color: #911DAB;
}
</style>
border-color css
<style>
span { border-color: #911DAB; }
span { border-color: rgb(145,29,171); }
td.TdClassName
{
border-color: #911DAB;
}
.TagClassName
{
border-color: #911DAB;
}
</style>