Shades of Vivid Violet #8027A9
Tints of Vivid Violet #8027A9
RGB
CMYK
RGB Variations
Color information
#8027A9 (or 0x8027A9) is known color: Vivid Violet. HEX triplet: 80, 27 and A9. RGB value is (128,39,169). Sum of RGB (Red+Green+Blue) = 128+39+169=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 39 (15.62% from 255 or 11.61% from 336); Blue value is 169 (66.41% from 255 or 50.30% from 336); Max value from RGB is 169 - color contains mainly: blue. Hex color #8027A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8027A9 is #7FD856. Grayscale: #505050. Windows color (decimal): -8378455 or 11085696. OLE color: 11085696.
HSL color Cylindrical-coordinate representation of color #8027A9: hue angle of 281.08º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8027A9 is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 128 | 39 | 169 | - |
| CMYK | 0.24 | 0.77 | 0 | 0.34 |
| HSL | 281.08º | 0.63% | 0.41% | - |
| HSV(B) | 281.08º | 0.77% | 0.66% | - |
| XYZ | 16.79 | 8.9 | 38.37 | - |
| YUV | 80.43 | 177.99 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 39 | 169 | 0.24 | 0.77 | 0 | 0.34 | 281.08 | 0.63 | 0.41 |
| Hex | 80 | 27 | A9 | 18 | 4D | 0 | 22 | 119 | 3E | 29 |
| Octal | 200 | 47 | 251 | 30 | 115 | 0 | 42 | 431 | 76 | 51 |
| Binary | 10000000 | 100111 | 10101001 | 11000 | 1001101 | 0 | 100010 | 100011001 | 111110 | 101001 |
Color Harmonies of #8027A9
Complementary color
Monochromatic Colors of #8027A9
Black with #8027A9
Text Example
Text Example
White with #8027A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8027A9; }
p { color: rgb(128,39,169); }
H1.HeaderClassName
{
color: #8027A9;
}
.AnyTagClassName
{
color: #8027A9;
}
</style>
background-color css
<style>
a { background-color: #8027A9; }
a { background-color: rgb(128,39,169); }
div.DivClassName
{
background-color: #8027A9;
}
.BgClassName
{
background-color: #8027A9;
}
</style>
border-color css
<style>
span { border-color: #8027A9; }
span { border-color: rgb(128,39,169); }
td.TdClassName
{
border-color: #8027A9;
}
.TagClassName
{
border-color: #8027A9;
}
</style>