Shades of Vivid Violet #8E1DAC
Tints of Vivid Violet #8E1DAC
RGB
CMYK
RGB Variations
Color information
#8E1DAC (or 0x8E1DAC) is known color: Vivid Violet. HEX triplet: 8E, 1D and AC. RGB value is (142,29,172). Sum of RGB (Red+Green+Blue) = 142+29+172=343 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.40% from 343); Green value is 29 (11.72% from 255 or 8.45% from 343); Blue value is 172 (67.58% from 255 or 50.15% from 343); Max value from RGB is 172 - color contains mainly: blue. Hex color #8E1DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E1DAC is #71E253. Grayscale: #4E4E4E. Windows color (decimal): -7463508 or 11279758. OLE color: 11279758.
HSL color Cylindrical-coordinate representation of color #8E1DAC: hue angle of 287.41º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8E1DAC is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 29 | 172 | - |
| CMYK | 0.17 | 0.83 | 0 | 0.33 |
| HSL | 287.41º | 0.71% | 0.39% | - |
| HSV(B) | 287.41º | 0.83% | 0.67% | - |
| XYZ | 19.04 | 9.61 | 39.88 | - |
| YUV | 79.09 | 180.44 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 29 | 172 | 0.17 | 0.83 | 0 | 0.33 | 287.41 | 0.71 | 0.39 |
| Hex | 8E | 1D | AC | 11 | 53 | 0 | 21 | 11F | 47 | 27 |
| Octal | 216 | 35 | 254 | 21 | 123 | 0 | 41 | 437 | 107 | 47 |
| Binary | 10001110 | 11101 | 10101100 | 10001 | 1010011 | 0 | 100001 | 100011111 | 1000111 | 100111 |
Color Harmonies of #8E1DAC
Complementary color
Monochromatic Colors of #8E1DAC
Black with #8E1DAC
Text Example
Text Example
White with #8E1DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1DAC; }
p { color: rgb(142,29,172); }
H1.HeaderClassName
{
color: #8E1DAC;
}
.AnyTagClassName
{
color: #8E1DAC;
}
</style>
background-color css
<style>
a { background-color: #8E1DAC; }
a { background-color: rgb(142,29,172); }
div.DivClassName
{
background-color: #8E1DAC;
}
.BgClassName
{
background-color: #8E1DAC;
}
</style>
border-color css
<style>
span { border-color: #8E1DAC; }
span { border-color: rgb(142,29,172); }
td.TdClassName
{
border-color: #8E1DAC;
}
.TagClassName
{
border-color: #8E1DAC;
}
</style>