Shades of Blue Violet #8E24DF
Tints of Blue Violet #8E24DF
RGB
CMYK
RGB Variations
Color information
#8E24DF (or 0x8E24DF) is known color: Blue Violet. HEX triplet: 8E, 24 and DF. RGB value is (142,36,223). Sum of RGB (Red+Green+Blue) = 142+36+223=401 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.41% from 401); Green value is 36 (14.45% from 255 or 8.98% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #8E24DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E24DF is #71DB20. Grayscale: #585858. Windows color (decimal): -7461665 or 14623886. OLE color: 14623886.
HSL color Cylindrical-coordinate representation of color #8E24DF: hue angle of 274.01º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8E24DF is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 36 | 223 | - |
| CMYK | 0.36 | 0.84 | 0 | 0.13 |
| HSL | 274.01º | 0.75% | 0.51% | - |
| HSV(B) | 274.01º | 0.84% | 0.87% | - |
| XYZ | 25.11 | 12.34 | 70.87 | - |
| YUV | 89.01 | 203.62 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 36 | 223 | 0.36 | 0.84 | 0 | 0.13 | 274.01 | 0.75 | 0.51 |
| Hex | 8E | 24 | DF | 24 | 54 | 0 | D | 112 | 4B | 33 |
| Octal | 216 | 44 | 337 | 44 | 124 | 0 | 15 | 422 | 113 | 63 |
| Binary | 10001110 | 100100 | 11011111 | 100100 | 1010100 | 0 | 1101 | 100010010 | 1001011 | 110011 |
Color Harmonies of #8E24DF
Complementary color
Monochromatic Colors of #8E24DF
Black with #8E24DF
Text Example
Text Example
White with #8E24DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E24DF; }
p { color: rgb(142,36,223); }
H1.HeaderClassName
{
color: #8E24DF;
}
.AnyTagClassName
{
color: #8E24DF;
}
</style>
background-color css
<style>
a { background-color: #8E24DF; }
a { background-color: rgb(142,36,223); }
div.DivClassName
{
background-color: #8E24DF;
}
.BgClassName
{
background-color: #8E24DF;
}
</style>
border-color css
<style>
span { border-color: #8E24DF; }
span { border-color: rgb(142,36,223); }
td.TdClassName
{
border-color: #8E24DF;
}
.TagClassName
{
border-color: #8E24DF;
}
</style>