Shades of Violet Blue #8E5398
Tints of Violet Blue #8E5398
RGB
CMYK
RGB Variations
Color information
#8E5398 (or 0x8E5398) is known color: Violet Blue. HEX triplet: 8E, 53 and 98. RGB value is (142,83,152). Sum of RGB (Red+Green+Blue) = 142+83+152=377 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.67% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 152 (59.77% from 255 or 40.32% from 377); Max value from RGB is 152 - color contains mainly: blue. Hex color #8E5398 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5398 is #71AC67. Grayscale: #6C6C6C. Windows color (decimal): -7449704 or 9982862. OLE color: 9982862.
HSL color Cylindrical-coordinate representation of color #8E5398: hue angle of 291.3º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8E5398 is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 142 | 83 | 152 | - |
| CMYK | 0.07 | 0.45 | 0 | 0.40 |
| HSL | 291.3º | 0.29% | 0.46% | - |
| HSV(B) | 291.3º | 0.45% | 0.6% | - |
| XYZ | 19.92 | 14.2 | 31.4 | - |
| YUV | 108.51 | 152.55 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 83 | 152 | 0.07 | 0.45 | 0 | 0.40 | 291.3 | 0.29 | 0.46 |
| Hex | 8E | 53 | 98 | 7 | 2D | 0 | 28 | 123 | 1D | 2E |
| Octal | 216 | 123 | 230 | 7 | 55 | 0 | 50 | 443 | 35 | 56 |
| Binary | 10001110 | 1010011 | 10011000 | 111 | 101101 | 0 | 101000 | 100100011 | 11101 | 101110 |
Color Harmonies of #8E5398
Complementary color
Monochromatic Colors of #8E5398
Black with #8E5398
Text Example
Text Example
White with #8E5398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5398; }
p { color: rgb(142,83,152); }
H1.HeaderClassName
{
color: #8E5398;
}
.AnyTagClassName
{
color: #8E5398;
}
</style>
background-color css
<style>
a { background-color: #8E5398; }
a { background-color: rgb(142,83,152); }
div.DivClassName
{
background-color: #8E5398;
}
.BgClassName
{
background-color: #8E5398;
}
</style>
border-color css
<style>
span { border-color: #8E5398; }
span { border-color: rgb(142,83,152); }
td.TdClassName
{
border-color: #8E5398;
}
.TagClassName
{
border-color: #8E5398;
}
</style>