Shades of Vivid Violet #8024AF
Tints of Vivid Violet #8024AF
RGB
CMYK
RGB Variations
Color information
#8024AF (or 0x8024AF) is known color: Vivid Violet. HEX triplet: 80, 24 and AF. RGB value is (128,36,175). Sum of RGB (Red+Green+Blue) = 128+36+175=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 36 (14.45% from 255 or 10.62% from 339); Blue value is 175 (68.75% from 255 or 51.62% from 339); Max value from RGB is 175 - color contains mainly: blue. Hex color #8024AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8024AF is #7FDB50. Grayscale: #4E4E4E. Windows color (decimal): -8379217 or 11478144. OLE color: 11478144.
HSL color Cylindrical-coordinate representation of color #8024AF: hue angle of 279.71º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8024AF is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 36 | 175 | - |
| CMYK | 0.27 | 0.79 | 0 | 0.31 |
| HSL | 279.71º | 0.66% | 0.41% | - |
| HSV(B) | 279.71º | 0.79% | 0.69% | - |
| XYZ | 17.27 | 8.95 | 41.37 | - |
| YUV | 79.35 | 181.98 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 36 | 175 | 0.27 | 0.79 | 0 | 0.31 | 279.71 | 0.66 | 0.41 |
| Hex | 80 | 24 | AF | 1B | 4F | 0 | 1F | 118 | 42 | 29 |
| Octal | 200 | 44 | 257 | 33 | 117 | 0 | 37 | 430 | 102 | 51 |
| Binary | 10000000 | 100100 | 10101111 | 11011 | 1001111 | 0 | 11111 | 100011000 | 1000010 | 101001 |
Color Harmonies of #8024AF
Complementary color
Monochromatic Colors of #8024AF
Black with #8024AF
Text Example
Text Example
White with #8024AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8024AF; }
p { color: rgb(128,36,175); }
H1.HeaderClassName
{
color: #8024AF;
}
.AnyTagClassName
{
color: #8024AF;
}
</style>
background-color css
<style>
a { background-color: #8024AF; }
a { background-color: rgb(128,36,175); }
div.DivClassName
{
background-color: #8024AF;
}
.BgClassName
{
background-color: #8024AF;
}
</style>
border-color css
<style>
span { border-color: #8024AF; }
span { border-color: rgb(128,36,175); }
td.TdClassName
{
border-color: #8024AF;
}
.TagClassName
{
border-color: #8024AF;
}
</style>