Shades of Vivid Violet #8E279D
Tints of Vivid Violet #8E279D
RGB
CMYK
RGB Variations
Color information
#8E279D (or 0x8E279D) is known color: Vivid Violet. HEX triplet: 8E, 27 and 9D. RGB value is (142,39,157). Sum of RGB (Red+Green+Blue) = 142+39+157=338 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.01% from 338); Green value is 39 (15.62% from 255 or 11.54% from 338); Blue value is 157 (61.72% from 255 or 46.45% from 338); Max value from RGB is 157 - color contains mainly: blue. Hex color #8E279D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E279D is #71D862. Grayscale: #525252. Windows color (decimal): -7460963 or 10299278. OLE color: 10299278.
HSL color Cylindrical-coordinate representation of color #8E279D: hue angle of 292.37º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8E279D is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 142 | 39 | 157 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.38 |
| HSL | 292.37º | 0.6% | 0.38% | - |
| HSV(B) | 292.37º | 0.75% | 0.62% | - |
| XYZ | 17.97 | 9.64 | 32.81 | - |
| YUV | 83.25 | 169.62 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 39 | 157 | 0.10 | 0.75 | 0 | 0.38 | 292.37 | 0.6 | 0.38 |
| Hex | 8E | 27 | 9D | A | 4B | 0 | 26 | 124 | 3C | 26 |
| Octal | 216 | 47 | 235 | 12 | 113 | 0 | 46 | 444 | 74 | 46 |
| Binary | 10001110 | 100111 | 10011101 | 1010 | 1001011 | 0 | 100110 | 100100100 | 111100 | 100110 |
Color Harmonies of #8E279D
Complementary color
Monochromatic Colors of #8E279D
Black with #8E279D
Text Example
Text Example
White with #8E279D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E279D; }
p { color: rgb(142,39,157); }
H1.HeaderClassName
{
color: #8E279D;
}
.AnyTagClassName
{
color: #8E279D;
}
</style>
background-color css
<style>
a { background-color: #8E279D; }
a { background-color: rgb(142,39,157); }
div.DivClassName
{
background-color: #8E279D;
}
.BgClassName
{
background-color: #8E279D;
}
</style>
border-color css
<style>
span { border-color: #8E279D; }
span { border-color: rgb(142,39,157); }
td.TdClassName
{
border-color: #8E279D;
}
.TagClassName
{
border-color: #8E279D;
}
</style>