Shades of Vivid Violet #8E3AAC
Tints of Vivid Violet #8E3AAC
RGB
CMYK
RGB Variations
Color information
#8E3AAC (or 0x8E3AAC) is known color: Vivid Violet. HEX triplet: 8E, 3A and AC. RGB value is (142,58,172). Sum of RGB (Red+Green+Blue) = 142+58+172=372 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.17% from 372); Green value is 58 (23.05% from 255 or 15.59% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 172 - color contains mainly: blue. Hex color #8E3AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3AAC is #71C553. Grayscale: #5F5F5F. Windows color (decimal): -7456084 or 11287182. OLE color: 11287182.
HSL color Cylindrical-coordinate representation of color #8E3AAC: hue angle of 284.21º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8E3AAC is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 58 | 172 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.33 |
| HSL | 284.21º | 0.5% | 0.45% | - |
| HSV(B) | 284.21º | 0.66% | 0.67% | - |
| XYZ | 20.11 | 11.76 | 40.24 | - |
| YUV | 96.11 | 170.83 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 58 | 172 | 0.17 | 0.66 | 0 | 0.33 | 284.21 | 0.5 | 0.45 |
| Hex | 8E | 3A | AC | 11 | 42 | 0 | 21 | 11C | 32 | 2D |
| Octal | 216 | 72 | 254 | 21 | 102 | 0 | 41 | 434 | 62 | 55 |
| Binary | 10001110 | 111010 | 10101100 | 10001 | 1000010 | 0 | 100001 | 100011100 | 110010 | 101101 |
Color Harmonies of #8E3AAC
Complementary color
Monochromatic Colors of #8E3AAC
Black with #8E3AAC
Text Example
Text Example
White with #8E3AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3AAC; }
p { color: rgb(142,58,172); }
H1.HeaderClassName
{
color: #8E3AAC;
}
.AnyTagClassName
{
color: #8E3AAC;
}
</style>
background-color css
<style>
a { background-color: #8E3AAC; }
a { background-color: rgb(142,58,172); }
div.DivClassName
{
background-color: #8E3AAC;
}
.BgClassName
{
background-color: #8E3AAC;
}
</style>
border-color css
<style>
span { border-color: #8E3AAC; }
span { border-color: rgb(142,58,172); }
td.TdClassName
{
border-color: #8E3AAC;
}
.TagClassName
{
border-color: #8E3AAC;
}
</style>