Shades of Vivid Violet #911DAA
Tints of Vivid Violet #911DAA
RGB
CMYK
RGB Variations
Color information
#911DAA (or 0x911DAA) is known color: Vivid Violet. HEX triplet: 91, 1D and AA. RGB value is (145,29,170). Sum of RGB (Red+Green+Blue) = 145+29+170=344 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.15% from 344); Green value is 29 (11.72% from 255 or 8.43% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 170 - color contains mainly: blue. Hex color #911DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #911DAA is #6EE255. Grayscale: #4F4F4F. Windows color (decimal): -7266902 or 11148689. OLE color: 11148689.
HSL color Cylindrical-coordinate representation of color #911DAA: hue angle of 289.36º 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 #911DAA is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 29 | 170 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.33 |
| HSL | 289.36º | 0.71% | 0.39% | - |
| HSV(B) | 289.36º | 0.83% | 0.67% | - |
| XYZ | 19.37 | 9.8 | 38.9 | - |
| YUV | 79.76 | 178.93 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 29 | 170 | 0.15 | 0.83 | 0 | 0.33 | 289.36 | 0.71 | 0.39 |
| Hex | 91 | 1D | AA | F | 53 | 0 | 21 | 121 | 47 | 27 |
| Octal | 221 | 35 | 252 | 17 | 123 | 0 | 41 | 441 | 107 | 47 |
| Binary | 10010001 | 11101 | 10101010 | 1111 | 1010011 | 0 | 100001 | 100100001 | 1000111 | 100111 |
Color Harmonies of #911DAA
Complementary color
Monochromatic Colors of #911DAA
Black with #911DAA
Text Example
Text Example
White with #911DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911DAA; }
p { color: rgb(145,29,170); }
H1.HeaderClassName
{
color: #911DAA;
}
.AnyTagClassName
{
color: #911DAA;
}
</style>
background-color css
<style>
a { background-color: #911DAA; }
a { background-color: rgb(145,29,170); }
div.DivClassName
{
background-color: #911DAA;
}
.BgClassName
{
background-color: #911DAA;
}
</style>
border-color css
<style>
span { border-color: #911DAA; }
span { border-color: rgb(145,29,170); }
td.TdClassName
{
border-color: #911DAA;
}
.TagClassName
{
border-color: #911DAA;
}
</style>