Shades of Blue Violet #8E4DED
Tints of Blue Violet #8E4DED
RGB
CMYK
RGB Variations
Color information
#8E4DED (or 0x8E4DED) is known color: Blue Violet. HEX triplet: 8E, 4D and ED. RGB value is (142,77,237). Sum of RGB (Red+Green+Blue) = 142+77+237=456 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.14% from 456); Green value is 77 (30.47% from 255 or 16.89% from 456); Blue value is 237 (92.97% from 255 or 51.97% from 456); Max value from RGB is 237 - color contains mainly: blue. Hex color #8E4DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E4DED is #71B212. Grayscale: #727272. Windows color (decimal): -7451155 or 15551886. OLE color: 15551886.
HSL color Cylindrical-coordinate representation of color #8E4DED: hue angle of 264.38º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E4DED is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 77 | 237 | - |
| CMYK | 0.40 | 0.68 | 0 | 0.07 |
| HSL | 264.38º | 0.82% | 0.62% | - |
| HSV(B) | 264.38º | 0.68% | 0.93% | - |
| XYZ | 29.1 | 17.17 | 81.9 | - |
| YUV | 114.68 | 197.03 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 77 | 237 | 0.40 | 0.68 | 0 | 0.07 | 264.38 | 0.82 | 0.62 |
| Hex | 8E | 4D | ED | 28 | 44 | 0 | 7 | 108 | 52 | 3E |
| Octal | 216 | 115 | 355 | 50 | 104 | 0 | 7 | 410 | 122 | 76 |
| Binary | 10001110 | 1001101 | 11101101 | 101000 | 1000100 | 0 | 111 | 100001000 | 1010010 | 111110 |
Color Harmonies of #8E4DED
Complementary color
Monochromatic Colors of #8E4DED
Black with #8E4DED
Text Example
Text Example
White with #8E4DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4DED; }
p { color: rgb(142,77,237); }
H1.HeaderClassName
{
color: #8E4DED;
}
.AnyTagClassName
{
color: #8E4DED;
}
</style>
background-color css
<style>
a { background-color: #8E4DED; }
a { background-color: rgb(142,77,237); }
div.DivClassName
{
background-color: #8E4DED;
}
.BgClassName
{
background-color: #8E4DED;
}
</style>
border-color css
<style>
span { border-color: #8E4DED; }
span { border-color: rgb(142,77,237); }
td.TdClassName
{
border-color: #8E4DED;
}
.TagClassName
{
border-color: #8E4DED;
}
</style>