Shades of Violet Blue #9B7597
Tints of Violet Blue #9B7597
RGB
CMYK
RGB Variations
Color information
#9B7597 (or 0x9B7597) is known color: Violet Blue. HEX triplet: 9B, 75 and 97. RGB value is (155,117,151). Sum of RGB (Red+Green+Blue) = 155+117+151=423 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.64% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 151 (59.38% from 255 or 35.70% from 423); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7597 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7597 is #648A68. Grayscale: #848484. Windows color (decimal): -6589033 or 9926043. OLE color: 9926043.
HSL color Cylindrical-coordinate representation of color #9B7597: hue angle of 306.32º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9B7597 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 117 | 151 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.39 |
| HSL | 306.32º | 0.16% | 0.53% | - |
| HSV(B) | 306.32º | 0.25% | 0.61% | - |
| XYZ | 25.46 | 21.93 | 32.17 | - |
| YUV | 132.24 | 138.59 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 117 | 151 | 0 | 0.25 | 0.03 | 0.39 | 306.32 | 0.16 | 0.53 |
| Hex | 9B | 75 | 97 | 0 | 19 | 3 | 27 | 132 | 10 | 35 |
| Octal | 233 | 165 | 227 | 0 | 31 | 3 | 47 | 462 | 20 | 65 |
| Binary | 10011011 | 1110101 | 10010111 | 0 | 11001 | 11 | 100111 | 100110010 | 10000 | 110101 |
Color Harmonies of #9B7597
Complementary color
Monochromatic Colors of #9B7597
Black with #9B7597
Text Example
Text Example
White with #9B7597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7597; }
p { color: rgb(155,117,151); }
H1.HeaderClassName
{
color: #9B7597;
}
.AnyTagClassName
{
color: #9B7597;
}
</style>
background-color css
<style>
a { background-color: #9B7597; }
a { background-color: rgb(155,117,151); }
div.DivClassName
{
background-color: #9B7597;
}
.BgClassName
{
background-color: #9B7597;
}
</style>
border-color css
<style>
span { border-color: #9B7597; }
span { border-color: rgb(155,117,151); }
td.TdClassName
{
border-color: #9B7597;
}
.TagClassName
{
border-color: #9B7597;
}
</style>