Shades of Blue Violet #8E3CEA
Tints of Blue Violet #8E3CEA
RGB
CMYK
RGB Variations
Color information
#8E3CEA (or 0x8E3CEA) is known color: Blue Violet. HEX triplet: 8E, 3C and EA. RGB value is (142,60,234). Sum of RGB (Red+Green+Blue) = 142+60+234=436 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.57% from 436); Green value is 60 (23.83% from 255 or 13.76% from 436); Blue value is 234 (91.80% from 255 or 53.67% from 436); Max value from RGB is 234 - color contains mainly: blue. Hex color #8E3CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E3CEA is #71C315. Grayscale: #676767. Windows color (decimal): -7455510 or 15350926. OLE color: 15350926.
HSL color Cylindrical-coordinate representation of color #8E3CEA: hue angle of 268.28º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8E3CEA is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 142 | 60 | 234 | - |
| CMYK | 0.39 | 0.74 | 0 | 0.08 |
| HSL | 268.28º | 0.81% | 0.58% | - |
| HSV(B) | 268.28º | 0.74% | 0.92% | - |
| XYZ | 27.62 | 14.92 | 79.27 | - |
| YUV | 104.35 | 201.17 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 60 | 234 | 0.39 | 0.74 | 0 | 0.08 | 268.28 | 0.81 | 0.58 |
| Hex | 8E | 3C | EA | 27 | 4A | 0 | 8 | 10C | 51 | 3A |
| Octal | 216 | 74 | 352 | 47 | 112 | 0 | 10 | 414 | 121 | 72 |
| Binary | 10001110 | 111100 | 11101010 | 100111 | 1001010 | 0 | 1000 | 100001100 | 1010001 | 111010 |
Color Harmonies of #8E3CEA
Complementary color
Monochromatic Colors of #8E3CEA
Black with #8E3CEA
Text Example
Text Example
White with #8E3CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3CEA; }
p { color: rgb(142,60,234); }
H1.HeaderClassName
{
color: #8E3CEA;
}
.AnyTagClassName
{
color: #8E3CEA;
}
</style>
background-color css
<style>
a { background-color: #8E3CEA; }
a { background-color: rgb(142,60,234); }
div.DivClassName
{
background-color: #8E3CEA;
}
.BgClassName
{
background-color: #8E3CEA;
}
</style>
border-color css
<style>
span { border-color: #8E3CEA; }
span { border-color: rgb(142,60,234); }
td.TdClassName
{
border-color: #8E3CEA;
}
.TagClassName
{
border-color: #8E3CEA;
}
</style>