Shades of Violet Blue #9E549B
Tints of Violet Blue #9E549B
RGB
CMYK
RGB Variations
Color information
#9E549B (or 0x9E549B) is known color: Violet Blue. HEX triplet: 9E, 54 and 9B. RGB value is (158,84,155). Sum of RGB (Red+Green+Blue) = 158+84+155=397 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.80% from 397); Green value is 84 (33.20% from 255 or 21.16% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 158 - color contains mainly: red. Hex color #9E549B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E549B is #61AB64. Grayscale: #727272. Windows color (decimal): -6400869 or 10179742. OLE color: 10179742.
HSL color Cylindrical-coordinate representation of color #9E549B: hue angle of 302.43º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9E549B is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 84 | 155 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.38 |
| HSL | 302.43º | 0.31% | 0.47% | - |
| HSV(B) | 302.43º | 0.47% | 0.62% | - |
| XYZ | 23.19 | 15.98 | 32.87 | - |
| YUV | 114.22 | 151.02 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 84 | 155 | 0 | 0.47 | 0.02 | 0.38 | 302.43 | 0.31 | 0.47 |
| Hex | 9E | 54 | 9B | 0 | 2F | 2 | 26 | 12E | 1F | 2F |
| Octal | 236 | 124 | 233 | 0 | 57 | 2 | 46 | 456 | 37 | 57 |
| Binary | 10011110 | 1010100 | 10011011 | 0 | 101111 | 10 | 100110 | 100101110 | 11111 | 101111 |
Color Harmonies of #9E549B
Complementary color
Monochromatic Colors of #9E549B
Black with #9E549B
Text Example
Text Example
White with #9E549B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E549B; }
p { color: rgb(158,84,155); }
H1.HeaderClassName
{
color: #9E549B;
}
.AnyTagClassName
{
color: #9E549B;
}
</style>
background-color css
<style>
a { background-color: #9E549B; }
a { background-color: rgb(158,84,155); }
div.DivClassName
{
background-color: #9E549B;
}
.BgClassName
{
background-color: #9E549B;
}
</style>
border-color css
<style>
span { border-color: #9E549B; }
span { border-color: rgb(158,84,155); }
td.TdClassName
{
border-color: #9E549B;
}
.TagClassName
{
border-color: #9E549B;
}
</style>