Shades of Blue Violet #8024E7
Tints of Blue Violet #8024E7
RGB
CMYK
RGB Variations
Color information
#8024E7 (or 0x8024E7) is known color: Blue Violet. HEX triplet: 80, 24 and E7. RGB value is (128,36,231). Sum of RGB (Red+Green+Blue) = 128+36+231=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 36 (14.45% from 255 or 9.11% from 395); Blue value is 231 (90.62% from 255 or 58.48% from 395); Max value from RGB is 231 - color contains mainly: blue. Hex color #8024E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8024E7 is #7FDB18. Grayscale: #555555. Windows color (decimal): -8379161 or 15148160. OLE color: 15148160.
HSL color Cylindrical-coordinate representation of color #8024E7: hue angle of 268.31º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8024E7 is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 128 | 36 | 231 | - |
| CMYK | 0.45 | 0.84 | 0 | 0.09 |
| HSL | 268.31º | 0.8% | 0.52% | - |
| HSV(B) | 268.31º | 0.84% | 0.91% | - |
| XYZ | 23.96 | 11.62 | 76.58 | - |
| YUV | 85.74 | 209.98 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 36 | 231 | 0.45 | 0.84 | 0 | 0.09 | 268.31 | 0.8 | 0.52 |
| Hex | 80 | 24 | E7 | 2D | 54 | 0 | 9 | 10C | 50 | 34 |
| Octal | 200 | 44 | 347 | 55 | 124 | 0 | 11 | 414 | 120 | 64 |
| Binary | 10000000 | 100100 | 11100111 | 101101 | 1010100 | 0 | 1001 | 100001100 | 1010000 | 110100 |
Color Harmonies of #8024E7
Complementary color
Monochromatic Colors of #8024E7
Black with #8024E7
Text Example
Text Example
White with #8024E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8024E7; }
p { color: rgb(128,36,231); }
H1.HeaderClassName
{
color: #8024E7;
}
.AnyTagClassName
{
color: #8024E7;
}
</style>
background-color css
<style>
a { background-color: #8024E7; }
a { background-color: rgb(128,36,231); }
div.DivClassName
{
background-color: #8024E7;
}
.BgClassName
{
background-color: #8024E7;
}
</style>
border-color css
<style>
span { border-color: #8024E7; }
span { border-color: rgb(128,36,231); }
td.TdClassName
{
border-color: #8024E7;
}
.TagClassName
{
border-color: #8024E7;
}
</style>