Shades of Vivid Violet #811EA4
Tints of Vivid Violet #811EA4
RGB
CMYK
RGB Variations
Color information
#811EA4 (or 0x811EA4) is known color: Vivid Violet. HEX triplet: 81, 1E and A4. RGB value is (129,30,164). Sum of RGB (Red+Green+Blue) = 129+30+164=323 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.94% from 323); Green value is 30 (12.11% from 255 or 9.29% from 323); Blue value is 164 (64.45% from 255 or 50.77% from 323); Max value from RGB is 164 - color contains mainly: blue. Hex color #811EA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #811EA4 is #7EE15B. Grayscale: #4A4A4A. Windows color (decimal): -8315228 or 10755713. OLE color: 10755713.
HSL color Cylindrical-coordinate representation of color #811EA4: hue angle of 284.33º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #811EA4 is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 129 | 30 | 164 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.36 |
| HSL | 284.33º | 0.69% | 0.38% | - |
| HSV(B) | 284.33º | 0.82% | 0.64% | - |
| XYZ | 16.22 | 8.28 | 35.86 | - |
| YUV | 74.88 | 178.3 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 30 | 164 | 0.21 | 0.82 | 0 | 0.36 | 284.33 | 0.69 | 0.38 |
| Hex | 81 | 1E | A4 | 15 | 52 | 0 | 24 | 11C | 45 | 26 |
| Octal | 201 | 36 | 244 | 25 | 122 | 0 | 44 | 434 | 105 | 46 |
| Binary | 10000001 | 11110 | 10100100 | 10101 | 1010010 | 0 | 100100 | 100011100 | 1000101 | 100110 |
Color Harmonies of #811EA4
Complementary color
Monochromatic Colors of #811EA4
Black with #811EA4
Text Example
Text Example
White with #811EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811EA4; }
p { color: rgb(129,30,164); }
H1.HeaderClassName
{
color: #811EA4;
}
.AnyTagClassName
{
color: #811EA4;
}
</style>
background-color css
<style>
a { background-color: #811EA4; }
a { background-color: rgb(129,30,164); }
div.DivClassName
{
background-color: #811EA4;
}
.BgClassName
{
background-color: #811EA4;
}
</style>
border-color css
<style>
span { border-color: #811EA4; }
span { border-color: rgb(129,30,164); }
td.TdClassName
{
border-color: #811EA4;
}
.TagClassName
{
border-color: #811EA4;
}
</style>