Shades of Violet Blue #9C5997
Tints of Violet Blue #9C5997
RGB
CMYK
RGB Variations
Color information
#9C5997 (or 0x9C5997) is known color: Violet Blue. HEX triplet: 9C, 59 and 97. RGB value is (156,89,151). Sum of RGB (Red+Green+Blue) = 156+89+151=396 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.39% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 151 (59.38% from 255 or 38.13% from 396); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5997 is #63A668. Grayscale: #737373. Windows color (decimal): -6530665 or 9918876. OLE color: 9918876.
HSL color Cylindrical-coordinate representation of color #9C5997: hue angle of 304.48º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9C5997 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 89 | 151 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.39 |
| HSL | 304.48º | 0.27% | 0.48% | - |
| HSV(B) | 304.48º | 0.43% | 0.61% | - |
| XYZ | 22.87 | 16.45 | 31.25 | - |
| YUV | 116.1 | 147.7 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 89 | 151 | 0 | 0.43 | 0.03 | 0.39 | 304.48 | 0.27 | 0.48 |
| Hex | 9C | 59 | 97 | 0 | 2B | 3 | 27 | 130 | 1B | 30 |
| Octal | 234 | 131 | 227 | 0 | 53 | 3 | 47 | 460 | 33 | 60 |
| Binary | 10011100 | 1011001 | 10010111 | 0 | 101011 | 11 | 100111 | 100110000 | 11011 | 110000 |
Color Harmonies of #9C5997
Complementary color
Monochromatic Colors of #9C5997
Black with #9C5997
Text Example
Text Example
White with #9C5997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5997; }
p { color: rgb(156,89,151); }
H1.HeaderClassName
{
color: #9C5997;
}
.AnyTagClassName
{
color: #9C5997;
}
</style>
background-color css
<style>
a { background-color: #9C5997; }
a { background-color: rgb(156,89,151); }
div.DivClassName
{
background-color: #9C5997;
}
.BgClassName
{
background-color: #9C5997;
}
</style>
border-color css
<style>
span { border-color: #9C5997; }
span { border-color: rgb(156,89,151); }
td.TdClassName
{
border-color: #9C5997;
}
.TagClassName
{
border-color: #9C5997;
}
</style>