Shades of Violet Blue #8E5A9D
Tints of Violet Blue #8E5A9D
RGB
CMYK
RGB Variations
Color information
#8E5A9D (or 0x8E5A9D) is known color: Violet Blue. HEX triplet: 8E, 5A and 9D. RGB value is (142,90,157). Sum of RGB (Red+Green+Blue) = 142+90+157=389 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.50% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 157 - color contains mainly: blue. Hex color #8E5A9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5A9D is #71A562. Grayscale: #707070. Windows color (decimal): -7447907 or 10312334. OLE color: 10312334.
HSL color Cylindrical-coordinate representation of color #8E5A9D: hue angle of 286.57º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8E5A9D is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 142 | 90 | 157 | - |
| CMYK | 0.10 | 0.43 | 0 | 0.38 |
| HSL | 286.57º | 0.27% | 0.48% | - |
| HSV(B) | 286.57º | 0.43% | 0.62% | - |
| XYZ | 20.9 | 15.5 | 33.79 | - |
| YUV | 113.19 | 152.73 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 90 | 157 | 0.10 | 0.43 | 0 | 0.38 | 286.57 | 0.27 | 0.48 |
| Hex | 8E | 5A | 9D | A | 2B | 0 | 26 | 11F | 1B | 30 |
| Octal | 216 | 132 | 235 | 12 | 53 | 0 | 46 | 437 | 33 | 60 |
| Binary | 10001110 | 1011010 | 10011101 | 1010 | 101011 | 0 | 100110 | 100011111 | 11011 | 110000 |
Color Harmonies of #8E5A9D
Complementary color
Monochromatic Colors of #8E5A9D
Black with #8E5A9D
Text Example
Text Example
White with #8E5A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5A9D; }
p { color: rgb(142,90,157); }
H1.HeaderClassName
{
color: #8E5A9D;
}
.AnyTagClassName
{
color: #8E5A9D;
}
</style>
background-color css
<style>
a { background-color: #8E5A9D; }
a { background-color: rgb(142,90,157); }
div.DivClassName
{
background-color: #8E5A9D;
}
.BgClassName
{
background-color: #8E5A9D;
}
</style>
border-color css
<style>
span { border-color: #8E5A9D; }
span { border-color: rgb(142,90,157); }
td.TdClassName
{
border-color: #8E5A9D;
}
.TagClassName
{
border-color: #8E5A9D;
}
</style>