Shades of Violet Blue #9C7599
Tints of Violet Blue #9C7599
RGB
CMYK
RGB Variations
Color information
#9C7599 (or 0x9C7599) is known color: Violet Blue. HEX triplet: 9C, 75 and 99. RGB value is (156,117,153). Sum of RGB (Red+Green+Blue) = 156+117+153=426 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.62% from 426); Green value is 117 (46.09% from 255 or 27.46% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7599 is #638A66. Grayscale: #848484. Windows color (decimal): -6523495 or 10057116. OLE color: 10057116.
HSL color Cylindrical-coordinate representation of color #9C7599: hue angle of 304.62º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9C7599 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 117 | 153 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.39 |
| HSL | 304.62º | 0.16% | 0.54% | - |
| HSV(B) | 304.62º | 0.25% | 0.61% | - |
| XYZ | 25.82 | 22.09 | 33.04 | - |
| YUV | 132.77 | 139.42 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 117 | 153 | 0 | 0.25 | 0.02 | 0.39 | 304.62 | 0.16 | 0.54 |
| Hex | 9C | 75 | 99 | 0 | 19 | 2 | 27 | 131 | 10 | 36 |
| Octal | 234 | 165 | 231 | 0 | 31 | 2 | 47 | 461 | 20 | 66 |
| Binary | 10011100 | 1110101 | 10011001 | 0 | 11001 | 10 | 100111 | 100110001 | 10000 | 110110 |
Color Harmonies of #9C7599
Complementary color
Monochromatic Colors of #9C7599
Black with #9C7599
Text Example
Text Example
White with #9C7599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7599; }
p { color: rgb(156,117,153); }
H1.HeaderClassName
{
color: #9C7599;
}
.AnyTagClassName
{
color: #9C7599;
}
</style>
background-color css
<style>
a { background-color: #9C7599; }
a { background-color: rgb(156,117,153); }
div.DivClassName
{
background-color: #9C7599;
}
.BgClassName
{
background-color: #9C7599;
}
</style>
border-color css
<style>
span { border-color: #9C7599; }
span { border-color: rgb(156,117,153); }
td.TdClassName
{
border-color: #9C7599;
}
.TagClassName
{
border-color: #9C7599;
}
</style>