Shades of Vivid Violet #8E3688
Tints of Vivid Violet #8E3688
RGB
CMYK
RGB Variations
Color information
#8E3688 (or 0x8E3688) is known color: Vivid Violet. HEX triplet: 8E, 36 and 88. RGB value is (142,54,136). Sum of RGB (Red+Green+Blue) = 142+54+136=332 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.77% from 332); Green value is 54 (21.48% from 255 or 16.27% from 332); Blue value is 136 (53.52% from 255 or 40.96% from 332); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3688 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3688 is #71C977. Grayscale: #595959. Windows color (decimal): -7457144 or 8926862. OLE color: 8926862.
HSL color Cylindrical-coordinate representation of color #8E3688: hue angle of 304.09º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8E3688 is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 54 | 136 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.44 |
| HSL | 304.09º | 0.45% | 0.38% | - |
| HSV(B) | 304.09º | 0.62% | 0.56% | - |
| XYZ | 16.92 | 10.17 | 24.36 | - |
| YUV | 89.66 | 154.15 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 54 | 136 | 0 | 0.62 | 0.04 | 0.44 | 304.09 | 0.45 | 0.38 |
| Hex | 8E | 36 | 88 | 0 | 3E | 4 | 2C | 130 | 2D | 26 |
| Octal | 216 | 66 | 210 | 0 | 76 | 4 | 54 | 460 | 55 | 46 |
| Binary | 10001110 | 110110 | 10001000 | 0 | 111110 | 100 | 101100 | 100110000 | 101101 | 100110 |
Color Harmonies of #8E3688
Complementary color
Monochromatic Colors of #8E3688
Black with #8E3688
Text Example
Text Example
White with #8E3688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3688; }
p { color: rgb(142,54,136); }
H1.HeaderClassName
{
color: #8E3688;
}
.AnyTagClassName
{
color: #8E3688;
}
</style>
background-color css
<style>
a { background-color: #8E3688; }
a { background-color: rgb(142,54,136); }
div.DivClassName
{
background-color: #8E3688;
}
.BgClassName
{
background-color: #8E3688;
}
</style>
border-color css
<style>
span { border-color: #8E3688; }
span { border-color: rgb(142,54,136); }
td.TdClassName
{
border-color: #8E3688;
}
.TagClassName
{
border-color: #8E3688;
}
</style>