Shades of Violet Blue #9C5AAB
Tints of Violet Blue #9C5AAB
RGB
CMYK
RGB Variations
Color information
#9C5AAB (or 0x9C5AAB) is known color: Violet Blue. HEX triplet: 9C, 5A and AB. RGB value is (156,90,171). Sum of RGB (Red+Green+Blue) = 156+90+171=417 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.41% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C5AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5AAB is #63A554. Grayscale: #767676. Windows color (decimal): -6530389 or 11229852. OLE color: 11229852.
HSL color Cylindrical-coordinate representation of color #9C5AAB: hue angle of 288.89º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9C5AAB is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 90 | 171 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.33 |
| HSL | 288.89º | 0.33% | 0.51% | - |
| HSV(B) | 288.89º | 0.47% | 0.67% | - |
| XYZ | 24.72 | 17.32 | 40.57 | - |
| YUV | 118.97 | 157.37 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 90 | 171 | 0.09 | 0.47 | 0 | 0.33 | 288.89 | 0.33 | 0.51 |
| Hex | 9C | 5A | AB | 9 | 2F | 0 | 21 | 121 | 21 | 33 |
| Octal | 234 | 132 | 253 | 11 | 57 | 0 | 41 | 441 | 41 | 63 |
| Binary | 10011100 | 1011010 | 10101011 | 1001 | 101111 | 0 | 100001 | 100100001 | 100001 | 110011 |
Color Harmonies of #9C5AAB
Complementary color
Monochromatic Colors of #9C5AAB
Black with #9C5AAB
Text Example
Text Example
White with #9C5AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5AAB; }
p { color: rgb(156,90,171); }
H1.HeaderClassName
{
color: #9C5AAB;
}
.AnyTagClassName
{
color: #9C5AAB;
}
</style>
background-color css
<style>
a { background-color: #9C5AAB; }
a { background-color: rgb(156,90,171); }
div.DivClassName
{
background-color: #9C5AAB;
}
.BgClassName
{
background-color: #9C5AAB;
}
</style>
border-color css
<style>
span { border-color: #9C5AAB; }
span { border-color: rgb(156,90,171); }
td.TdClassName
{
border-color: #9C5AAB;
}
.TagClassName
{
border-color: #9C5AAB;
}
</style>