Shades of Vivid Violet #8E2DAB
Tints of Vivid Violet #8E2DAB
RGB
CMYK
RGB Variations
Color information
#8E2DAB (or 0x8E2DAB) is known color: Vivid Violet. HEX triplet: 8E, 2D and AB. RGB value is (142,45,171). Sum of RGB (Red+Green+Blue) = 142+45+171=358 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.66% from 358); Green value is 45 (17.97% from 255 or 12.57% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #8E2DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2DAB is #71D254. Grayscale: #575757. Windows color (decimal): -7459413 or 11218318. OLE color: 11218318.
HSL color Cylindrical-coordinate representation of color #8E2DAB: hue angle of 286.19º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8E2DAB is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 45 | 171 | - |
| CMYK | 0.17 | 0.74 | 0 | 0.33 |
| HSL | 286.19º | 0.58% | 0.42% | - |
| HSV(B) | 286.19º | 0.74% | 0.67% | - |
| XYZ | 19.44 | 10.57 | 39.54 | - |
| YUV | 88.37 | 174.64 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 45 | 171 | 0.17 | 0.74 | 0 | 0.33 | 286.19 | 0.58 | 0.42 |
| Hex | 8E | 2D | AB | 11 | 4A | 0 | 21 | 11E | 3A | 2A |
| Octal | 216 | 55 | 253 | 21 | 112 | 0 | 41 | 436 | 72 | 52 |
| Binary | 10001110 | 101101 | 10101011 | 10001 | 1001010 | 0 | 100001 | 100011110 | 111010 | 101010 |
Color Harmonies of #8E2DAB
Complementary color
Monochromatic Colors of #8E2DAB
Black with #8E2DAB
Text Example
Text Example
White with #8E2DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2DAB; }
p { color: rgb(142,45,171); }
H1.HeaderClassName
{
color: #8E2DAB;
}
.AnyTagClassName
{
color: #8E2DAB;
}
</style>
background-color css
<style>
a { background-color: #8E2DAB; }
a { background-color: rgb(142,45,171); }
div.DivClassName
{
background-color: #8E2DAB;
}
.BgClassName
{
background-color: #8E2DAB;
}
</style>
border-color css
<style>
span { border-color: #8E2DAB; }
span { border-color: rgb(142,45,171); }
td.TdClassName
{
border-color: #8E2DAB;
}
.TagClassName
{
border-color: #8E2DAB;
}
</style>