Shades of Vivid Violet #8024AA
Tints of Vivid Violet #8024AA
RGB
CMYK
RGB Variations
Color information
#8024AA (or 0x8024AA) is known color: Vivid Violet. HEX triplet: 80, 24 and AA. RGB value is (128,36,170). Sum of RGB (Red+Green+Blue) = 128+36+170=334 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.32% from 334); Green value is 36 (14.45% from 255 or 10.78% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #8024AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8024AA is #7FDB55. Grayscale: #4E4E4E. Windows color (decimal): -8379222 or 11150464. OLE color: 11150464.
HSL color Cylindrical-coordinate representation of color #8024AA: hue angle of 281.19º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8024AA is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 36 | 170 | - |
| CMYK | 0.25 | 0.79 | 0 | 0.33 |
| HSL | 281.19º | 0.65% | 0.4% | - |
| HSV(B) | 281.19º | 0.79% | 0.67% | - |
| XYZ | 16.79 | 8.75 | 38.83 | - |
| YUV | 78.78 | 179.48 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 36 | 170 | 0.25 | 0.79 | 0 | 0.33 | 281.19 | 0.65 | 0.4 |
| Hex | 80 | 24 | AA | 19 | 4F | 0 | 21 | 119 | 41 | 28 |
| Octal | 200 | 44 | 252 | 31 | 117 | 0 | 41 | 431 | 101 | 50 |
| Binary | 10000000 | 100100 | 10101010 | 11001 | 1001111 | 0 | 100001 | 100011001 | 1000001 | 101000 |
Color Harmonies of #8024AA
Complementary color
Monochromatic Colors of #8024AA
Black with #8024AA
Text Example
Text Example
White with #8024AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8024AA; }
p { color: rgb(128,36,170); }
H1.HeaderClassName
{
color: #8024AA;
}
.AnyTagClassName
{
color: #8024AA;
}
</style>
background-color css
<style>
a { background-color: #8024AA; }
a { background-color: rgb(128,36,170); }
div.DivClassName
{
background-color: #8024AA;
}
.BgClassName
{
background-color: #8024AA;
}
</style>
border-color css
<style>
span { border-color: #8024AA; }
span { border-color: rgb(128,36,170); }
td.TdClassName
{
border-color: #8024AA;
}
.TagClassName
{
border-color: #8024AA;
}
</style>