Shades of Blue Violet #8024E3
Tints of Blue Violet #8024E3
RGB
CMYK
RGB Variations
Color information
#8024E3 (or 0x8024E3) is known color: Blue Violet. HEX triplet: 80, 24 and E3. RGB value is (128,36,227). Sum of RGB (Red+Green+Blue) = 128+36+227=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 36 (14.45% from 255 or 9.21% from 391); Blue value is 227 (89.06% from 255 or 58.06% from 391); Max value from RGB is 227 - color contains mainly: blue. Hex color #8024E3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8024E3 is #7FDB1C. Grayscale: #545454. Windows color (decimal): -8379165 or 14886016. OLE color: 14886016.
HSL color Cylindrical-coordinate representation of color #8024E3: hue angle of 268.9º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8024E3 is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 128 | 36 | 227 | - |
| CMYK | 0.44 | 0.84 | 0 | 0.11 |
| HSL | 268.9º | 0.77% | 0.52% | - |
| HSV(B) | 268.9º | 0.84% | 0.89% | - |
| XYZ | 23.4 | 11.4 | 73.64 | - |
| YUV | 85.28 | 207.98 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 36 | 227 | 0.44 | 0.84 | 0 | 0.11 | 268.9 | 0.77 | 0.52 |
| Hex | 80 | 24 | E3 | 2C | 54 | 0 | B | 10D | 4D | 34 |
| Octal | 200 | 44 | 343 | 54 | 124 | 0 | 13 | 415 | 115 | 64 |
| Binary | 10000000 | 100100 | 11100011 | 101100 | 1010100 | 0 | 1011 | 100001101 | 1001101 | 110100 |
Color Harmonies of #8024E3
Complementary color
Monochromatic Colors of #8024E3
Black with #8024E3
Text Example
Text Example
White with #8024E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8024E3; }
p { color: rgb(128,36,227); }
H1.HeaderClassName
{
color: #8024E3;
}
.AnyTagClassName
{
color: #8024E3;
}
</style>
background-color css
<style>
a { background-color: #8024E3; }
a { background-color: rgb(128,36,227); }
div.DivClassName
{
background-color: #8024E3;
}
.BgClassName
{
background-color: #8024E3;
}
</style>
border-color css
<style>
span { border-color: #8024E3; }
span { border-color: rgb(128,36,227); }
td.TdClassName
{
border-color: #8024E3;
}
.TagClassName
{
border-color: #8024E3;
}
</style>