Shades of Violet Blue #9E579F
Tints of Violet Blue #9E579F
RGB
CMYK
RGB Variations
Color information
#9E579F (or 0x9E579F) is known color: Violet Blue. HEX triplet: 9E, 57 and 9F. RGB value is (158,87,159). Sum of RGB (Red+Green+Blue) = 158+87+159=404 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.11% from 404); Green value is 87 (34.38% from 255 or 21.53% from 404); Blue value is 159 (62.5% from 255 or 39.36% from 404); Max value from RGB is 159 - color contains mainly: blue. Hex color #9E579F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E579F is #61A860. Grayscale: #747474. Windows color (decimal): -6400097 or 10442654. OLE color: 10442654.
HSL color Cylindrical-coordinate representation of color #9E579F: hue angle of 299.17º 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 #9E579F is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 87 | 159 | - |
| CMYK | 0.01 | 0.45 | 0 | 0.38 |
| HSL | 299.17º | 0.29% | 0.48% | - |
| HSV(B) | 299.17º | 0.45% | 0.62% | - |
| XYZ | 23.77 | 16.59 | 34.75 | - |
| YUV | 116.44 | 152.02 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 87 | 159 | 0.01 | 0.45 | 0 | 0.38 | 299.17 | 0.29 | 0.48 |
| Hex | 9E | 57 | 9F | 1 | 2D | 0 | 26 | 12B | 1D | 30 |
| Octal | 236 | 127 | 237 | 1 | 55 | 0 | 46 | 453 | 35 | 60 |
| Binary | 10011110 | 1010111 | 10011111 | 1 | 101101 | 0 | 100110 | 100101011 | 11101 | 110000 |
Color Harmonies of #9E579F
Complementary color
Monochromatic Colors of #9E579F
Black with #9E579F
Text Example
Text Example
White with #9E579F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E579F; }
p { color: rgb(158,87,159); }
H1.HeaderClassName
{
color: #9E579F;
}
.AnyTagClassName
{
color: #9E579F;
}
</style>
background-color css
<style>
a { background-color: #9E579F; }
a { background-color: rgb(158,87,159); }
div.DivClassName
{
background-color: #9E579F;
}
.BgClassName
{
background-color: #9E579F;
}
</style>
border-color css
<style>
span { border-color: #9E579F; }
span { border-color: rgb(158,87,159); }
td.TdClassName
{
border-color: #9E579F;
}
.TagClassName
{
border-color: #9E579F;
}
</style>