Shades of Violet Blue #8E589B
Tints of Violet Blue #8E589B
RGB
CMYK
RGB Variations
Color information
#8E589B (or 0x8E589B) is known color: Violet Blue. HEX triplet: 8E, 58 and 9B. RGB value is (142,88,155). Sum of RGB (Red+Green+Blue) = 142+88+155=385 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.88% from 385); Green value is 88 (34.77% from 255 or 22.86% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 155 - color contains mainly: blue. Hex color #8E589B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E589B is #71A764. Grayscale: #6F6F6F. Windows color (decimal): -7448421 or 10180750. OLE color: 10180750.
HSL color Cylindrical-coordinate representation of color #8E589B: hue angle of 288.36º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8E589B is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 142 | 88 | 155 | - |
| CMYK | 0.08 | 0.43 | 0 | 0.39 |
| HSL | 288.36º | 0.28% | 0.48% | - |
| HSV(B) | 288.36º | 0.43% | 0.61% | - |
| XYZ | 20.56 | 15.1 | 32.84 | - |
| YUV | 111.78 | 152.39 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 88 | 155 | 0.08 | 0.43 | 0 | 0.39 | 288.36 | 0.28 | 0.48 |
| Hex | 8E | 58 | 9B | 8 | 2B | 0 | 27 | 120 | 1C | 30 |
| Octal | 216 | 130 | 233 | 10 | 53 | 0 | 47 | 440 | 34 | 60 |
| Binary | 10001110 | 1011000 | 10011011 | 1000 | 101011 | 0 | 100111 | 100100000 | 11100 | 110000 |
Color Harmonies of #8E589B
Complementary color
Monochromatic Colors of #8E589B
Black with #8E589B
Text Example
Text Example
White with #8E589B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E589B; }
p { color: rgb(142,88,155); }
H1.HeaderClassName
{
color: #8E589B;
}
.AnyTagClassName
{
color: #8E589B;
}
</style>
background-color css
<style>
a { background-color: #8E589B; }
a { background-color: rgb(142,88,155); }
div.DivClassName
{
background-color: #8E589B;
}
.BgClassName
{
background-color: #8E589B;
}
</style>
border-color css
<style>
span { border-color: #8E589B; }
span { border-color: rgb(142,88,155); }
td.TdClassName
{
border-color: #8E589B;
}
.TagClassName
{
border-color: #8E589B;
}
</style>