Shades of Vivid Violet #911DA0
Tints of Vivid Violet #911DA0
RGB
CMYK
RGB Variations
Color information
#911DA0 (or 0x911DA0) is known color: Vivid Violet. HEX triplet: 91, 1D and A0. RGB value is (145,29,160). Sum of RGB (Red+Green+Blue) = 145+29+160=334 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.41% from 334); Green value is 29 (11.72% from 255 or 8.68% from 334); Blue value is 160 (62.89% from 255 or 47.90% from 334); Max value from RGB is 160 - color contains mainly: blue. Hex color #911DA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #911DA0 is #6EE25F. Grayscale: #4E4E4E. Windows color (decimal): -7266912 or 10493329. OLE color: 10493329.
HSL color Cylindrical-coordinate representation of color #911DA0: hue angle of 293.13º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #911DA0 is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 145 | 29 | 160 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.37 |
| HSL | 293.13º | 0.69% | 0.37% | - |
| HSV(B) | 293.13º | 0.82% | 0.63% | - |
| XYZ | 18.46 | 9.44 | 34.11 | - |
| YUV | 78.62 | 173.93 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 29 | 160 | 0.09 | 0.82 | 0 | 0.37 | 293.13 | 0.69 | 0.37 |
| Hex | 91 | 1D | A0 | 9 | 52 | 0 | 25 | 125 | 45 | 25 |
| Octal | 221 | 35 | 240 | 11 | 122 | 0 | 45 | 445 | 105 | 45 |
| Binary | 10010001 | 11101 | 10100000 | 1001 | 1010010 | 0 | 100101 | 100100101 | 1000101 | 100101 |
Color Harmonies of #911DA0
Complementary color
Monochromatic Colors of #911DA0
Black with #911DA0
Text Example
Text Example
White with #911DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911DA0; }
p { color: rgb(145,29,160); }
H1.HeaderClassName
{
color: #911DA0;
}
.AnyTagClassName
{
color: #911DA0;
}
</style>
background-color css
<style>
a { background-color: #911DA0; }
a { background-color: rgb(145,29,160); }
div.DivClassName
{
background-color: #911DA0;
}
.BgClassName
{
background-color: #911DA0;
}
</style>
border-color css
<style>
span { border-color: #911DA0; }
span { border-color: rgb(145,29,160); }
td.TdClassName
{
border-color: #911DA0;
}
.TagClassName
{
border-color: #911DA0;
}
</style>