Shades of Vivid Violet #8E3D88
Tints of Vivid Violet #8E3D88
RGB
CMYK
RGB Variations
Color information
#8E3D88 (or 0x8E3D88) is known color: Vivid Violet. HEX triplet: 8E, 3D and 88. RGB value is (142,61,136). Sum of RGB (Red+Green+Blue) = 142+61+136=339 (44% of max value = 765). Red value is 142 (55.86% from 255 or 41.89% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3D88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3D88 is #71C277. Grayscale: #5D5D5D. Windows color (decimal): -7455352 or 8928654. OLE color: 8928654.
HSL color Cylindrical-coordinate representation of color #8E3D88: hue angle of 304.44º 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 #8E3D88 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 61 | 136 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.44 |
| HSL | 304.44º | 0.4% | 0.4% | - |
| HSV(B) | 304.44º | 0.57% | 0.56% | - |
| XYZ | 17.27 | 10.87 | 24.48 | - |
| YUV | 93.77 | 151.84 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 61 | 136 | 0 | 0.57 | 0.04 | 0.44 | 304.44 | 0.4 | 0.4 |
| Hex | 8E | 3D | 88 | 0 | 39 | 4 | 2C | 130 | 28 | 28 |
| Octal | 216 | 75 | 210 | 0 | 71 | 4 | 54 | 460 | 50 | 50 |
| Binary | 10001110 | 111101 | 10001000 | 0 | 111001 | 100 | 101100 | 100110000 | 101000 | 101000 |
Color Harmonies of #8E3D88
Complementary color
Monochromatic Colors of #8E3D88
Black with #8E3D88
Text Example
Text Example
White with #8E3D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3D88; }
p { color: rgb(142,61,136); }
H1.HeaderClassName
{
color: #8E3D88;
}
.AnyTagClassName
{
color: #8E3D88;
}
</style>
background-color css
<style>
a { background-color: #8E3D88; }
a { background-color: rgb(142,61,136); }
div.DivClassName
{
background-color: #8E3D88;
}
.BgClassName
{
background-color: #8E3D88;
}
</style>
border-color css
<style>
span { border-color: #8E3D88; }
span { border-color: rgb(142,61,136); }
td.TdClassName
{
border-color: #8E3D88;
}
.TagClassName
{
border-color: #8E3D88;
}
</style>