Shades of Violet Blue #9C54A9
Tints of Violet Blue #9C54A9
RGB
CMYK
RGB Variations
Color information
#9C54A9 (or 0x9C54A9) is known color: Violet Blue. HEX triplet: 9C, 54 and A9. RGB value is (156,84,169). Sum of RGB (Red+Green+Blue) = 156+84+169=409 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.14% from 409); Green value is 84 (33.20% from 255 or 20.54% from 409); Blue value is 169 (66.41% from 255 or 41.32% from 409); Max value from RGB is 169 - color contains mainly: blue. Hex color #9C54A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C54A9 is #63AB56. Grayscale: #727272. Windows color (decimal): -6531927 or 11097244. OLE color: 11097244.
HSL color Cylindrical-coordinate representation of color #9C54A9: hue angle of 290.82º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9C54A9 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 156 | 84 | 169 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.34 |
| HSL | 290.82º | 0.34% | 0.5% | - |
| HSV(B) | 290.82º | 0.5% | 0.66% | - |
| XYZ | 24.04 | 16.27 | 39.41 | - |
| YUV | 115.22 | 158.35 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 84 | 169 | 0.08 | 0.50 | 0 | 0.34 | 290.82 | 0.34 | 0.5 |
| Hex | 9C | 54 | A9 | 8 | 32 | 0 | 22 | 123 | 22 | 32 |
| Octal | 234 | 124 | 251 | 10 | 62 | 0 | 42 | 443 | 42 | 62 |
| Binary | 10011100 | 1010100 | 10101001 | 1000 | 110010 | 0 | 100010 | 100100011 | 100010 | 110010 |
Color Harmonies of #9C54A9
Complementary color
Monochromatic Colors of #9C54A9
Black with #9C54A9
Text Example
Text Example
White with #9C54A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C54A9; }
p { color: rgb(156,84,169); }
H1.HeaderClassName
{
color: #9C54A9;
}
.AnyTagClassName
{
color: #9C54A9;
}
</style>
background-color css
<style>
a { background-color: #9C54A9; }
a { background-color: rgb(156,84,169); }
div.DivClassName
{
background-color: #9C54A9;
}
.BgClassName
{
background-color: #9C54A9;
}
</style>
border-color css
<style>
span { border-color: #9C54A9; }
span { border-color: rgb(156,84,169); }
td.TdClassName
{
border-color: #9C54A9;
}
.TagClassName
{
border-color: #9C54A9;
}
</style>