Shades of Vivid Violet #8E279B
Tints of Vivid Violet #8E279B
RGB
CMYK
RGB Variations
Color information
#8E279B (or 0x8E279B) is known color: Vivid Violet. HEX triplet: 8E, 27 and 9B. RGB value is (142,39,155). Sum of RGB (Red+Green+Blue) = 142+39+155=336 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.26% from 336); Green value is 39 (15.62% from 255 or 11.61% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 155 - color contains mainly: blue. Hex color #8E279B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E279B is #71D864. Grayscale: #525252. Windows color (decimal): -7460965 or 10168206. OLE color: 10168206.
HSL color Cylindrical-coordinate representation of color #8E279B: hue angle of 293.28º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8E279B is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 142 | 39 | 155 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.39 |
| HSL | 293.28º | 0.6% | 0.38% | - |
| HSV(B) | 293.28º | 0.75% | 0.61% | - |
| XYZ | 17.8 | 9.57 | 31.92 | - |
| YUV | 83.02 | 168.62 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 39 | 155 | 0.08 | 0.75 | 0 | 0.39 | 293.28 | 0.6 | 0.38 |
| Hex | 8E | 27 | 9B | 8 | 4B | 0 | 27 | 125 | 3C | 26 |
| Octal | 216 | 47 | 233 | 10 | 113 | 0 | 47 | 445 | 74 | 46 |
| Binary | 10001110 | 100111 | 10011011 | 1000 | 1001011 | 0 | 100111 | 100100101 | 111100 | 100110 |
Color Harmonies of #8E279B
Complementary color
Monochromatic Colors of #8E279B
Black with #8E279B
Text Example
Text Example
White with #8E279B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E279B; }
p { color: rgb(142,39,155); }
H1.HeaderClassName
{
color: #8E279B;
}
.AnyTagClassName
{
color: #8E279B;
}
</style>
background-color css
<style>
a { background-color: #8E279B; }
a { background-color: rgb(142,39,155); }
div.DivClassName
{
background-color: #8E279B;
}
.BgClassName
{
background-color: #8E279B;
}
</style>
border-color css
<style>
span { border-color: #8E279B; }
span { border-color: rgb(142,39,155); }
td.TdClassName
{
border-color: #8E279B;
}
.TagClassName
{
border-color: #8E279B;
}
</style>