Shades of Violet Blue #9C549F
Tints of Violet Blue #9C549F
RGB
CMYK
RGB Variations
Color information
#9C549F (or 0x9C549F) is known color: Violet Blue. HEX triplet: 9C, 54 and 9F. RGB value is (156,84,159). Sum of RGB (Red+Green+Blue) = 156+84+159=399 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.10% from 399); Green value is 84 (33.20% from 255 or 21.05% from 399); Blue value is 159 (62.5% from 255 or 39.85% from 399); Max value from RGB is 159 - color contains mainly: blue. Hex color #9C549F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C549F is #63AB60. Grayscale: #717171. Windows color (decimal): -6531937 or 10441884. OLE color: 10441884.
HSL color Cylindrical-coordinate representation of color #9C549F: hue angle of 297.6º 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 #9C549F is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 156 | 84 | 159 | - |
| CMYK | 0.02 | 0.47 | 0 | 0.38 |
| HSL | 297.6º | 0.31% | 0.48% | - |
| HSV(B) | 297.6º | 0.47% | 0.62% | - |
| XYZ | 23.14 | 15.91 | 34.65 | - |
| YUV | 114.08 | 153.35 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 84 | 159 | 0.02 | 0.47 | 0 | 0.38 | 297.6 | 0.31 | 0.48 |
| Hex | 9C | 54 | 9F | 2 | 2F | 0 | 26 | 12A | 1F | 30 |
| Octal | 234 | 124 | 237 | 2 | 57 | 0 | 46 | 452 | 37 | 60 |
| Binary | 10011100 | 1010100 | 10011111 | 10 | 101111 | 0 | 100110 | 100101010 | 11111 | 110000 |
Color Harmonies of #9C549F
Complementary color
Monochromatic Colors of #9C549F
Black with #9C549F
Text Example
Text Example
White with #9C549F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C549F; }
p { color: rgb(156,84,159); }
H1.HeaderClassName
{
color: #9C549F;
}
.AnyTagClassName
{
color: #9C549F;
}
</style>
background-color css
<style>
a { background-color: #9C549F; }
a { background-color: rgb(156,84,159); }
div.DivClassName
{
background-color: #9C549F;
}
.BgClassName
{
background-color: #9C549F;
}
</style>
border-color css
<style>
span { border-color: #9C549F; }
span { border-color: rgb(156,84,159); }
td.TdClassName
{
border-color: #9C549F;
}
.TagClassName
{
border-color: #9C549F;
}
</style>