Shades of Vivid Violet #8E3C8A
Tints of Vivid Violet #8E3C8A
RGB
CMYK
RGB Variations
Color information
#8E3C8A (or 0x8E3C8A) is known color: Vivid Violet. HEX triplet: 8E, 3C and 8A. RGB value is (142,60,138). Sum of RGB (Red+Green+Blue) = 142+60+138=340 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.76% from 340); Green value is 60 (23.83% from 255 or 17.65% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3C8A is #71C375. Grayscale: #5D5D5D. Windows color (decimal): -7455606 or 9059470. OLE color: 9059470.
HSL color Cylindrical-coordinate representation of color #8E3C8A: hue angle of 302.93º 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 #8E3C8A is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 60 | 138 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.44 |
| HSL | 302.93º | 0.41% | 0.4% | - |
| HSV(B) | 302.93º | 0.58% | 0.56% | - |
| XYZ | 17.36 | 10.82 | 25.22 | - |
| YUV | 93.41 | 153.17 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 60 | 138 | 0 | 0.58 | 0.03 | 0.44 | 302.93 | 0.41 | 0.4 |
| Hex | 8E | 3C | 8A | 0 | 3A | 3 | 2C | 12F | 29 | 28 |
| Octal | 216 | 74 | 212 | 0 | 72 | 3 | 54 | 457 | 51 | 50 |
| Binary | 10001110 | 111100 | 10001010 | 0 | 111010 | 11 | 101100 | 100101111 | 101001 | 101000 |
Color Harmonies of #8E3C8A
Complementary color
Monochromatic Colors of #8E3C8A
Black with #8E3C8A
Text Example
Text Example
White with #8E3C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3C8A; }
p { color: rgb(142,60,138); }
H1.HeaderClassName
{
color: #8E3C8A;
}
.AnyTagClassName
{
color: #8E3C8A;
}
</style>
background-color css
<style>
a { background-color: #8E3C8A; }
a { background-color: rgb(142,60,138); }
div.DivClassName
{
background-color: #8E3C8A;
}
.BgClassName
{
background-color: #8E3C8A;
}
</style>
border-color css
<style>
span { border-color: #8E3C8A; }
span { border-color: rgb(142,60,138); }
td.TdClassName
{
border-color: #8E3C8A;
}
.TagClassName
{
border-color: #8E3C8A;
}
</style>