Shades of Vivid Violet #8127AB
Tints of Vivid Violet #8127AB
RGB
CMYK
RGB Variations
Color information
#8127AB (or 0x8127AB) is known color: Vivid Violet. HEX triplet: 81, 27 and AB. RGB value is (129,39,171). Sum of RGB (Red+Green+Blue) = 129+39+171=339 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.05% from 339); Green value is 39 (15.62% from 255 or 11.50% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #8127AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8127AB is #7ED854. Grayscale: #505050. Windows color (decimal): -8312917 or 11216769. OLE color: 11216769.
HSL color Cylindrical-coordinate representation of color #8127AB: hue angle of 280.91º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8127AB is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 39 | 171 | - |
| CMYK | 0.25 | 0.77 | 0 | 0.33 |
| HSL | 280.91º | 0.63% | 0.41% | - |
| HSV(B) | 280.91º | 0.77% | 0.67% | - |
| XYZ | 17.13 | 9.06 | 39.37 | - |
| YUV | 80.96 | 178.82 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 39 | 171 | 0.25 | 0.77 | 0 | 0.33 | 280.91 | 0.63 | 0.41 |
| Hex | 81 | 27 | AB | 19 | 4D | 0 | 21 | 119 | 3F | 29 |
| Octal | 201 | 47 | 253 | 31 | 115 | 0 | 41 | 431 | 77 | 51 |
| Binary | 10000001 | 100111 | 10101011 | 11001 | 1001101 | 0 | 100001 | 100011001 | 111111 | 101001 |
Color Harmonies of #8127AB
Complementary color
Monochromatic Colors of #8127AB
Black with #8127AB
Text Example
Text Example
White with #8127AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8127AB; }
p { color: rgb(129,39,171); }
H1.HeaderClassName
{
color: #8127AB;
}
.AnyTagClassName
{
color: #8127AB;
}
</style>
background-color css
<style>
a { background-color: #8127AB; }
a { background-color: rgb(129,39,171); }
div.DivClassName
{
background-color: #8127AB;
}
.BgClassName
{
background-color: #8127AB;
}
</style>
border-color css
<style>
span { border-color: #8127AB; }
span { border-color: rgb(129,39,171); }
td.TdClassName
{
border-color: #8127AB;
}
.TagClassName
{
border-color: #8127AB;
}
</style>