Shades of Vivid Violet #8121AF
Tints of Vivid Violet #8121AF
RGB
CMYK
RGB Variations
Color information
#8121AF (or 0x8121AF) is known color: Vivid Violet. HEX triplet: 81, 21 and AF. RGB value is (129,33,175). Sum of RGB (Red+Green+Blue) = 129+33+175=337 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.28% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 175 (68.75% from 255 or 51.93% from 337); Max value from RGB is 175 - color contains mainly: blue. Hex color #8121AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8121AF is #7EDE50. Grayscale: #4D4D4D. Windows color (decimal): -8314449 or 11477377. OLE color: 11477377.
HSL color Cylindrical-coordinate representation of color #8121AF: hue angle of 280.56º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8121AF is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 33 | 175 | - |
| CMYK | 0.26 | 0.81 | 0 | 0.31 |
| HSL | 280.56º | 0.68% | 0.41% | - |
| HSV(B) | 280.56º | 0.81% | 0.69% | - |
| XYZ | 17.33 | 8.85 | 41.35 | - |
| YUV | 77.89 | 182.8 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 33 | 175 | 0.26 | 0.81 | 0 | 0.31 | 280.56 | 0.68 | 0.41 |
| Hex | 81 | 21 | AF | 1A | 51 | 0 | 1F | 119 | 44 | 29 |
| Octal | 201 | 41 | 257 | 32 | 121 | 0 | 37 | 431 | 104 | 51 |
| Binary | 10000001 | 100001 | 10101111 | 11010 | 1010001 | 0 | 11111 | 100011001 | 1000100 | 101001 |
Color Harmonies of #8121AF
Complementary color
Monochromatic Colors of #8121AF
Black with #8121AF
Text Example
Text Example
White with #8121AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8121AF; }
p { color: rgb(129,33,175); }
H1.HeaderClassName
{
color: #8121AF;
}
.AnyTagClassName
{
color: #8121AF;
}
</style>
background-color css
<style>
a { background-color: #8121AF; }
a { background-color: rgb(129,33,175); }
div.DivClassName
{
background-color: #8121AF;
}
.BgClassName
{
background-color: #8121AF;
}
</style>
border-color css
<style>
span { border-color: #8121AF; }
span { border-color: rgb(129,33,175); }
td.TdClassName
{
border-color: #8121AF;
}
.TagClassName
{
border-color: #8121AF;
}
</style>