Shades of Vivid Violet #8E468B
Tints of Vivid Violet #8E468B
RGB
CMYK
RGB Variations
Color information
#8E468B (or 0x8E468B) is known color: Vivid Violet. HEX triplet: 8E, 46 and 8B. RGB value is (142,70,139). Sum of RGB (Red+Green+Blue) = 142+70+139=351 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.46% from 351); Green value is 70 (27.73% from 255 or 19.94% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 142 - color contains mainly: red. Hex color #8E468B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E468B is #71B974. Grayscale: #636363. Windows color (decimal): -7453045 or 9127566. OLE color: 9127566.
HSL color Cylindrical-coordinate representation of color #8E468B: hue angle of 302.5º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8E468B is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 70 | 139 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.44 |
| HSL | 302.5º | 0.34% | 0.42% | - |
| HSV(B) | 302.5º | 0.51% | 0.56% | - |
| XYZ | 18.01 | 12 | 25.79 | - |
| YUV | 99.39 | 150.35 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 70 | 139 | 0 | 0.51 | 0.02 | 0.44 | 302.5 | 0.34 | 0.42 |
| Hex | 8E | 46 | 8B | 0 | 33 | 2 | 2C | 12E | 22 | 2A |
| Octal | 216 | 106 | 213 | 0 | 63 | 2 | 54 | 456 | 42 | 52 |
| Binary | 10001110 | 1000110 | 10001011 | 0 | 110011 | 10 | 101100 | 100101110 | 100010 | 101010 |
Color Harmonies of #8E468B
Complementary color
Monochromatic Colors of #8E468B
Black with #8E468B
Text Example
Text Example
White with #8E468B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E468B; }
p { color: rgb(142,70,139); }
H1.HeaderClassName
{
color: #8E468B;
}
.AnyTagClassName
{
color: #8E468B;
}
</style>
background-color css
<style>
a { background-color: #8E468B; }
a { background-color: rgb(142,70,139); }
div.DivClassName
{
background-color: #8E468B;
}
.BgClassName
{
background-color: #8E468B;
}
</style>
border-color css
<style>
span { border-color: #8E468B; }
span { border-color: rgb(142,70,139); }
td.TdClassName
{
border-color: #8E468B;
}
.TagClassName
{
border-color: #8E468B;
}
</style>