Shades of Blue Violet #8E42DE
Tints of Blue Violet #8E42DE
RGB
CMYK
RGB Variations
Color information
#8E42DE (or 0x8E42DE) is known color: Blue Violet. HEX triplet: 8E, 42 and DE. RGB value is (142,66,222). Sum of RGB (Red+Green+Blue) = 142+66+222=430 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.02% from 430); Green value is 66 (26.17% from 255 or 15.35% from 430); Blue value is 222 (87.11% from 255 or 51.63% from 430); Max value from RGB is 222 - color contains mainly: blue. Hex color #8E42DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E42DE is #71BD21. Grayscale: #696969. Windows color (decimal): -7453986 or 14566030. OLE color: 14566030.
HSL color Cylindrical-coordinate representation of color #8E42DE: hue angle of 269.23º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8E42DE is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 66 | 222 | - |
| CMYK | 0.36 | 0.70 | 0 | 0.13 |
| HSL | 269.23º | 0.7% | 0.56% | - |
| HSV(B) | 269.23º | 0.7% | 0.87% | - |
| XYZ | 26.29 | 14.92 | 70.6 | - |
| YUV | 106.51 | 193.18 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 66 | 222 | 0.36 | 0.70 | 0 | 0.13 | 269.23 | 0.7 | 0.56 |
| Hex | 8E | 42 | DE | 24 | 46 | 0 | D | 10D | 46 | 38 |
| Octal | 216 | 102 | 336 | 44 | 106 | 0 | 15 | 415 | 106 | 70 |
| Binary | 10001110 | 1000010 | 11011110 | 100100 | 1000110 | 0 | 1101 | 100001101 | 1000110 | 111000 |
Color Harmonies of #8E42DE
Complementary color
Monochromatic Colors of #8E42DE
Black with #8E42DE
Text Example
Text Example
White with #8E42DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E42DE; }
p { color: rgb(142,66,222); }
H1.HeaderClassName
{
color: #8E42DE;
}
.AnyTagClassName
{
color: #8E42DE;
}
</style>
background-color css
<style>
a { background-color: #8E42DE; }
a { background-color: rgb(142,66,222); }
div.DivClassName
{
background-color: #8E42DE;
}
.BgClassName
{
background-color: #8E42DE;
}
</style>
border-color css
<style>
span { border-color: #8E42DE; }
span { border-color: rgb(142,66,222); }
td.TdClassName
{
border-color: #8E42DE;
}
.TagClassName
{
border-color: #8E42DE;
}
</style>