Shades of Vivid Violet #811AAA
Tints of Vivid Violet #811AAA
RGB
CMYK
RGB Variations
Color information
#811AAA (or 0x811AAA) is known color: Vivid Violet. HEX triplet: 81, 1A and AA. RGB value is (129,26,170). Sum of RGB (Red+Green+Blue) = 129+26+170=325 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.69% from 325); Green value is 26 (10.55% from 255 or 8% from 325); Blue value is 170 (66.80% from 255 or 52.31% from 325); Max value from RGB is 170 - color contains mainly: blue. Hex color #811AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #811AAA is #7EE555. Grayscale: #484848. Windows color (decimal): -8316246 or 11147905. OLE color: 11147905.
HSL color Cylindrical-coordinate representation of color #811AAA: hue angle of 282.92º 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 #811AAA is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 26 | 170 | - |
| CMYK | 0.24 | 0.85 | 0 | 0.33 |
| HSL | 282.92º | 0.73% | 0.38% | - |
| HSV(B) | 282.92º | 0.85% | 0.67% | - |
| XYZ | 16.68 | 8.31 | 38.75 | - |
| YUV | 73.21 | 182.62 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 26 | 170 | 0.24 | 0.85 | 0 | 0.33 | 282.92 | 0.73 | 0.38 |
| Hex | 81 | 1A | AA | 18 | 55 | 0 | 21 | 11B | 49 | 26 |
| Octal | 201 | 32 | 252 | 30 | 125 | 0 | 41 | 433 | 111 | 46 |
| Binary | 10000001 | 11010 | 10101010 | 11000 | 1010101 | 0 | 100001 | 100011011 | 1001001 | 100110 |
Color Harmonies of #811AAA
Complementary color
Monochromatic Colors of #811AAA
Black with #811AAA
Text Example
Text Example
White with #811AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811AAA; }
p { color: rgb(129,26,170); }
H1.HeaderClassName
{
color: #811AAA;
}
.AnyTagClassName
{
color: #811AAA;
}
</style>
background-color css
<style>
a { background-color: #811AAA; }
a { background-color: rgb(129,26,170); }
div.DivClassName
{
background-color: #811AAA;
}
.BgClassName
{
background-color: #811AAA;
}
</style>
border-color css
<style>
span { border-color: #811AAA; }
span { border-color: rgb(129,26,170); }
td.TdClassName
{
border-color: #811AAA;
}
.TagClassName
{
border-color: #811AAA;
}
</style>