Shades of Vivid Violet #8E2D8D
Tints of Vivid Violet #8E2D8D
RGB
CMYK
RGB Variations
Color information
#8E2D8D (or 0x8E2D8D) is known color: Vivid Violet. HEX triplet: 8E, 2D and 8D. RGB value is (142,45,141). Sum of RGB (Red+Green+Blue) = 142+45+141=328 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.29% from 328); Green value is 45 (17.97% from 255 or 13.72% from 328); Blue value is 141 (55.47% from 255 or 42.99% from 328); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2D8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2D8D is #71D272. Grayscale: #545454. Windows color (decimal): -7459443 or 9252238. OLE color: 9252238.
HSL color Cylindrical-coordinate representation of color #8E2D8D: hue angle of 300.62º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E2D8D is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 45 | 141 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.44 |
| HSL | 300.62º | 0.52% | 0.37% | - |
| HSV(B) | 300.62º | 0.68% | 0.56% | - |
| XYZ | 16.9 | 9.55 | 26.15 | - |
| YUV | 84.95 | 159.64 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 45 | 141 | 0 | 0.68 | 0.01 | 0.44 | 300.62 | 0.52 | 0.37 |
| Hex | 8E | 2D | 8D | 0 | 44 | 1 | 2C | 12D | 34 | 25 |
| Octal | 216 | 55 | 215 | 0 | 104 | 1 | 54 | 455 | 64 | 45 |
| Binary | 10001110 | 101101 | 10001101 | 0 | 1000100 | 1 | 101100 | 100101101 | 110100 | 100101 |
Color Harmonies of #8E2D8D
Complementary color
Monochromatic Colors of #8E2D8D
Black with #8E2D8D
Text Example
Text Example
White with #8E2D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2D8D; }
p { color: rgb(142,45,141); }
H1.HeaderClassName
{
color: #8E2D8D;
}
.AnyTagClassName
{
color: #8E2D8D;
}
</style>
background-color css
<style>
a { background-color: #8E2D8D; }
a { background-color: rgb(142,45,141); }
div.DivClassName
{
background-color: #8E2D8D;
}
.BgClassName
{
background-color: #8E2D8D;
}
</style>
border-color css
<style>
span { border-color: #8E2D8D; }
span { border-color: rgb(142,45,141); }
td.TdClassName
{
border-color: #8E2D8D;
}
.TagClassName
{
border-color: #8E2D8D;
}
</style>