Shades of Vivid Violet #8E458B
Tints of Vivid Violet #8E458B
RGB
CMYK
RGB Variations
Color information
#8E458B (or 0x8E458B) is known color: Vivid Violet. HEX triplet: 8E, 45 and 8B. RGB value is (142,69,139). Sum of RGB (Red+Green+Blue) = 142+69+139=350 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.57% from 350); Green value is 69 (27.34% from 255 or 19.71% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 142 - color contains mainly: red. Hex color #8E458B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E458B is #71BA74. Grayscale: #626262. Windows color (decimal): -7453301 or 9127310. OLE color: 9127310.
HSL color Cylindrical-coordinate representation of color #8E458B: hue angle of 302.47º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8E458B is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 69 | 139 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.44 |
| HSL | 302.47º | 0.35% | 0.41% | - |
| HSV(B) | 302.47º | 0.51% | 0.56% | - |
| XYZ | 17.94 | 11.87 | 25.77 | - |
| YUV | 98.81 | 150.68 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 69 | 139 | 0 | 0.51 | 0.02 | 0.44 | 302.47 | 0.35 | 0.41 |
| Hex | 8E | 45 | 8B | 0 | 33 | 2 | 2C | 12E | 23 | 29 |
| Octal | 216 | 105 | 213 | 0 | 63 | 2 | 54 | 456 | 43 | 51 |
| Binary | 10001110 | 1000101 | 10001011 | 0 | 110011 | 10 | 101100 | 100101110 | 100011 | 101001 |
Color Harmonies of #8E458B
Complementary color
Monochromatic Colors of #8E458B
Black with #8E458B
Text Example
Text Example
White with #8E458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E458B; }
p { color: rgb(142,69,139); }
H1.HeaderClassName
{
color: #8E458B;
}
.AnyTagClassName
{
color: #8E458B;
}
</style>
background-color css
<style>
a { background-color: #8E458B; }
a { background-color: rgb(142,69,139); }
div.DivClassName
{
background-color: #8E458B;
}
.BgClassName
{
background-color: #8E458B;
}
</style>
border-color css
<style>
span { border-color: #8E458B; }
span { border-color: rgb(142,69,139); }
td.TdClassName
{
border-color: #8E458B;
}
.TagClassName
{
border-color: #8E458B;
}
</style>