Shades of Vivid Violet #8E2CA7
Tints of Vivid Violet #8E2CA7
RGB
CMYK
RGB Variations
Color information
#8E2CA7 (or 0x8E2CA7) is known color: Vivid Violet. HEX triplet: 8E, 2C and A7. RGB value is (142,44,167). Sum of RGB (Red+Green+Blue) = 142+44+167=353 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.23% from 353); Green value is 44 (17.58% from 255 or 12.46% from 353); Blue value is 167 (65.62% from 255 or 47.31% from 353); Max value from RGB is 167 - color contains mainly: blue. Hex color #8E2CA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2CA7 is #71D358. Grayscale: #565656. Windows color (decimal): -7459673 or 10955918. OLE color: 10955918.
HSL color Cylindrical-coordinate representation of color #8E2CA7: hue angle of 287.8º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8E2CA7 is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 142 | 44 | 167 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.35 |
| HSL | 287.8º | 0.58% | 0.41% | - |
| HSV(B) | 287.8º | 0.74% | 0.65% | - |
| XYZ | 19.03 | 10.34 | 37.55 | - |
| YUV | 87.32 | 172.97 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 44 | 167 | 0.15 | 0.74 | 0 | 0.35 | 287.8 | 0.58 | 0.41 |
| Hex | 8E | 2C | A7 | F | 4A | 0 | 23 | 120 | 3A | 29 |
| Octal | 216 | 54 | 247 | 17 | 112 | 0 | 43 | 440 | 72 | 51 |
| Binary | 10001110 | 101100 | 10100111 | 1111 | 1001010 | 0 | 100011 | 100100000 | 111010 | 101001 |
Color Harmonies of #8E2CA7
Complementary color
Monochromatic Colors of #8E2CA7
Black with #8E2CA7
Text Example
Text Example
White with #8E2CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2CA7; }
p { color: rgb(142,44,167); }
H1.HeaderClassName
{
color: #8E2CA7;
}
.AnyTagClassName
{
color: #8E2CA7;
}
</style>
background-color css
<style>
a { background-color: #8E2CA7; }
a { background-color: rgb(142,44,167); }
div.DivClassName
{
background-color: #8E2CA7;
}
.BgClassName
{
background-color: #8E2CA7;
}
</style>
border-color css
<style>
span { border-color: #8E2CA7; }
span { border-color: rgb(142,44,167); }
td.TdClassName
{
border-color: #8E2CA7;
}
.TagClassName
{
border-color: #8E2CA7;
}
</style>