Shades of Violet Blue #8E5F91
Tints of Violet Blue #8E5F91
RGB
CMYK
RGB Variations
Color information
#8E5F91 (or 0x8E5F91) is known color: Violet Blue. HEX triplet: 8E, 5F and 91. RGB value is (142,95,145). Sum of RGB (Red+Green+Blue) = 142+95+145=382 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.17% from 382); Green value is 95 (37.5% from 255 or 24.87% from 382); Blue value is 145 (57.03% from 255 or 37.96% from 382); Max value from RGB is 145 - color contains mainly: blue. Hex color #8E5F91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5F91 is #71A06E. Grayscale: #727272. Windows color (decimal): -7446639 or 9527182. OLE color: 9527182.
HSL color Cylindrical-coordinate representation of color #8E5F91: hue angle of 296.4º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8E5F91 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 142 | 95 | 145 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.43 |
| HSL | 296.4º | 0.21% | 0.47% | - |
| HSV(B) | 296.4º | 0.34% | 0.57% | - |
| XYZ | 20.36 | 15.98 | 28.8 | - |
| YUV | 114.75 | 145.07 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 95 | 145 | 0.02 | 0.34 | 0 | 0.43 | 296.4 | 0.21 | 0.47 |
| Hex | 8E | 5F | 91 | 2 | 22 | 0 | 2B | 128 | 15 | 2F |
| Octal | 216 | 137 | 221 | 2 | 42 | 0 | 53 | 450 | 25 | 57 |
| Binary | 10001110 | 1011111 | 10010001 | 10 | 100010 | 0 | 101011 | 100101000 | 10101 | 101111 |
Color Harmonies of #8E5F91
Complementary color
Monochromatic Colors of #8E5F91
Black with #8E5F91
Text Example
Text Example
White with #8E5F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5F91; }
p { color: rgb(142,95,145); }
H1.HeaderClassName
{
color: #8E5F91;
}
.AnyTagClassName
{
color: #8E5F91;
}
</style>
background-color css
<style>
a { background-color: #8E5F91; }
a { background-color: rgb(142,95,145); }
div.DivClassName
{
background-color: #8E5F91;
}
.BgClassName
{
background-color: #8E5F91;
}
</style>
border-color css
<style>
span { border-color: #8E5F91; }
span { border-color: rgb(142,95,145); }
td.TdClassName
{
border-color: #8E5F91;
}
.TagClassName
{
border-color: #8E5F91;
}
</style>