Shades of Vivid Violet #911AAA
Tints of Vivid Violet #911AAA
RGB
CMYK
RGB Variations
Color information
#911AAA (or 0x911AAA) is known color: Vivid Violet. HEX triplet: 91, 1A and AA. RGB value is (145,26,170). Sum of RGB (Red+Green+Blue) = 145+26+170=341 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.52% from 341); Green value is 26 (10.55% from 255 or 7.62% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: blue. Hex color #911AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #911AAA is #6EE555. Grayscale: #4D4D4D. Windows color (decimal): -7267670 or 11147921. OLE color: 11147921.
HSL color Cylindrical-coordinate representation of color #911AAA: hue angle of 289.58º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #911AAA is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 26 | 170 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.33 |
| HSL | 289.58º | 0.73% | 0.38% | - |
| HSV(B) | 289.58º | 0.85% | 0.67% | - |
| XYZ | 19.3 | 9.66 | 38.88 | - |
| YUV | 78 | 179.92 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 26 | 170 | 0.15 | 0.85 | 0 | 0.33 | 289.58 | 0.73 | 0.38 |
| Hex | 91 | 1A | AA | F | 55 | 0 | 21 | 122 | 49 | 26 |
| Octal | 221 | 32 | 252 | 17 | 125 | 0 | 41 | 442 | 111 | 46 |
| Binary | 10010001 | 11010 | 10101010 | 1111 | 1010101 | 0 | 100001 | 100100010 | 1001001 | 100110 |
Color Harmonies of #911AAA
Complementary color
Monochromatic Colors of #911AAA
Black with #911AAA
Text Example
Text Example
White with #911AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911AAA; }
p { color: rgb(145,26,170); }
H1.HeaderClassName
{
color: #911AAA;
}
.AnyTagClassName
{
color: #911AAA;
}
</style>
background-color css
<style>
a { background-color: #911AAA; }
a { background-color: rgb(145,26,170); }
div.DivClassName
{
background-color: #911AAA;
}
.BgClassName
{
background-color: #911AAA;
}
</style>
border-color css
<style>
span { border-color: #911AAA; }
span { border-color: rgb(145,26,170); }
td.TdClassName
{
border-color: #911AAA;
}
.TagClassName
{
border-color: #911AAA;
}
</style>