Shades of Violet Blue #9E559B
Tints of Violet Blue #9E559B
RGB
CMYK
RGB Variations
Color information
#9E559B (or 0x9E559B) is known color: Violet Blue. HEX triplet: 9E, 55 and 9B. RGB value is (158,85,155). Sum of RGB (Red+Green+Blue) = 158+85+155=398 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.70% from 398); Green value is 85 (33.59% from 255 or 21.36% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 158 - color contains mainly: red. Hex color #9E559B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E559B is #61AA64. Grayscale: #727272. Windows color (decimal): -6400613 or 10179998. OLE color: 10179998.
HSL color Cylindrical-coordinate representation of color #9E559B: hue angle of 302.47º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E559B is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 85 | 155 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.38 |
| HSL | 302.47º | 0.3% | 0.48% | - |
| HSV(B) | 302.47º | 0.46% | 0.62% | - |
| XYZ | 23.27 | 16.13 | 32.9 | - |
| YUV | 114.81 | 150.68 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 85 | 155 | 0 | 0.46 | 0.02 | 0.38 | 302.47 | 0.3 | 0.48 |
| Hex | 9E | 55 | 9B | 0 | 2E | 2 | 26 | 12E | 1E | 30 |
| Octal | 236 | 125 | 233 | 0 | 56 | 2 | 46 | 456 | 36 | 60 |
| Binary | 10011110 | 1010101 | 10011011 | 0 | 101110 | 10 | 100110 | 100101110 | 11110 | 110000 |
Color Harmonies of #9E559B
Complementary color
Monochromatic Colors of #9E559B
Black with #9E559B
Text Example
Text Example
White with #9E559B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E559B; }
p { color: rgb(158,85,155); }
H1.HeaderClassName
{
color: #9E559B;
}
.AnyTagClassName
{
color: #9E559B;
}
</style>
background-color css
<style>
a { background-color: #9E559B; }
a { background-color: rgb(158,85,155); }
div.DivClassName
{
background-color: #9E559B;
}
.BgClassName
{
background-color: #9E559B;
}
</style>
border-color css
<style>
span { border-color: #9E559B; }
span { border-color: rgb(158,85,155); }
td.TdClassName
{
border-color: #9E559B;
}
.TagClassName
{
border-color: #9E559B;
}
</style>