Shades of Violet Blue #9A549C
Tints of Violet Blue #9A549C
RGB
CMYK
RGB Variations
Color information
#9A549C (or 0x9A549C) is known color: Violet Blue. HEX triplet: 9A, 54 and 9C. RGB value is (154,84,156). Sum of RGB (Red+Green+Blue) = 154+84+156=394 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.09% from 394); Green value is 84 (33.20% from 255 or 21.32% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 156 - color contains mainly: blue. Hex color #9A549C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A549C is #65AB63. Grayscale: #707070. Windows color (decimal): -6663012 or 10245274. OLE color: 10245274.
HSL color Cylindrical-coordinate representation of color #9A549C: hue angle of 298.33º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9A549C is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 154 | 84 | 156 | - |
| CMYK | 0.01 | 0.46 | 0 | 0.39 |
| HSL | 298.33º | 0.3% | 0.47% | - |
| HSV(B) | 298.33º | 0.46% | 0.61% | - |
| XYZ | 22.5 | 15.61 | 33.28 | - |
| YUV | 113.14 | 152.19 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 84 | 156 | 0.01 | 0.46 | 0 | 0.39 | 298.33 | 0.3 | 0.47 |
| Hex | 9A | 54 | 9C | 1 | 2E | 0 | 27 | 12A | 1E | 2F |
| Octal | 232 | 124 | 234 | 1 | 56 | 0 | 47 | 452 | 36 | 57 |
| Binary | 10011010 | 1010100 | 10011100 | 1 | 101110 | 0 | 100111 | 100101010 | 11110 | 101111 |
Color Harmonies of #9A549C
Complementary color
Monochromatic Colors of #9A549C
Black with #9A549C
Text Example
Text Example
White with #9A549C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A549C; }
p { color: rgb(154,84,156); }
H1.HeaderClassName
{
color: #9A549C;
}
.AnyTagClassName
{
color: #9A549C;
}
</style>
background-color css
<style>
a { background-color: #9A549C; }
a { background-color: rgb(154,84,156); }
div.DivClassName
{
background-color: #9A549C;
}
.BgClassName
{
background-color: #9A549C;
}
</style>
border-color css
<style>
span { border-color: #9A549C; }
span { border-color: rgb(154,84,156); }
td.TdClassName
{
border-color: #9A549C;
}
.TagClassName
{
border-color: #9A549C;
}
</style>