Shades of Blue Violet #8E2ADC
Tints of Blue Violet #8E2ADC
RGB
CMYK
RGB Variations
Color information
#8E2ADC (or 0x8E2ADC) is known color: Blue Violet. HEX triplet: 8E, 2A and DC. RGB value is (142,42,220). Sum of RGB (Red+Green+Blue) = 142+42+220=404 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.15% from 404); Green value is 42 (16.80% from 255 or 10.40% from 404); Blue value is 220 (86.33% from 255 or 54.46% from 404); Max value from RGB is 220 - color contains mainly: blue. Hex color #8E2ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E2ADC is #71D523. Grayscale: #5B5B5B. Windows color (decimal): -7460132 or 14428814. OLE color: 14428814.
HSL color Cylindrical-coordinate representation of color #8E2ADC: hue angle of 273.71º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8E2ADC is Cyan = 0.35, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 42 | 220 | - |
| CMYK | 0.35 | 0.81 | 0 | 0.14 |
| HSL | 273.71º | 0.72% | 0.51% | - |
| HSV(B) | 273.71º | 0.81% | 0.86% | - |
| XYZ | 24.9 | 12.57 | 68.82 | - |
| YUV | 92.19 | 200.13 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 42 | 220 | 0.35 | 0.81 | 0 | 0.14 | 273.71 | 0.72 | 0.51 |
| Hex | 8E | 2A | DC | 23 | 51 | 0 | E | 112 | 48 | 33 |
| Octal | 216 | 52 | 334 | 43 | 121 | 0 | 16 | 422 | 110 | 63 |
| Binary | 10001110 | 101010 | 11011100 | 100011 | 1010001 | 0 | 1110 | 100010010 | 1001000 | 110011 |
Color Harmonies of #8E2ADC
Complementary color
Monochromatic Colors of #8E2ADC
Black with #8E2ADC
Text Example
Text Example
White with #8E2ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2ADC; }
p { color: rgb(142,42,220); }
H1.HeaderClassName
{
color: #8E2ADC;
}
.AnyTagClassName
{
color: #8E2ADC;
}
</style>
background-color css
<style>
a { background-color: #8E2ADC; }
a { background-color: rgb(142,42,220); }
div.DivClassName
{
background-color: #8E2ADC;
}
.BgClassName
{
background-color: #8E2ADC;
}
</style>
border-color css
<style>
span { border-color: #8E2ADC; }
span { border-color: rgb(142,42,220); }
td.TdClassName
{
border-color: #8E2ADC;
}
.TagClassName
{
border-color: #8E2ADC;
}
</style>