Shades of Vivid Violet #8024AC
Tints of Vivid Violet #8024AC
RGB
CMYK
RGB Variations
Color information
#8024AC (or 0x8024AC) is known color: Vivid Violet. HEX triplet: 80, 24 and AC. RGB value is (128,36,172). Sum of RGB (Red+Green+Blue) = 128+36+172=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #8024AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8024AC is #7FDB53. Grayscale: #4E4E4E. Windows color (decimal): -8379220 or 11281536. OLE color: 11281536.
HSL color Cylindrical-coordinate representation of color #8024AC: hue angle of 280.59º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8024AC is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 36 | 172 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.33 |
| HSL | 280.59º | 0.65% | 0.41% | - |
| HSV(B) | 280.59º | 0.79% | 0.67% | - |
| XYZ | 16.98 | 8.83 | 39.84 | - |
| YUV | 79.01 | 180.48 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 36 | 172 | 0.26 | 0.79 | 0 | 0.33 | 280.59 | 0.65 | 0.41 |
| Hex | 80 | 24 | AC | 1A | 4F | 0 | 21 | 119 | 41 | 29 |
| Octal | 200 | 44 | 254 | 32 | 117 | 0 | 41 | 431 | 101 | 51 |
| Binary | 10000000 | 100100 | 10101100 | 11010 | 1001111 | 0 | 100001 | 100011001 | 1000001 | 101001 |
Color Harmonies of #8024AC
Complementary color
Monochromatic Colors of #8024AC
Black with #8024AC
Text Example
Text Example
White with #8024AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8024AC; }
p { color: rgb(128,36,172); }
H1.HeaderClassName
{
color: #8024AC;
}
.AnyTagClassName
{
color: #8024AC;
}
</style>
background-color css
<style>
a { background-color: #8024AC; }
a { background-color: rgb(128,36,172); }
div.DivClassName
{
background-color: #8024AC;
}
.BgClassName
{
background-color: #8024AC;
}
</style>
border-color css
<style>
span { border-color: #8024AC; }
span { border-color: rgb(128,36,172); }
td.TdClassName
{
border-color: #8024AC;
}
.TagClassName
{
border-color: #8024AC;
}
</style>