Shades of Blue Violet #8E4AE6
Tints of Blue Violet #8E4AE6
RGB
CMYK
RGB Variations
Color information
#8E4AE6 (or 0x8E4AE6) is known color: Blue Violet. HEX triplet: 8E, 4A and E6. RGB value is (142,74,230). Sum of RGB (Red+Green+Blue) = 142+74+230=446 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.84% from 446); Green value is 74 (29.30% from 255 or 16.59% from 446); Blue value is 230 (90.23% from 255 or 51.57% from 446); Max value from RGB is 230 - color contains mainly: blue. Hex color #8E4AE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E4AE6 is #71B519. Grayscale: #6F6F6F. Windows color (decimal): -7451930 or 15092366. OLE color: 15092366.
HSL color Cylindrical-coordinate representation of color #8E4AE6: hue angle of 266.15º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E4AE6 is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 142 | 74 | 230 | - |
| CMYK | 0.38 | 0.68 | 0 | 0.10 |
| HSL | 266.15º | 0.76% | 0.6% | - |
| HSV(B) | 266.15º | 0.68% | 0.9% | - |
| XYZ | 27.89 | 16.36 | 76.55 | - |
| YUV | 112.12 | 194.53 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 74 | 230 | 0.38 | 0.68 | 0 | 0.10 | 266.15 | 0.76 | 0.6 |
| Hex | 8E | 4A | E6 | 26 | 44 | 0 | A | 10A | 4C | 3C |
| Octal | 216 | 112 | 346 | 46 | 104 | 0 | 12 | 412 | 114 | 74 |
| Binary | 10001110 | 1001010 | 11100110 | 100110 | 1000100 | 0 | 1010 | 100001010 | 1001100 | 111100 |
Color Harmonies of #8E4AE6
Complementary color
Monochromatic Colors of #8E4AE6
Black with #8E4AE6
Text Example
Text Example
White with #8E4AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4AE6; }
p { color: rgb(142,74,230); }
H1.HeaderClassName
{
color: #8E4AE6;
}
.AnyTagClassName
{
color: #8E4AE6;
}
</style>
background-color css
<style>
a { background-color: #8E4AE6; }
a { background-color: rgb(142,74,230); }
div.DivClassName
{
background-color: #8E4AE6;
}
.BgClassName
{
background-color: #8E4AE6;
}
</style>
border-color css
<style>
span { border-color: #8E4AE6; }
span { border-color: rgb(142,74,230); }
td.TdClassName
{
border-color: #8E4AE6;
}
.TagClassName
{
border-color: #8E4AE6;
}
</style>