Shades of Vivid Violet #8E3D84
Tints of Vivid Violet #8E3D84
RGB
CMYK
RGB Variations
Color information
#8E3D84 (or 0x8E3D84) is known color: Vivid Violet. HEX triplet: 8E, 3D and 84. RGB value is (142,61,132). Sum of RGB (Red+Green+Blue) = 142+61+132=335 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.39% from 335); Green value is 61 (24.22% from 255 or 18.21% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3D84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3D84 is #71C27B. Grayscale: #5D5D5D. Windows color (decimal): -7455356 or 8666510. OLE color: 8666510.
HSL color Cylindrical-coordinate representation of color #8E3D84: hue angle of 307.41º 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 #8E3D84 is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 61 | 132 | - |
| CMYK | 0 | 0.57 | 0.07 | 0.44 |
| HSL | 307.41º | 0.4% | 0.4% | - |
| HSV(B) | 307.41º | 0.57% | 0.56% | - |
| XYZ | 16.99 | 10.75 | 23.01 | - |
| YUV | 93.31 | 149.84 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 61 | 132 | 0 | 0.57 | 0.07 | 0.44 | 307.41 | 0.4 | 0.4 |
| Hex | 8E | 3D | 84 | 0 | 39 | 7 | 2C | 133 | 28 | 28 |
| Octal | 216 | 75 | 204 | 0 | 71 | 7 | 54 | 463 | 50 | 50 |
| Binary | 10001110 | 111101 | 10000100 | 0 | 111001 | 111 | 101100 | 100110011 | 101000 | 101000 |
Color Harmonies of #8E3D84
Complementary color
Monochromatic Colors of #8E3D84
Black with #8E3D84
Text Example
Text Example
White with #8E3D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3D84; }
p { color: rgb(142,61,132); }
H1.HeaderClassName
{
color: #8E3D84;
}
.AnyTagClassName
{
color: #8E3D84;
}
</style>
background-color css
<style>
a { background-color: #8E3D84; }
a { background-color: rgb(142,61,132); }
div.DivClassName
{
background-color: #8E3D84;
}
.BgClassName
{
background-color: #8E3D84;
}
</style>
border-color css
<style>
span { border-color: #8E3D84; }
span { border-color: rgb(142,61,132); }
td.TdClassName
{
border-color: #8E3D84;
}
.TagClassName
{
border-color: #8E3D84;
}
</style>