Shades of Vivid Violet #8E4287
Tints of Vivid Violet #8E4287
RGB
CMYK
RGB Variations
Color information
#8E4287 (or 0x8E4287) is known color: Vivid Violet. HEX triplet: 8E, 42 and 87. RGB value is (142,66,135). Sum of RGB (Red+Green+Blue) = 142+66+135=343 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.40% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 135 (53.12% from 255 or 39.36% from 343); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4287 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4287 is #71BD78. Grayscale: #606060. Windows color (decimal): -7454073 or 8864398. OLE color: 8864398.
HSL color Cylindrical-coordinate representation of color #8E4287: hue angle of 305.53º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8E4287 is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 66 | 135 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.44 |
| HSL | 305.53º | 0.37% | 0.41% | - |
| HSV(B) | 305.53º | 0.54% | 0.56% | - |
| XYZ | 17.48 | 11.4 | 24.2 | - |
| YUV | 96.59 | 149.68 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 66 | 135 | 0 | 0.54 | 0.05 | 0.44 | 305.53 | 0.37 | 0.41 |
| Hex | 8E | 42 | 87 | 0 | 36 | 5 | 2C | 132 | 25 | 29 |
| Octal | 216 | 102 | 207 | 0 | 66 | 5 | 54 | 462 | 45 | 51 |
| Binary | 10001110 | 1000010 | 10000111 | 0 | 110110 | 101 | 101100 | 100110010 | 100101 | 101001 |
Color Harmonies of #8E4287
Complementary color
Monochromatic Colors of #8E4287
Black with #8E4287
Text Example
Text Example
White with #8E4287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4287; }
p { color: rgb(142,66,135); }
H1.HeaderClassName
{
color: #8E4287;
}
.AnyTagClassName
{
color: #8E4287;
}
</style>
background-color css
<style>
a { background-color: #8E4287; }
a { background-color: rgb(142,66,135); }
div.DivClassName
{
background-color: #8E4287;
}
.BgClassName
{
background-color: #8E4287;
}
</style>
border-color css
<style>
span { border-color: #8E4287; }
span { border-color: rgb(142,66,135); }
td.TdClassName
{
border-color: #8E4287;
}
.TagClassName
{
border-color: #8E4287;
}
</style>