Shades of Vivid Violet #8E3B89
Tints of Vivid Violet #8E3B89
RGB
CMYK
RGB Variations
Color information
#8E3B89 (or 0x8E3B89) is known color: Vivid Violet. HEX triplet: 8E, 3B and 89. RGB value is (142,59,137). Sum of RGB (Red+Green+Blue) = 142+59+137=338 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.01% from 338); Green value is 59 (23.44% from 255 or 17.46% from 338); Blue value is 137 (53.91% from 255 or 40.53% from 338); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3B89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3B89 is #71C476. Grayscale: #5C5C5C. Windows color (decimal): -7455863 or 8993678. OLE color: 8993678.
HSL color Cylindrical-coordinate representation of color #8E3B89: hue angle of 303.61º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8E3B89 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 59 | 137 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.44 |
| HSL | 303.61º | 0.41% | 0.39% | - |
| HSV(B) | 303.61º | 0.58% | 0.56% | - |
| XYZ | 17.23 | 10.68 | 24.82 | - |
| YUV | 92.71 | 153 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 59 | 137 | 0 | 0.58 | 0.04 | 0.44 | 303.61 | 0.41 | 0.39 |
| Hex | 8E | 3B | 89 | 0 | 3A | 4 | 2C | 130 | 29 | 27 |
| Octal | 216 | 73 | 211 | 0 | 72 | 4 | 54 | 460 | 51 | 47 |
| Binary | 10001110 | 111011 | 10001001 | 0 | 111010 | 100 | 101100 | 100110000 | 101001 | 100111 |
Color Harmonies of #8E3B89
Complementary color
Monochromatic Colors of #8E3B89
Black with #8E3B89
Text Example
Text Example
White with #8E3B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3B89; }
p { color: rgb(142,59,137); }
H1.HeaderClassName
{
color: #8E3B89;
}
.AnyTagClassName
{
color: #8E3B89;
}
</style>
background-color css
<style>
a { background-color: #8E3B89; }
a { background-color: rgb(142,59,137); }
div.DivClassName
{
background-color: #8E3B89;
}
.BgClassName
{
background-color: #8E3B89;
}
</style>
border-color css
<style>
span { border-color: #8E3B89; }
span { border-color: rgb(142,59,137); }
td.TdClassName
{
border-color: #8E3B89;
}
.TagClassName
{
border-color: #8E3B89;
}
</style>