Shades of Blue Violet #8024EA
Tints of Blue Violet #8024EA
RGB
CMYK
RGB Variations
Color information
#8024EA (or 0x8024EA) is known color: Blue Violet. HEX triplet: 80, 24 and EA. RGB value is (128,36,234). Sum of RGB (Red+Green+Blue) = 128+36+234=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 36 (14.45% from 255 or 9.05% from 398); Blue value is 234 (91.80% from 255 or 58.79% from 398); Max value from RGB is 234 - color contains mainly: blue. Hex color #8024EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8024EA is #7FDB15. Grayscale: #555555. Windows color (decimal): -8379158 or 15344768. OLE color: 15344768.
HSL color Cylindrical-coordinate representation of color #8024EA: hue angle of 267.88º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8024EA is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 36 | 234 | - |
| CMYK | 0.45 | 0.85 | 0 | 0.08 |
| HSL | 267.88º | 0.83% | 0.53% | - |
| HSV(B) | 267.88º | 0.85% | 0.92% | - |
| XYZ | 24.38 | 11.79 | 78.83 | - |
| YUV | 86.08 | 211.48 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 36 | 234 | 0.45 | 0.85 | 0 | 0.08 | 267.88 | 0.83 | 0.53 |
| Hex | 80 | 24 | EA | 2D | 55 | 0 | 8 | 10C | 52 | 35 |
| Octal | 200 | 44 | 352 | 55 | 125 | 0 | 10 | 414 | 122 | 65 |
| Binary | 10000000 | 100100 | 11101010 | 101101 | 1010101 | 0 | 1000 | 100001100 | 1010010 | 110101 |
Color Harmonies of #8024EA
Complementary color
Monochromatic Colors of #8024EA
Black with #8024EA
Text Example
Text Example
White with #8024EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8024EA; }
p { color: rgb(128,36,234); }
H1.HeaderClassName
{
color: #8024EA;
}
.AnyTagClassName
{
color: #8024EA;
}
</style>
background-color css
<style>
a { background-color: #8024EA; }
a { background-color: rgb(128,36,234); }
div.DivClassName
{
background-color: #8024EA;
}
.BgClassName
{
background-color: #8024EA;
}
</style>
border-color css
<style>
span { border-color: #8024EA; }
span { border-color: rgb(128,36,234); }
td.TdClassName
{
border-color: #8024EA;
}
.TagClassName
{
border-color: #8024EA;
}
</style>