Shades of Vivid Violet #8128AA
Tints of Vivid Violet #8128AA
RGB
CMYK
RGB Variations
Color information
#8128AA (or 0x8128AA) is known color: Vivid Violet. HEX triplet: 81, 28 and AA. RGB value is (129,40,170). Sum of RGB (Red+Green+Blue) = 129+40+170=339 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.05% from 339); Green value is 40 (16.02% from 255 or 11.80% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #8128AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8128AA is #7ED755. Grayscale: #515151. Windows color (decimal): -8312662 or 11151489. OLE color: 11151489.
HSL color Cylindrical-coordinate representation of color #8128AA: hue angle of 281.08º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8128AA is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 40 | 170 | - |
| CMYK | 0.24 | 0.76 | 0 | 0.33 |
| HSL | 281.08º | 0.62% | 0.41% | - |
| HSV(B) | 281.08º | 0.76% | 0.67% | - |
| XYZ | 17.07 | 9.09 | 38.88 | - |
| YUV | 81.43 | 177.99 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 40 | 170 | 0.24 | 0.76 | 0 | 0.33 | 281.08 | 0.62 | 0.41 |
| Hex | 81 | 28 | AA | 18 | 4C | 0 | 21 | 119 | 3E | 29 |
| Octal | 201 | 50 | 252 | 30 | 114 | 0 | 41 | 431 | 76 | 51 |
| Binary | 10000001 | 101000 | 10101010 | 11000 | 1001100 | 0 | 100001 | 100011001 | 111110 | 101001 |
Color Harmonies of #8128AA
Complementary color
Monochromatic Colors of #8128AA
Black with #8128AA
Text Example
Text Example
White with #8128AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8128AA; }
p { color: rgb(129,40,170); }
H1.HeaderClassName
{
color: #8128AA;
}
.AnyTagClassName
{
color: #8128AA;
}
</style>
background-color css
<style>
a { background-color: #8128AA; }
a { background-color: rgb(129,40,170); }
div.DivClassName
{
background-color: #8128AA;
}
.BgClassName
{
background-color: #8128AA;
}
</style>
border-color css
<style>
span { border-color: #8128AA; }
span { border-color: rgb(129,40,170); }
td.TdClassName
{
border-color: #8128AA;
}
.TagClassName
{
border-color: #8128AA;
}
</style>