Shades of Vivid Violet #811CAA
Tints of Vivid Violet #811CAA
RGB
CMYK
RGB Variations
Color information
#811CAA (or 0x811CAA) is known color: Vivid Violet. HEX triplet: 81, 1C and AA. RGB value is (129,28,170). Sum of RGB (Red+Green+Blue) = 129+28+170=327 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.45% from 327); Green value is 28 (11.33% from 255 or 8.56% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #811CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #811CAA is #7EE355. Grayscale: #494949. Windows color (decimal): -8315734 or 11148417. OLE color: 11148417.
HSL color Cylindrical-coordinate representation of color #811CAA: hue angle of 282.68º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #811CAA is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 28 | 170 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.33 |
| HSL | 282.68º | 0.72% | 0.39% | - |
| HSV(B) | 282.68º | 0.84% | 0.67% | - |
| XYZ | 16.72 | 8.4 | 38.77 | - |
| YUV | 74.39 | 181.96 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 28 | 170 | 0.24 | 0.84 | 0 | 0.33 | 282.68 | 0.72 | 0.39 |
| Hex | 81 | 1C | AA | 18 | 54 | 0 | 21 | 11B | 48 | 27 |
| Octal | 201 | 34 | 252 | 30 | 124 | 0 | 41 | 433 | 110 | 47 |
| Binary | 10000001 | 11100 | 10101010 | 11000 | 1010100 | 0 | 100001 | 100011011 | 1001000 | 100111 |
Color Harmonies of #811CAA
Complementary color
Monochromatic Colors of #811CAA
Black with #811CAA
Text Example
Text Example
White with #811CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811CAA; }
p { color: rgb(129,28,170); }
H1.HeaderClassName
{
color: #811CAA;
}
.AnyTagClassName
{
color: #811CAA;
}
</style>
background-color css
<style>
a { background-color: #811CAA; }
a { background-color: rgb(129,28,170); }
div.DivClassName
{
background-color: #811CAA;
}
.BgClassName
{
background-color: #811CAA;
}
</style>
border-color css
<style>
span { border-color: #811CAA; }
span { border-color: rgb(129,28,170); }
td.TdClassName
{
border-color: #811CAA;
}
.TagClassName
{
border-color: #811CAA;
}
</style>