Shades of Violet Blue #9E549D
Tints of Violet Blue #9E549D
RGB
CMYK
RGB Variations
Color information
#9E549D (or 0x9E549D) is known color: Violet Blue. HEX triplet: 9E, 54 and 9D. RGB value is (158,84,157). Sum of RGB (Red+Green+Blue) = 158+84+157=399 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.60% from 399); Green value is 84 (33.20% from 255 or 21.05% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 158 - color contains mainly: red. Hex color #9E549D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E549D is #61AB62. Grayscale: #727272. Windows color (decimal): -6400867 or 10310814. OLE color: 10310814.
HSL color Cylindrical-coordinate representation of color #9E549D: hue angle of 300.81º 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 #9E549D is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 84 | 157 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.38 |
| HSL | 300.81º | 0.31% | 0.47% | - |
| HSV(B) | 300.81º | 0.47% | 0.62% | - |
| XYZ | 23.36 | 16.04 | 33.76 | - |
| YUV | 114.45 | 152.02 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 84 | 157 | 0 | 0.47 | 0.01 | 0.38 | 300.81 | 0.31 | 0.47 |
| Hex | 9E | 54 | 9D | 0 | 2F | 1 | 26 | 12D | 1F | 2F |
| Octal | 236 | 124 | 235 | 0 | 57 | 1 | 46 | 455 | 37 | 57 |
| Binary | 10011110 | 1010100 | 10011101 | 0 | 101111 | 1 | 100110 | 100101101 | 11111 | 101111 |
Color Harmonies of #9E549D
Complementary color
Monochromatic Colors of #9E549D
Black with #9E549D
Text Example
Text Example
White with #9E549D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E549D; }
p { color: rgb(158,84,157); }
H1.HeaderClassName
{
color: #9E549D;
}
.AnyTagClassName
{
color: #9E549D;
}
</style>
background-color css
<style>
a { background-color: #9E549D; }
a { background-color: rgb(158,84,157); }
div.DivClassName
{
background-color: #9E549D;
}
.BgClassName
{
background-color: #9E549D;
}
</style>
border-color css
<style>
span { border-color: #9E549D; }
span { border-color: rgb(158,84,157); }
td.TdClassName
{
border-color: #9E549D;
}
.TagClassName
{
border-color: #9E549D;
}
</style>