Shades of Violet Blue #8E599F
Tints of Violet Blue #8E599F
RGB
CMYK
RGB Variations
Color information
#8E599F (or 0x8E599F) is known color: Violet Blue. HEX triplet: 8E, 59 and 9F. RGB value is (142,89,159). Sum of RGB (Red+Green+Blue) = 142+89+159=390 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.41% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 159 (62.5% from 255 or 40.77% from 390); Max value from RGB is 159 - color contains mainly: blue. Hex color #8E599F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E599F is #71A660. Grayscale: #707070. Windows color (decimal): -7448161 or 10443150. OLE color: 10443150.
HSL color Cylindrical-coordinate representation of color #8E599F: hue angle of 285.43º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E599F is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 142 | 89 | 159 | - |
| CMYK | 0.11 | 0.44 | 0 | 0.38 |
| HSL | 285.43º | 0.28% | 0.49% | - |
| HSV(B) | 285.43º | 0.44% | 0.62% | - |
| XYZ | 20.99 | 15.4 | 34.67 | - |
| YUV | 112.83 | 154.06 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 89 | 159 | 0.11 | 0.44 | 0 | 0.38 | 285.43 | 0.28 | 0.49 |
| Hex | 8E | 59 | 9F | B | 2C | 0 | 26 | 11D | 1C | 31 |
| Octal | 216 | 131 | 237 | 13 | 54 | 0 | 46 | 435 | 34 | 61 |
| Binary | 10001110 | 1011001 | 10011111 | 1011 | 101100 | 0 | 100110 | 100011101 | 11100 | 110001 |
Color Harmonies of #8E599F
Complementary color
Monochromatic Colors of #8E599F
Black with #8E599F
Text Example
Text Example
White with #8E599F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E599F; }
p { color: rgb(142,89,159); }
H1.HeaderClassName
{
color: #8E599F;
}
.AnyTagClassName
{
color: #8E599F;
}
</style>
background-color css
<style>
a { background-color: #8E599F; }
a { background-color: rgb(142,89,159); }
div.DivClassName
{
background-color: #8E599F;
}
.BgClassName
{
background-color: #8E599F;
}
</style>
border-color css
<style>
span { border-color: #8E599F; }
span { border-color: rgb(142,89,159); }
td.TdClassName
{
border-color: #8E599F;
}
.TagClassName
{
border-color: #8E599F;
}
</style>