Shades of Violet Blue #8E6295
Tints of Violet Blue #8E6295
RGB
CMYK
RGB Variations
Color information
#8E6295 (or 0x8E6295) is known color: Violet Blue. HEX triplet: 8E, 62 and 95. RGB value is (142,98,149). Sum of RGB (Red+Green+Blue) = 142+98+149=389 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.50% from 389); Green value is 98 (38.67% from 255 or 25.19% from 389); Blue value is 149 (58.59% from 255 or 38.30% from 389); Max value from RGB is 149 - color contains mainly: blue. Hex color #8E6295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6295 is #719D6A. Grayscale: #747474. Windows color (decimal): -7445867 or 9790094. OLE color: 9790094.
HSL color Cylindrical-coordinate representation of color #8E6295: hue angle of 291.76º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8E6295 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 142 | 98 | 149 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.42 |
| HSL | 291.76º | 0.21% | 0.48% | - |
| HSV(B) | 291.76º | 0.34% | 0.58% | - |
| XYZ | 20.95 | 16.66 | 30.54 | - |
| YUV | 116.97 | 146.08 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 98 | 149 | 0.05 | 0.34 | 0 | 0.42 | 291.76 | 0.21 | 0.48 |
| Hex | 8E | 62 | 95 | 5 | 22 | 0 | 2A | 124 | 15 | 30 |
| Octal | 216 | 142 | 225 | 5 | 42 | 0 | 52 | 444 | 25 | 60 |
| Binary | 10001110 | 1100010 | 10010101 | 101 | 100010 | 0 | 101010 | 100100100 | 10101 | 110000 |
Color Harmonies of #8E6295
Complementary color
Monochromatic Colors of #8E6295
Black with #8E6295
Text Example
Text Example
White with #8E6295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6295; }
p { color: rgb(142,98,149); }
H1.HeaderClassName
{
color: #8E6295;
}
.AnyTagClassName
{
color: #8E6295;
}
</style>
background-color css
<style>
a { background-color: #8E6295; }
a { background-color: rgb(142,98,149); }
div.DivClassName
{
background-color: #8E6295;
}
.BgClassName
{
background-color: #8E6295;
}
</style>
border-color css
<style>
span { border-color: #8E6295; }
span { border-color: rgb(142,98,149); }
td.TdClassName
{
border-color: #8E6295;
}
.TagClassName
{
border-color: #8E6295;
}
</style>