Shades of Blue Violet #8024ED
Tints of Blue Violet #8024ED
RGB
CMYK
RGB Variations
Color information
#8024ED (or 0x8024ED) is known color: Blue Violet. HEX triplet: 80, 24 and ED. RGB value is (128,36,237). Sum of RGB (Red+Green+Blue) = 128+36+237=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 36 (14.45% from 255 or 8.98% from 401); Blue value is 237 (92.97% from 255 or 59.10% from 401); Max value from RGB is 237 - color contains mainly: blue. Hex color #8024ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8024ED is #7FDB12. Grayscale: #555555. Windows color (decimal): -8379155 or 15541376. OLE color: 15541376.
HSL color Cylindrical-coordinate representation of color #8024ED: hue angle of 267.46º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8024ED is Cyan = 0.46, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 36 | 237 | - |
| CMYK | 0.46 | 0.85 | 0 | 0.07 |
| HSL | 267.46º | 0.85% | 0.54% | - |
| HSV(B) | 267.46º | 0.85% | 0.93% | - |
| XYZ | 24.82 | 11.97 | 81.12 | - |
| YUV | 86.42 | 212.98 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 36 | 237 | 0.46 | 0.85 | 0 | 0.07 | 267.46 | 0.85 | 0.54 |
| Hex | 80 | 24 | ED | 2E | 55 | 0 | 7 | 10B | 55 | 36 |
| Octal | 200 | 44 | 355 | 56 | 125 | 0 | 7 | 413 | 125 | 66 |
| Binary | 10000000 | 100100 | 11101101 | 101110 | 1010101 | 0 | 111 | 100001011 | 1010101 | 110110 |
Color Harmonies of #8024ED
Complementary color
Monochromatic Colors of #8024ED
Black with #8024ED
Text Example
Text Example
White with #8024ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8024ED; }
p { color: rgb(128,36,237); }
H1.HeaderClassName
{
color: #8024ED;
}
.AnyTagClassName
{
color: #8024ED;
}
</style>
background-color css
<style>
a { background-color: #8024ED; }
a { background-color: rgb(128,36,237); }
div.DivClassName
{
background-color: #8024ED;
}
.BgClassName
{
background-color: #8024ED;
}
</style>
border-color css
<style>
span { border-color: #8024ED; }
span { border-color: rgb(128,36,237); }
td.TdClassName
{
border-color: #8024ED;
}
.TagClassName
{
border-color: #8024ED;
}
</style>