Shades of Violet Blue #9C5897
Tints of Violet Blue #9C5897
RGB
CMYK
RGB Variations
Color information
#9C5897 (or 0x9C5897) is known color: Violet Blue. HEX triplet: 9C, 58 and 97. RGB value is (156,88,151). Sum of RGB (Red+Green+Blue) = 156+88+151=395 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.49% from 395); Green value is 88 (34.77% from 255 or 22.28% from 395); Blue value is 151 (59.38% from 255 or 38.23% from 395); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5897 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5897 is #63A768. Grayscale: #737373. Windows color (decimal): -6530921 or 9918620. OLE color: 9918620.
HSL color Cylindrical-coordinate representation of color #9C5897: hue angle of 304.41º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9C5897 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 88 | 151 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.39 |
| HSL | 304.41º | 0.28% | 0.48% | - |
| HSV(B) | 304.41º | 0.44% | 0.61% | - |
| XYZ | 22.79 | 16.28 | 31.22 | - |
| YUV | 115.51 | 148.03 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 88 | 151 | 0 | 0.44 | 0.03 | 0.39 | 304.41 | 0.28 | 0.48 |
| Hex | 9C | 58 | 97 | 0 | 2C | 3 | 27 | 130 | 1C | 30 |
| Octal | 234 | 130 | 227 | 0 | 54 | 3 | 47 | 460 | 34 | 60 |
| Binary | 10011100 | 1011000 | 10010111 | 0 | 101100 | 11 | 100111 | 100110000 | 11100 | 110000 |
Color Harmonies of #9C5897
Complementary color
Monochromatic Colors of #9C5897
Black with #9C5897
Text Example
Text Example
White with #9C5897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5897; }
p { color: rgb(156,88,151); }
H1.HeaderClassName
{
color: #9C5897;
}
.AnyTagClassName
{
color: #9C5897;
}
</style>
background-color css
<style>
a { background-color: #9C5897; }
a { background-color: rgb(156,88,151); }
div.DivClassName
{
background-color: #9C5897;
}
.BgClassName
{
background-color: #9C5897;
}
</style>
border-color css
<style>
span { border-color: #9C5897; }
span { border-color: rgb(156,88,151); }
td.TdClassName
{
border-color: #9C5897;
}
.TagClassName
{
border-color: #9C5897;
}
</style>