Shades of Blue Violet #8E3EED
Tints of Blue Violet #8E3EED
RGB
CMYK
RGB Variations
Color information
#8E3EED (or 0x8E3EED) is known color: Blue Violet. HEX triplet: 8E, 3E and ED. RGB value is (142,62,237). Sum of RGB (Red+Green+Blue) = 142+62+237=441 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.20% from 441); Green value is 62 (24.61% from 255 or 14.06% from 441); Blue value is 237 (92.97% from 255 or 53.74% from 441); Max value from RGB is 237 - color contains mainly: blue. Hex color #8E3EED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E3EED is #71C112. Grayscale: #696969. Windows color (decimal): -7454995 or 15548046. OLE color: 15548046.
HSL color Cylindrical-coordinate representation of color #8E3EED: hue angle of 267.43º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8E3EED is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 62 | 237 | - |
| CMYK | 0.40 | 0.74 | 0 | 0.07 |
| HSL | 267.43º | 0.83% | 0.59% | - |
| HSV(B) | 267.43º | 0.74% | 0.93% | - |
| XYZ | 28.16 | 15.31 | 81.59 | - |
| YUV | 105.87 | 202 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 62 | 237 | 0.40 | 0.74 | 0 | 0.07 | 267.43 | 0.83 | 0.59 |
| Hex | 8E | 3E | ED | 28 | 4A | 0 | 7 | 10B | 53 | 3B |
| Octal | 216 | 76 | 355 | 50 | 112 | 0 | 7 | 413 | 123 | 73 |
| Binary | 10001110 | 111110 | 11101101 | 101000 | 1001010 | 0 | 111 | 100001011 | 1010011 | 111011 |
Color Harmonies of #8E3EED
Complementary color
Monochromatic Colors of #8E3EED
Black with #8E3EED
Text Example
Text Example
White with #8E3EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3EED; }
p { color: rgb(142,62,237); }
H1.HeaderClassName
{
color: #8E3EED;
}
.AnyTagClassName
{
color: #8E3EED;
}
</style>
background-color css
<style>
a { background-color: #8E3EED; }
a { background-color: rgb(142,62,237); }
div.DivClassName
{
background-color: #8E3EED;
}
.BgClassName
{
background-color: #8E3EED;
}
</style>
border-color css
<style>
span { border-color: #8E3EED; }
span { border-color: rgb(142,62,237); }
td.TdClassName
{
border-color: #8E3EED;
}
.TagClassName
{
border-color: #8E3EED;
}
</style>