Shades of Vivid Violet #8E4488
Tints of Vivid Violet #8E4488
RGB
CMYK
RGB Variations
Color information
#8E4488 (or 0x8E4488) is known color: Vivid Violet. HEX triplet: 8E, 44 and 88. RGB value is (142,68,136). Sum of RGB (Red+Green+Blue) = 142+68+136=346 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.04% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4488 is #71BB77. Grayscale: #616161. Windows color (decimal): -7453560 or 8930446. OLE color: 8930446.
HSL color Cylindrical-coordinate representation of color #8E4488: hue angle of 304.86º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8E4488 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 68 | 136 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.44 |
| HSL | 304.86º | 0.35% | 0.41% | - |
| HSV(B) | 304.86º | 0.52% | 0.56% | - |
| XYZ | 17.67 | 11.66 | 24.61 | - |
| YUV | 97.88 | 149.52 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 68 | 136 | 0 | 0.52 | 0.04 | 0.44 | 304.86 | 0.35 | 0.41 |
| Hex | 8E | 44 | 88 | 0 | 34 | 4 | 2C | 131 | 23 | 29 |
| Octal | 216 | 104 | 210 | 0 | 64 | 4 | 54 | 461 | 43 | 51 |
| Binary | 10001110 | 1000100 | 10001000 | 0 | 110100 | 100 | 101100 | 100110001 | 100011 | 101001 |
Color Harmonies of #8E4488
Complementary color
Monochromatic Colors of #8E4488
Black with #8E4488
Text Example
Text Example
White with #8E4488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4488; }
p { color: rgb(142,68,136); }
H1.HeaderClassName
{
color: #8E4488;
}
.AnyTagClassName
{
color: #8E4488;
}
</style>
background-color css
<style>
a { background-color: #8E4488; }
a { background-color: rgb(142,68,136); }
div.DivClassName
{
background-color: #8E4488;
}
.BgClassName
{
background-color: #8E4488;
}
</style>
border-color css
<style>
span { border-color: #8E4488; }
span { border-color: rgb(142,68,136); }
td.TdClassName
{
border-color: #8E4488;
}
.TagClassName
{
border-color: #8E4488;
}
</style>