Shades of Violet Blue #8E5395
Tints of Violet Blue #8E5395
RGB
CMYK
RGB Variations
Color information
#8E5395 (or 0x8E5395) is known color: Violet Blue. HEX triplet: 8E, 53 and 95. RGB value is (142,83,149). Sum of RGB (Red+Green+Blue) = 142+83+149=374 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.97% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 149 - color contains mainly: blue. Hex color #8E5395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5395 is #71AC6A. Grayscale: #6B6B6B. Windows color (decimal): -7449707 or 9786254. OLE color: 9786254.
HSL color Cylindrical-coordinate representation of color #8E5395: hue angle of 293.64º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E5395 is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 142 | 83 | 149 | - |
| CMYK | 0.05 | 0.44 | 0 | 0.42 |
| HSL | 293.64º | 0.28% | 0.45% | - |
| HSV(B) | 293.64º | 0.44% | 0.58% | - |
| XYZ | 19.67 | 14.11 | 30.12 | - |
| YUV | 108.17 | 151.05 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 83 | 149 | 0.05 | 0.44 | 0 | 0.42 | 293.64 | 0.28 | 0.45 |
| Hex | 8E | 53 | 95 | 5 | 2C | 0 | 2A | 126 | 1C | 2D |
| Octal | 216 | 123 | 225 | 5 | 54 | 0 | 52 | 446 | 34 | 55 |
| Binary | 10001110 | 1010011 | 10010101 | 101 | 101100 | 0 | 101010 | 100100110 | 11100 | 101101 |
Color Harmonies of #8E5395
Complementary color
Monochromatic Colors of #8E5395
Black with #8E5395
Text Example
Text Example
White with #8E5395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5395; }
p { color: rgb(142,83,149); }
H1.HeaderClassName
{
color: #8E5395;
}
.AnyTagClassName
{
color: #8E5395;
}
</style>
background-color css
<style>
a { background-color: #8E5395; }
a { background-color: rgb(142,83,149); }
div.DivClassName
{
background-color: #8E5395;
}
.BgClassName
{
background-color: #8E5395;
}
</style>
border-color css
<style>
span { border-color: #8E5395; }
span { border-color: rgb(142,83,149); }
td.TdClassName
{
border-color: #8E5395;
}
.TagClassName
{
border-color: #8E5395;
}
</style>