Shades of Vivid Violet #8E2B9B
Tints of Vivid Violet #8E2B9B
RGB
CMYK
RGB Variations
Color information
#8E2B9B (or 0x8E2B9B) is known color: Vivid Violet. HEX triplet: 8E, 2B and 9B. RGB value is (142,43,155). Sum of RGB (Red+Green+Blue) = 142+43+155=340 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.76% from 340); Green value is 43 (17.19% from 255 or 12.65% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 155 - color contains mainly: blue. Hex color #8E2B9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2B9B is #71D464. Grayscale: #555555. Windows color (decimal): -7459941 or 10169230. OLE color: 10169230.
HSL color Cylindrical-coordinate representation of color #8E2B9B: hue angle of 293.04º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8E2B9B is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 142 | 43 | 155 | - |
| CMYK | 0.08 | 0.72 | 0 | 0.39 |
| HSL | 293.04º | 0.57% | 0.39% | - |
| HSV(B) | 293.04º | 0.72% | 0.61% | - |
| XYZ | 17.94 | 9.85 | 31.97 | - |
| YUV | 85.37 | 167.3 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 43 | 155 | 0.08 | 0.72 | 0 | 0.39 | 293.04 | 0.57 | 0.39 |
| Hex | 8E | 2B | 9B | 8 | 48 | 0 | 27 | 125 | 39 | 27 |
| Octal | 216 | 53 | 233 | 10 | 110 | 0 | 47 | 445 | 71 | 47 |
| Binary | 10001110 | 101011 | 10011011 | 1000 | 1001000 | 0 | 100111 | 100100101 | 111001 | 100111 |
Color Harmonies of #8E2B9B
Complementary color
Monochromatic Colors of #8E2B9B
Black with #8E2B9B
Text Example
Text Example
White with #8E2B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2B9B; }
p { color: rgb(142,43,155); }
H1.HeaderClassName
{
color: #8E2B9B;
}
.AnyTagClassName
{
color: #8E2B9B;
}
</style>
background-color css
<style>
a { background-color: #8E2B9B; }
a { background-color: rgb(142,43,155); }
div.DivClassName
{
background-color: #8E2B9B;
}
.BgClassName
{
background-color: #8E2B9B;
}
</style>
border-color css
<style>
span { border-color: #8E2B9B; }
span { border-color: rgb(142,43,155); }
td.TdClassName
{
border-color: #8E2B9B;
}
.TagClassName
{
border-color: #8E2B9B;
}
</style>