Shades of Vivid Violet #8E388D
Tints of Vivid Violet #8E388D
RGB
CMYK
RGB Variations
Color information
#8E388D (or 0x8E388D) is known color: Vivid Violet. HEX triplet: 8E, 38 and 8D. RGB value is (142,56,141). Sum of RGB (Red+Green+Blue) = 142+56+141=339 (44% of max value = 765). Red value is 142 (55.86% from 255 or 41.89% from 339); Green value is 56 (22.27% from 255 or 16.52% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 142 - color contains mainly: red. Hex color #8E388D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E388D is #71C772. Grayscale: #5B5B5B. Windows color (decimal): -7456627 or 9255054. OLE color: 9255054.
HSL color Cylindrical-coordinate representation of color #8E388D: hue angle of 300.7º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8E388D is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 56 | 141 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.44 |
| HSL | 300.7º | 0.43% | 0.39% | - |
| HSV(B) | 300.7º | 0.61% | 0.56% | - |
| XYZ | 17.38 | 10.5 | 26.31 | - |
| YUV | 91.4 | 155.99 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 56 | 141 | 0 | 0.61 | 0.01 | 0.44 | 300.7 | 0.43 | 0.39 |
| Hex | 8E | 38 | 8D | 0 | 3D | 1 | 2C | 12D | 2B | 27 |
| Octal | 216 | 70 | 215 | 0 | 75 | 1 | 54 | 455 | 53 | 47 |
| Binary | 10001110 | 111000 | 10001101 | 0 | 111101 | 1 | 101100 | 100101101 | 101011 | 100111 |
Color Harmonies of #8E388D
Complementary color
Monochromatic Colors of #8E388D
Black with #8E388D
Text Example
Text Example
White with #8E388D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E388D; }
p { color: rgb(142,56,141); }
H1.HeaderClassName
{
color: #8E388D;
}
.AnyTagClassName
{
color: #8E388D;
}
</style>
background-color css
<style>
a { background-color: #8E388D; }
a { background-color: rgb(142,56,141); }
div.DivClassName
{
background-color: #8E388D;
}
.BgClassName
{
background-color: #8E388D;
}
</style>
border-color css
<style>
span { border-color: #8E388D; }
span { border-color: rgb(142,56,141); }
td.TdClassName
{
border-color: #8E388D;
}
.TagClassName
{
border-color: #8E388D;
}
</style>