Shades of Vivid Violet #8E3B85
Tints of Vivid Violet #8E3B85
RGB
CMYK
RGB Variations
Color information
#8E3B85 (or 0x8E3B85) is known color: Vivid Violet. HEX triplet: 8E, 3B and 85. RGB value is (142,59,133). Sum of RGB (Red+Green+Blue) = 142+59+133=334 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.51% from 334); Green value is 59 (23.44% from 255 or 17.66% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3B85 is #71C47A. Grayscale: #5C5C5C. Windows color (decimal): -7455867 or 8731534. OLE color: 8731534.
HSL color Cylindrical-coordinate representation of color #8E3B85: hue angle of 306.51º 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 #8E3B85 is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 59 | 133 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.44 |
| HSL | 306.51º | 0.41% | 0.39% | - |
| HSV(B) | 306.51º | 0.58% | 0.56% | - |
| XYZ | 16.95 | 10.57 | 23.34 | - |
| YUV | 92.25 | 151 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 59 | 133 | 0 | 0.58 | 0.06 | 0.44 | 306.51 | 0.41 | 0.39 |
| Hex | 8E | 3B | 85 | 0 | 3A | 6 | 2C | 133 | 29 | 27 |
| Octal | 216 | 73 | 205 | 0 | 72 | 6 | 54 | 463 | 51 | 47 |
| Binary | 10001110 | 111011 | 10000101 | 0 | 111010 | 110 | 101100 | 100110011 | 101001 | 100111 |
Color Harmonies of #8E3B85
Complementary color
Monochromatic Colors of #8E3B85
Black with #8E3B85
Text Example
Text Example
White with #8E3B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3B85; }
p { color: rgb(142,59,133); }
H1.HeaderClassName
{
color: #8E3B85;
}
.AnyTagClassName
{
color: #8E3B85;
}
</style>
background-color css
<style>
a { background-color: #8E3B85; }
a { background-color: rgb(142,59,133); }
div.DivClassName
{
background-color: #8E3B85;
}
.BgClassName
{
background-color: #8E3B85;
}
</style>
border-color css
<style>
span { border-color: #8E3B85; }
span { border-color: rgb(142,59,133); }
td.TdClassName
{
border-color: #8E3B85;
}
.TagClassName
{
border-color: #8E3B85;
}
</style>