Shades of Vivid Violet #8E3D85
Tints of Vivid Violet #8E3D85
RGB
CMYK
RGB Variations
Color information
#8E3D85 (or 0x8E3D85) is known color: Vivid Violet. HEX triplet: 8E, 3D and 85. RGB value is (142,61,133). Sum of RGB (Red+Green+Blue) = 142+61+133=336 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.26% from 336); Green value is 61 (24.22% from 255 or 18.15% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3D85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3D85 is #71C27A. Grayscale: #5D5D5D. Windows color (decimal): -7455355 or 8732046. OLE color: 8732046.
HSL color Cylindrical-coordinate representation of color #8E3D85: hue angle of 306.67º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8E3D85 is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 61 | 133 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.44 |
| HSL | 306.67º | 0.4% | 0.4% | - |
| HSV(B) | 306.67º | 0.57% | 0.56% | - |
| XYZ | 17.06 | 10.78 | 23.37 | - |
| YUV | 93.43 | 150.34 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 61 | 133 | 0 | 0.57 | 0.06 | 0.44 | 306.67 | 0.4 | 0.4 |
| Hex | 8E | 3D | 85 | 0 | 39 | 6 | 2C | 133 | 28 | 28 |
| Octal | 216 | 75 | 205 | 0 | 71 | 6 | 54 | 463 | 50 | 50 |
| Binary | 10001110 | 111101 | 10000101 | 0 | 111001 | 110 | 101100 | 100110011 | 101000 | 101000 |
Color Harmonies of #8E3D85
Complementary color
Monochromatic Colors of #8E3D85
Black with #8E3D85
Text Example
Text Example
White with #8E3D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3D85; }
p { color: rgb(142,61,133); }
H1.HeaderClassName
{
color: #8E3D85;
}
.AnyTagClassName
{
color: #8E3D85;
}
</style>
background-color css
<style>
a { background-color: #8E3D85; }
a { background-color: rgb(142,61,133); }
div.DivClassName
{
background-color: #8E3D85;
}
.BgClassName
{
background-color: #8E3D85;
}
</style>
border-color css
<style>
span { border-color: #8E3D85; }
span { border-color: rgb(142,61,133); }
td.TdClassName
{
border-color: #8E3D85;
}
.TagClassName
{
border-color: #8E3D85;
}
</style>