Shades of Vivid Violet #8E1D9F
Tints of Vivid Violet #8E1D9F
RGB
CMYK
RGB Variations
Color information
#8E1D9F (or 0x8E1D9F) is known color: Vivid Violet. HEX triplet: 8E, 1D and 9F. RGB value is (142,29,159). Sum of RGB (Red+Green+Blue) = 142+29+159=330 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.03% from 330); Green value is 29 (11.72% from 255 or 8.79% from 330); Blue value is 159 (62.5% from 255 or 48.18% from 330); Max value from RGB is 159 - color contains mainly: blue. Hex color #8E1D9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E1D9F is #71E260. Grayscale: #4D4D4D. Windows color (decimal): -7463521 or 10427790. OLE color: 10427790.
HSL color Cylindrical-coordinate representation of color #8E1D9F: hue angle of 292.15º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8E1D9F is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 142 | 29 | 159 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.38 |
| HSL | 292.15º | 0.69% | 0.37% | - |
| HSV(B) | 292.15º | 0.82% | 0.62% | - |
| XYZ | 17.85 | 9.13 | 33.62 | - |
| YUV | 77.61 | 173.94 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 29 | 159 | 0.11 | 0.82 | 0 | 0.38 | 292.15 | 0.69 | 0.37 |
| Hex | 8E | 1D | 9F | B | 52 | 0 | 26 | 124 | 45 | 25 |
| Octal | 216 | 35 | 237 | 13 | 122 | 0 | 46 | 444 | 105 | 45 |
| Binary | 10001110 | 11101 | 10011111 | 1011 | 1010010 | 0 | 100110 | 100100100 | 1000101 | 100101 |
Color Harmonies of #8E1D9F
Complementary color
Monochromatic Colors of #8E1D9F
Black with #8E1D9F
Text Example
Text Example
White with #8E1D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1D9F; }
p { color: rgb(142,29,159); }
H1.HeaderClassName
{
color: #8E1D9F;
}
.AnyTagClassName
{
color: #8E1D9F;
}
</style>
background-color css
<style>
a { background-color: #8E1D9F; }
a { background-color: rgb(142,29,159); }
div.DivClassName
{
background-color: #8E1D9F;
}
.BgClassName
{
background-color: #8E1D9F;
}
</style>
border-color css
<style>
span { border-color: #8E1D9F; }
span { border-color: rgb(142,29,159); }
td.TdClassName
{
border-color: #8E1D9F;
}
.TagClassName
{
border-color: #8E1D9F;
}
</style>