Shades of Violet Blue #9E559D
Tints of Violet Blue #9E559D
RGB
CMYK
RGB Variations
Color information
#9E559D (or 0x9E559D) is known color: Violet Blue. HEX triplet: 9E, 55 and 9D. RGB value is (158,85,157). Sum of RGB (Red+Green+Blue) = 158+85+157=400 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.5% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 158 - color contains mainly: red. Hex color #9E559D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E559D is #61AA62. Grayscale: #727272. Windows color (decimal): -6400611 or 10311070. OLE color: 10311070.
HSL color Cylindrical-coordinate representation of color #9E559D: hue angle of 300.82º 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 #9E559D is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 85 | 157 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.38 |
| HSL | 300.82º | 0.3% | 0.48% | - |
| HSV(B) | 300.82º | 0.46% | 0.62% | - |
| XYZ | 23.43 | 16.2 | 33.79 | - |
| YUV | 115.04 | 151.68 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 85 | 157 | 0 | 0.46 | 0.01 | 0.38 | 300.82 | 0.3 | 0.48 |
| Hex | 9E | 55 | 9D | 0 | 2E | 1 | 26 | 12D | 1E | 30 |
| Octal | 236 | 125 | 235 | 0 | 56 | 1 | 46 | 455 | 36 | 60 |
| Binary | 10011110 | 1010101 | 10011101 | 0 | 101110 | 1 | 100110 | 100101101 | 11110 | 110000 |
Color Harmonies of #9E559D
Complementary color
Monochromatic Colors of #9E559D
Black with #9E559D
Text Example
Text Example
White with #9E559D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E559D; }
p { color: rgb(158,85,157); }
H1.HeaderClassName
{
color: #9E559D;
}
.AnyTagClassName
{
color: #9E559D;
}
</style>
background-color css
<style>
a { background-color: #9E559D; }
a { background-color: rgb(158,85,157); }
div.DivClassName
{
background-color: #9E559D;
}
.BgClassName
{
background-color: #9E559D;
}
</style>
border-color css
<style>
span { border-color: #9E559D; }
span { border-color: rgb(158,85,157); }
td.TdClassName
{
border-color: #9E559D;
}
.TagClassName
{
border-color: #9E559D;
}
</style>