Shades of Violet Blue #9F549C
Tints of Violet Blue #9F549C
RGB
CMYK
RGB Variations
Color information
#9F549C (or 0x9F549C) is known color: Violet Blue. HEX triplet: 9F, 54 and 9C. RGB value is (159,84,156). Sum of RGB (Red+Green+Blue) = 159+84+156=399 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.85% from 399); Green value is 84 (33.20% from 255 or 21.05% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 159 - color contains mainly: red. Hex color #9F549C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F549C is #60AB63. Grayscale: #727272. Windows color (decimal): -6335332 or 10245279. OLE color: 10245279.
HSL color Cylindrical-coordinate representation of color #9F549C: hue angle of 302.4º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F549C is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 84 | 156 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.38 |
| HSL | 302.4º | 0.31% | 0.48% | - |
| HSV(B) | 302.4º | 0.47% | 0.62% | - |
| XYZ | 23.47 | 16.11 | 33.33 | - |
| YUV | 114.63 | 151.35 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 84 | 156 | 0 | 0.47 | 0.02 | 0.38 | 302.4 | 0.31 | 0.48 |
| Hex | 9F | 54 | 9C | 0 | 2F | 2 | 26 | 12E | 1F | 30 |
| Octal | 237 | 124 | 234 | 0 | 57 | 2 | 46 | 456 | 37 | 60 |
| Binary | 10011111 | 1010100 | 10011100 | 0 | 101111 | 10 | 100110 | 100101110 | 11111 | 110000 |
Color Harmonies of #9F549C
Complementary color
Monochromatic Colors of #9F549C
Black with #9F549C
Text Example
Text Example
White with #9F549C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F549C; }
p { color: rgb(159,84,156); }
H1.HeaderClassName
{
color: #9F549C;
}
.AnyTagClassName
{
color: #9F549C;
}
</style>
background-color css
<style>
a { background-color: #9F549C; }
a { background-color: rgb(159,84,156); }
div.DivClassName
{
background-color: #9F549C;
}
.BgClassName
{
background-color: #9F549C;
}
</style>
border-color css
<style>
span { border-color: #9F549C; }
span { border-color: rgb(159,84,156); }
td.TdClassName
{
border-color: #9F549C;
}
.TagClassName
{
border-color: #9F549C;
}
</style>