Shades of Vivid Violet #8E418A
Tints of Vivid Violet #8E418A
RGB
CMYK
RGB Variations
Color information
#8E418A (or 0x8E418A) is known color: Vivid Violet. HEX triplet: 8E, 41 and 8A. RGB value is (142,65,138). Sum of RGB (Red+Green+Blue) = 142+65+138=345 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.16% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 142 - color contains mainly: red. Hex color #8E418A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E418A is #71BE75. Grayscale: #606060. Windows color (decimal): -7454326 or 9060750. OLE color: 9060750.
HSL color Cylindrical-coordinate representation of color #8E418A: hue angle of 303.12º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8E418A is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 65 | 138 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.44 |
| HSL | 303.12º | 0.37% | 0.41% | - |
| HSV(B) | 303.12º | 0.54% | 0.56% | - |
| XYZ | 17.63 | 11.37 | 25.31 | - |
| YUV | 96.35 | 151.51 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 65 | 138 | 0 | 0.54 | 0.03 | 0.44 | 303.12 | 0.37 | 0.41 |
| Hex | 8E | 41 | 8A | 0 | 36 | 3 | 2C | 12F | 25 | 29 |
| Octal | 216 | 101 | 212 | 0 | 66 | 3 | 54 | 457 | 45 | 51 |
| Binary | 10001110 | 1000001 | 10001010 | 0 | 110110 | 11 | 101100 | 100101111 | 100101 | 101001 |
Color Harmonies of #8E418A
Complementary color
Monochromatic Colors of #8E418A
Black with #8E418A
Text Example
Text Example
White with #8E418A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E418A; }
p { color: rgb(142,65,138); }
H1.HeaderClassName
{
color: #8E418A;
}
.AnyTagClassName
{
color: #8E418A;
}
</style>
background-color css
<style>
a { background-color: #8E418A; }
a { background-color: rgb(142,65,138); }
div.DivClassName
{
background-color: #8E418A;
}
.BgClassName
{
background-color: #8E418A;
}
</style>
border-color css
<style>
span { border-color: #8E418A; }
span { border-color: rgb(142,65,138); }
td.TdClassName
{
border-color: #8E418A;
}
.TagClassName
{
border-color: #8E418A;
}
</style>