Shades of Vivid Violet #8E3C8B
Tints of Vivid Violet #8E3C8B
RGB
CMYK
RGB Variations
Color information
#8E3C8B (or 0x8E3C8B) is known color: Vivid Violet. HEX triplet: 8E, 3C and 8B. RGB value is (142,60,139). Sum of RGB (Red+Green+Blue) = 142+60+139=341 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.64% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3C8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3C8B is #71C374. Grayscale: #5D5D5D. Windows color (decimal): -7455605 or 9125006. OLE color: 9125006.
HSL color Cylindrical-coordinate representation of color #8E3C8B: hue angle of 302.2º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8E3C8B is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 60 | 139 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.44 |
| HSL | 302.2º | 0.41% | 0.4% | - |
| HSV(B) | 302.2º | 0.58% | 0.56% | - |
| XYZ | 17.43 | 10.85 | 25.6 | - |
| YUV | 93.52 | 153.67 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 60 | 139 | 0 | 0.58 | 0.02 | 0.44 | 302.2 | 0.41 | 0.4 |
| Hex | 8E | 3C | 8B | 0 | 3A | 2 | 2C | 12E | 29 | 28 |
| Octal | 216 | 74 | 213 | 0 | 72 | 2 | 54 | 456 | 51 | 50 |
| Binary | 10001110 | 111100 | 10001011 | 0 | 111010 | 10 | 101100 | 100101110 | 101001 | 101000 |
Color Harmonies of #8E3C8B
Complementary color
Monochromatic Colors of #8E3C8B
Black with #8E3C8B
Text Example
Text Example
White with #8E3C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3C8B; }
p { color: rgb(142,60,139); }
H1.HeaderClassName
{
color: #8E3C8B;
}
.AnyTagClassName
{
color: #8E3C8B;
}
</style>
background-color css
<style>
a { background-color: #8E3C8B; }
a { background-color: rgb(142,60,139); }
div.DivClassName
{
background-color: #8E3C8B;
}
.BgClassName
{
background-color: #8E3C8B;
}
</style>
border-color css
<style>
span { border-color: #8E3C8B; }
span { border-color: rgb(142,60,139); }
td.TdClassName
{
border-color: #8E3C8B;
}
.TagClassName
{
border-color: #8E3C8B;
}
</style>