Shades of Vivid Violet #811FAB
Tints of Vivid Violet #811FAB
RGB
CMYK
RGB Variations
Color information
#811FAB (or 0x811FAB) is known color: Vivid Violet. HEX triplet: 81, 1F and AB. RGB value is (129,31,171). Sum of RGB (Red+Green+Blue) = 129+31+171=331 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.97% from 331); Green value is 31 (12.5% from 255 or 9.37% from 331); Blue value is 171 (67.19% from 255 or 51.66% from 331); Max value from RGB is 171 - color contains mainly: blue. Hex color #811FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #811FAB is #7EE054. Grayscale: #4B4B4B. Windows color (decimal): -8314965 or 11214721. OLE color: 11214721.
HSL color Cylindrical-coordinate representation of color #811FAB: hue angle of 282º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #811FAB is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 31 | 171 | - |
| CMYK | 0.25 | 0.82 | 0 | 0.33 |
| HSL | 282º | 0.69% | 0.4% | - |
| HSV(B) | 282º | 0.82% | 0.67% | - |
| XYZ | 16.89 | 8.59 | 39.3 | - |
| YUV | 76.26 | 181.47 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 31 | 171 | 0.25 | 0.82 | 0 | 0.33 | 282 | 0.69 | 0.4 |
| Hex | 81 | 1F | AB | 19 | 52 | 0 | 21 | 11A | 45 | 28 |
| Octal | 201 | 37 | 253 | 31 | 122 | 0 | 41 | 432 | 105 | 50 |
| Binary | 10000001 | 11111 | 10101011 | 11001 | 1010010 | 0 | 100001 | 100011010 | 1000101 | 101000 |
Color Harmonies of #811FAB
Complementary color
Monochromatic Colors of #811FAB
Black with #811FAB
Text Example
Text Example
White with #811FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811FAB; }
p { color: rgb(129,31,171); }
H1.HeaderClassName
{
color: #811FAB;
}
.AnyTagClassName
{
color: #811FAB;
}
</style>
background-color css
<style>
a { background-color: #811FAB; }
a { background-color: rgb(129,31,171); }
div.DivClassName
{
background-color: #811FAB;
}
.BgClassName
{
background-color: #811FAB;
}
</style>
border-color css
<style>
span { border-color: #811FAB; }
span { border-color: rgb(129,31,171); }
td.TdClassName
{
border-color: #811FAB;
}
.TagClassName
{
border-color: #811FAB;
}
</style>