Shades of Violet Blue #9E579A
Tints of Violet Blue #9E579A
RGB
CMYK
RGB Variations
Color information
#9E579A (or 0x9E579A) is known color: Violet Blue. HEX triplet: 9E, 57 and 9A. RGB value is (158,87,154). Sum of RGB (Red+Green+Blue) = 158+87+154=399 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.60% from 399); Green value is 87 (34.38% from 255 or 21.80% from 399); Blue value is 154 (60.55% from 255 or 38.60% from 399); Max value from RGB is 158 - color contains mainly: red. Hex color #9E579A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E579A is #61A865. Grayscale: #737373. Windows color (decimal): -6400102 or 10114974. OLE color: 10114974.
HSL color Cylindrical-coordinate representation of color #9E579A: hue angle of 303.38º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9E579A is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 87 | 154 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.38 |
| HSL | 303.38º | 0.29% | 0.48% | - |
| HSV(B) | 303.38º | 0.45% | 0.62% | - |
| XYZ | 23.34 | 16.42 | 32.51 | - |
| YUV | 115.87 | 149.52 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 87 | 154 | 0 | 0.45 | 0.03 | 0.38 | 303.38 | 0.29 | 0.48 |
| Hex | 9E | 57 | 9A | 0 | 2D | 3 | 26 | 12F | 1D | 30 |
| Octal | 236 | 127 | 232 | 0 | 55 | 3 | 46 | 457 | 35 | 60 |
| Binary | 10011110 | 1010111 | 10011010 | 0 | 101101 | 11 | 100110 | 100101111 | 11101 | 110000 |
Color Harmonies of #9E579A
Complementary color
Monochromatic Colors of #9E579A
Black with #9E579A
Text Example
Text Example
White with #9E579A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E579A; }
p { color: rgb(158,87,154); }
H1.HeaderClassName
{
color: #9E579A;
}
.AnyTagClassName
{
color: #9E579A;
}
</style>
background-color css
<style>
a { background-color: #9E579A; }
a { background-color: rgb(158,87,154); }
div.DivClassName
{
background-color: #9E579A;
}
.BgClassName
{
background-color: #9E579A;
}
</style>
border-color css
<style>
span { border-color: #9E579A; }
span { border-color: rgb(158,87,154); }
td.TdClassName
{
border-color: #9E579A;
}
.TagClassName
{
border-color: #9E579A;
}
</style>