Shades of Violet Blue #9C59A9
Tints of Violet Blue #9C59A9
RGB
CMYK
RGB Variations
Color information
#9C59A9 (or 0x9C59A9) is known color: Violet Blue. HEX triplet: 9C, 59 and A9. RGB value is (156,89,169). Sum of RGB (Red+Green+Blue) = 156+89+169=414 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.68% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 169 (66.41% from 255 or 40.82% from 414); Max value from RGB is 169 - color contains mainly: blue. Hex color #9C59A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C59A9 is #63A656. Grayscale: #757575. Windows color (decimal): -6530647 or 11098524. OLE color: 11098524.
HSL color Cylindrical-coordinate representation of color #9C59A9: hue angle of 290.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9C59A9 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 156 | 89 | 169 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.34 |
| HSL | 290.25º | 0.32% | 0.51% | - |
| HSV(B) | 290.25º | 0.47% | 0.66% | - |
| XYZ | 24.44 | 17.08 | 39.54 | - |
| YUV | 118.15 | 156.7 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 89 | 169 | 0.08 | 0.47 | 0 | 0.34 | 290.25 | 0.32 | 0.51 |
| Hex | 9C | 59 | A9 | 8 | 2F | 0 | 22 | 122 | 20 | 33 |
| Octal | 234 | 131 | 251 | 10 | 57 | 0 | 42 | 442 | 40 | 63 |
| Binary | 10011100 | 1011001 | 10101001 | 1000 | 101111 | 0 | 100010 | 100100010 | 100000 | 110011 |
Color Harmonies of #9C59A9
Complementary color
Monochromatic Colors of #9C59A9
Black with #9C59A9
Text Example
Text Example
White with #9C59A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C59A9; }
p { color: rgb(156,89,169); }
H1.HeaderClassName
{
color: #9C59A9;
}
.AnyTagClassName
{
color: #9C59A9;
}
</style>
background-color css
<style>
a { background-color: #9C59A9; }
a { background-color: rgb(156,89,169); }
div.DivClassName
{
background-color: #9C59A9;
}
.BgClassName
{
background-color: #9C59A9;
}
</style>
border-color css
<style>
span { border-color: #9C59A9; }
span { border-color: rgb(156,89,169); }
td.TdClassName
{
border-color: #9C59A9;
}
.TagClassName
{
border-color: #9C59A9;
}
</style>