Shades of Blue Violet #8024E6
Tints of Blue Violet #8024E6
RGB
CMYK
RGB Variations
Color information
#8024E6 (or 0x8024E6) is known color: Blue Violet. HEX triplet: 80, 24 and E6. RGB value is (128,36,230). Sum of RGB (Red+Green+Blue) = 128+36+230=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 36 (14.45% from 255 or 9.14% from 394); Blue value is 230 (90.23% from 255 or 58.38% from 394); Max value from RGB is 230 - color contains mainly: blue. Hex color #8024E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8024E6 is #7FDB19. Grayscale: #545454. Windows color (decimal): -8379162 or 15082624. OLE color: 15082624.
HSL color Cylindrical-coordinate representation of color #8024E6: hue angle of 268.45º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8024E6 is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 128 | 36 | 230 | - |
| CMYK | 0.44 | 0.84 | 0 | 0.10 |
| HSL | 268.45º | 0.8% | 0.52% | - |
| HSV(B) | 268.45º | 0.84% | 0.9% | - |
| XYZ | 23.82 | 11.56 | 75.84 | - |
| YUV | 85.62 | 209.48 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 36 | 230 | 0.44 | 0.84 | 0 | 0.10 | 268.45 | 0.8 | 0.52 |
| Hex | 80 | 24 | E6 | 2C | 54 | 0 | A | 10C | 50 | 34 |
| Octal | 200 | 44 | 346 | 54 | 124 | 0 | 12 | 414 | 120 | 64 |
| Binary | 10000000 | 100100 | 11100110 | 101100 | 1010100 | 0 | 1010 | 100001100 | 1010000 | 110100 |
Color Harmonies of #8024E6
Complementary color
Monochromatic Colors of #8024E6
Black with #8024E6
Text Example
Text Example
White with #8024E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8024E6; }
p { color: rgb(128,36,230); }
H1.HeaderClassName
{
color: #8024E6;
}
.AnyTagClassName
{
color: #8024E6;
}
</style>
background-color css
<style>
a { background-color: #8024E6; }
a { background-color: rgb(128,36,230); }
div.DivClassName
{
background-color: #8024E6;
}
.BgClassName
{
background-color: #8024E6;
}
</style>
border-color css
<style>
span { border-color: #8024E6; }
span { border-color: rgb(128,36,230); }
td.TdClassName
{
border-color: #8024E6;
}
.TagClassName
{
border-color: #8024E6;
}
</style>