Shades of Blue Violet #8E3ADC
Tints of Blue Violet #8E3ADC
RGB
CMYK
RGB Variations
Color information
#8E3ADC (or 0x8E3ADC) is known color: Blue Violet. HEX triplet: 8E, 3A and DC. RGB value is (142,58,220). Sum of RGB (Red+Green+Blue) = 142+58+220=420 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.81% from 420); Green value is 58 (23.05% from 255 or 13.81% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #8E3ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E3ADC is #71C523. Grayscale: #656565. Windows color (decimal): -7456036 or 14432910. OLE color: 14432910.
HSL color Cylindrical-coordinate representation of color #8E3ADC: hue angle of 271.11º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8E3ADC is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 58 | 220 | - |
| CMYK | 0.35 | 0.74 | 0 | 0.14 |
| HSL | 271.11º | 0.7% | 0.55% | - |
| HSV(B) | 271.11º | 0.74% | 0.86% | - |
| XYZ | 25.59 | 13.94 | 69.05 | - |
| YUV | 101.58 | 194.83 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 58 | 220 | 0.35 | 0.74 | 0 | 0.14 | 271.11 | 0.7 | 0.55 |
| Hex | 8E | 3A | DC | 23 | 4A | 0 | E | 10F | 46 | 37 |
| Octal | 216 | 72 | 334 | 43 | 112 | 0 | 16 | 417 | 106 | 67 |
| Binary | 10001110 | 111010 | 11011100 | 100011 | 1001010 | 0 | 1110 | 100001111 | 1000110 | 110111 |
Color Harmonies of #8E3ADC
Complementary color
Monochromatic Colors of #8E3ADC
Black with #8E3ADC
Text Example
Text Example
White with #8E3ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3ADC; }
p { color: rgb(142,58,220); }
H1.HeaderClassName
{
color: #8E3ADC;
}
.AnyTagClassName
{
color: #8E3ADC;
}
</style>
background-color css
<style>
a { background-color: #8E3ADC; }
a { background-color: rgb(142,58,220); }
div.DivClassName
{
background-color: #8E3ADC;
}
.BgClassName
{
background-color: #8E3ADC;
}
</style>
border-color css
<style>
span { border-color: #8E3ADC; }
span { border-color: rgb(142,58,220); }
td.TdClassName
{
border-color: #8E3ADC;
}
.TagClassName
{
border-color: #8E3ADC;
}
</style>