Shades of Vivid Violet #8E3B9B
Tints of Vivid Violet #8E3B9B
RGB
CMYK
RGB Variations
Color information
#8E3B9B (or 0x8E3B9B) is known color: Vivid Violet. HEX triplet: 8E, 3B and 9B. RGB value is (142,59,155). Sum of RGB (Red+Green+Blue) = 142+59+155=356 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.89% from 356); Green value is 59 (23.44% from 255 or 16.57% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 155 - color contains mainly: blue. Hex color #8E3B9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3B9B is #71C464. Grayscale: #5E5E5E. Windows color (decimal): -7455845 or 10173326. OLE color: 10173326.
HSL color Cylindrical-coordinate representation of color #8E3B9B: hue angle of 291.88º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8E3B9B is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 142 | 59 | 155 | - |
| CMYK | 0.08 | 0.62 | 0 | 0.39 |
| HSL | 291.88º | 0.45% | 0.42% | - |
| HSV(B) | 291.88º | 0.62% | 0.61% | - |
| XYZ | 18.64 | 11.25 | 32.2 | - |
| YUV | 94.76 | 162 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 59 | 155 | 0.08 | 0.62 | 0 | 0.39 | 291.88 | 0.45 | 0.42 |
| Hex | 8E | 3B | 9B | 8 | 3E | 0 | 27 | 124 | 2D | 2A |
| Octal | 216 | 73 | 233 | 10 | 76 | 0 | 47 | 444 | 55 | 52 |
| Binary | 10001110 | 111011 | 10011011 | 1000 | 111110 | 0 | 100111 | 100100100 | 101101 | 101010 |
Color Harmonies of #8E3B9B
Complementary color
Monochromatic Colors of #8E3B9B
Black with #8E3B9B
Text Example
Text Example
White with #8E3B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3B9B; }
p { color: rgb(142,59,155); }
H1.HeaderClassName
{
color: #8E3B9B;
}
.AnyTagClassName
{
color: #8E3B9B;
}
</style>
background-color css
<style>
a { background-color: #8E3B9B; }
a { background-color: rgb(142,59,155); }
div.DivClassName
{
background-color: #8E3B9B;
}
.BgClassName
{
background-color: #8E3B9B;
}
</style>
border-color css
<style>
span { border-color: #8E3B9B; }
span { border-color: rgb(142,59,155); }
td.TdClassName
{
border-color: #8E3B9B;
}
.TagClassName
{
border-color: #8E3B9B;
}
</style>