Shades of Vivid Violet #8128AF
Tints of Vivid Violet #8128AF
RGB
CMYK
RGB Variations
Color information
#8128AF (or 0x8128AF) is known color: Vivid Violet. HEX triplet: 81, 28 and AF. RGB value is (129,40,175). Sum of RGB (Red+Green+Blue) = 129+40+175=344 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.5% from 344); Green value is 40 (16.02% from 255 or 11.63% from 344); Blue value is 175 (68.75% from 255 or 50.87% from 344); Max value from RGB is 175 - color contains mainly: blue. Hex color #8128AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8128AF is #7ED750. Grayscale: #515151. Windows color (decimal): -8312657 or 11479169. OLE color: 11479169.
HSL color Cylindrical-coordinate representation of color #8128AF: hue angle of 279.56º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8128AF is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 40 | 175 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.31 |
| HSL | 279.56º | 0.63% | 0.42% | - |
| HSV(B) | 279.56º | 0.77% | 0.69% | - |
| XYZ | 17.55 | 9.28 | 41.42 | - |
| YUV | 82 | 180.49 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 40 | 175 | 0.26 | 0.77 | 0 | 0.31 | 279.56 | 0.63 | 0.42 |
| Hex | 81 | 28 | AF | 1A | 4D | 0 | 1F | 118 | 3F | 2A |
| Octal | 201 | 50 | 257 | 32 | 115 | 0 | 37 | 430 | 77 | 52 |
| Binary | 10000001 | 101000 | 10101111 | 11010 | 1001101 | 0 | 11111 | 100011000 | 111111 | 101010 |
Color Harmonies of #8128AF
Complementary color
Monochromatic Colors of #8128AF
Black with #8128AF
Text Example
Text Example
White with #8128AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8128AF; }
p { color: rgb(129,40,175); }
H1.HeaderClassName
{
color: #8128AF;
}
.AnyTagClassName
{
color: #8128AF;
}
</style>
background-color css
<style>
a { background-color: #8128AF; }
a { background-color: rgb(129,40,175); }
div.DivClassName
{
background-color: #8128AF;
}
.BgClassName
{
background-color: #8128AF;
}
</style>
border-color css
<style>
span { border-color: #8128AF; }
span { border-color: rgb(129,40,175); }
td.TdClassName
{
border-color: #8128AF;
}
.TagClassName
{
border-color: #8128AF;
}
</style>