Shades of Vivid Violet #8E3E8A
Tints of Vivid Violet #8E3E8A
RGB
CMYK
RGB Variations
Color information
#8E3E8A (or 0x8E3E8A) is known color: Vivid Violet. HEX triplet: 8E, 3E and 8A. RGB value is (142,62,138). Sum of RGB (Red+Green+Blue) = 142+62+138=342 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.52% from 342); Green value is 62 (24.61% from 255 or 18.13% from 342); Blue value is 138 (54.30% from 255 or 40.35% from 342); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3E8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3E8A is #71C175. Grayscale: #5E5E5E. Windows color (decimal): -7455094 or 9059982. OLE color: 9059982.
HSL color Cylindrical-coordinate representation of color #8E3E8A: hue angle of 303º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8E3E8A is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 62 | 138 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.44 |
| HSL | 303º | 0.39% | 0.4% | - |
| HSV(B) | 303º | 0.56% | 0.56% | - |
| XYZ | 17.47 | 11.03 | 25.25 | - |
| YUV | 94.58 | 152.5 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 62 | 138 | 0 | 0.56 | 0.03 | 0.44 | 303 | 0.39 | 0.4 |
| Hex | 8E | 3E | 8A | 0 | 38 | 3 | 2C | 12F | 27 | 28 |
| Octal | 216 | 76 | 212 | 0 | 70 | 3 | 54 | 457 | 47 | 50 |
| Binary | 10001110 | 111110 | 10001010 | 0 | 111000 | 11 | 101100 | 100101111 | 100111 | 101000 |
Color Harmonies of #8E3E8A
Complementary color
Monochromatic Colors of #8E3E8A
Black with #8E3E8A
Text Example
Text Example
White with #8E3E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3E8A; }
p { color: rgb(142,62,138); }
H1.HeaderClassName
{
color: #8E3E8A;
}
.AnyTagClassName
{
color: #8E3E8A;
}
</style>
background-color css
<style>
a { background-color: #8E3E8A; }
a { background-color: rgb(142,62,138); }
div.DivClassName
{
background-color: #8E3E8A;
}
.BgClassName
{
background-color: #8E3E8A;
}
</style>
border-color css
<style>
span { border-color: #8E3E8A; }
span { border-color: rgb(142,62,138); }
td.TdClassName
{
border-color: #8E3E8A;
}
.TagClassName
{
border-color: #8E3E8A;
}
</style>