Shades of Vivid Violet #8024A7
Tints of Vivid Violet #8024A7
RGB
CMYK
RGB Variations
Color information
#8024A7 (or 0x8024A7) is known color: Vivid Violet. HEX triplet: 80, 24 and A7. RGB value is (128,36,167). Sum of RGB (Red+Green+Blue) = 128+36+167=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 36 (14.45% from 255 or 10.88% from 331); Blue value is 167 (65.62% from 255 or 50.45% from 331); Max value from RGB is 167 - color contains mainly: blue. Hex color #8024A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8024A7 is #7FDB58. Grayscale: #4E4E4E. Windows color (decimal): -8379225 or 10953856. OLE color: 10953856.
HSL color Cylindrical-coordinate representation of color #8024A7: hue angle of 282.14º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8024A7 is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 128 | 36 | 167 | - |
| CMYK | 0.23 | 0.78 | 0 | 0.35 |
| HSL | 282.14º | 0.65% | 0.4% | - |
| HSV(B) | 282.14º | 0.78% | 0.65% | - |
| XYZ | 16.51 | 8.64 | 37.36 | - |
| YUV | 78.44 | 177.98 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 36 | 167 | 0.23 | 0.78 | 0 | 0.35 | 282.14 | 0.65 | 0.4 |
| Hex | 80 | 24 | A7 | 17 | 4E | 0 | 23 | 11A | 41 | 28 |
| Octal | 200 | 44 | 247 | 27 | 116 | 0 | 43 | 432 | 101 | 50 |
| Binary | 10000000 | 100100 | 10100111 | 10111 | 1001110 | 0 | 100011 | 100011010 | 1000001 | 101000 |
Color Harmonies of #8024A7
Complementary color
Monochromatic Colors of #8024A7
Black with #8024A7
Text Example
Text Example
White with #8024A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8024A7; }
p { color: rgb(128,36,167); }
H1.HeaderClassName
{
color: #8024A7;
}
.AnyTagClassName
{
color: #8024A7;
}
</style>
background-color css
<style>
a { background-color: #8024A7; }
a { background-color: rgb(128,36,167); }
div.DivClassName
{
background-color: #8024A7;
}
.BgClassName
{
background-color: #8024A7;
}
</style>
border-color css
<style>
span { border-color: #8024A7; }
span { border-color: rgb(128,36,167); }
td.TdClassName
{
border-color: #8024A7;
}
.TagClassName
{
border-color: #8024A7;
}
</style>