Shades of Vivid Violet #911EAA
Tints of Vivid Violet #911EAA
RGB
CMYK
RGB Variations
Color information
#911EAA (or 0x911EAA) is known color: Vivid Violet. HEX triplet: 91, 1E and AA. RGB value is (145,30,170). Sum of RGB (Red+Green+Blue) = 145+30+170=345 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.03% from 345); Green value is 30 (12.11% from 255 or 8.70% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #911EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #911EAA is #6EE155. Grayscale: #4F4F4F. Windows color (decimal): -7266646 or 11148945. OLE color: 11148945.
HSL color Cylindrical-coordinate representation of color #911EAA: hue angle of 289.29º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #911EAA is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 30 | 170 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.33 |
| HSL | 289.29º | 0.7% | 0.39% | - |
| HSV(B) | 289.29º | 0.82% | 0.67% | - |
| XYZ | 19.4 | 9.85 | 38.91 | - |
| YUV | 80.35 | 178.6 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 30 | 170 | 0.15 | 0.82 | 0 | 0.33 | 289.29 | 0.7 | 0.39 |
| Hex | 91 | 1E | AA | F | 52 | 0 | 21 | 121 | 46 | 27 |
| Octal | 221 | 36 | 252 | 17 | 122 | 0 | 41 | 441 | 106 | 47 |
| Binary | 10010001 | 11110 | 10101010 | 1111 | 1010010 | 0 | 100001 | 100100001 | 1000110 | 100111 |
Color Harmonies of #911EAA
Complementary color
Monochromatic Colors of #911EAA
Black with #911EAA
Text Example
Text Example
White with #911EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911EAA; }
p { color: rgb(145,30,170); }
H1.HeaderClassName
{
color: #911EAA;
}
.AnyTagClassName
{
color: #911EAA;
}
</style>
background-color css
<style>
a { background-color: #911EAA; }
a { background-color: rgb(145,30,170); }
div.DivClassName
{
background-color: #911EAA;
}
.BgClassName
{
background-color: #911EAA;
}
</style>
border-color css
<style>
span { border-color: #911EAA; }
span { border-color: rgb(145,30,170); }
td.TdClassName
{
border-color: #911EAA;
}
.TagClassName
{
border-color: #911EAA;
}
</style>