Shades of Violet Blue #997597
Tints of Violet Blue #997597
RGB
CMYK
RGB Variations
Color information
#997597 (or 0x997597) is known color: Violet Blue. HEX triplet: 99, 75 and 97. RGB value is (153,117,151). Sum of RGB (Red+Green+Blue) = 153+117+151=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 117 (46.09% from 255 or 27.79% from 421); Blue value is 151 (59.38% from 255 or 35.87% from 421); Max value from RGB is 153 - color contains mainly: red. Hex color #997597 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997597 is #668A68. Grayscale: #838383. Windows color (decimal): -6720105 or 9926041. OLE color: 9926041.
HSL color Cylindrical-coordinate representation of color #997597: hue angle of 303.33º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #997597 is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 117 | 151 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.4 |
| HSL | 303.33º | 0.15% | 0.53% | - |
| HSV(B) | 303.33º | 0.24% | 0.6% | - |
| XYZ | 25.08 | 21.73 | 32.15 | - |
| YUV | 131.64 | 138.93 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 117 | 151 | 0 | 0.24 | 0.01 | 0.4 | 303.33 | 0.15 | 0.53 |
| Hex | 99 | 75 | 97 | 0 | 18 | 1 | 28 | 12F | F | 35 |
| Octal | 231 | 165 | 227 | 0 | 30 | 1 | 50 | 457 | 17 | 65 |
| Binary | 10011001 | 1110101 | 10010111 | 0 | 11000 | 1 | 101000 | 100101111 | 1111 | 110101 |
Color Harmonies of #997597
Complementary color
Monochromatic Colors of #997597
Black with #997597
Text Example
Text Example
White with #997597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997597; }
p { color: rgb(153,117,151); }
H1.HeaderClassName
{
color: #997597;
}
.AnyTagClassName
{
color: #997597;
}
</style>
background-color css
<style>
a { background-color: #997597; }
a { background-color: rgb(153,117,151); }
div.DivClassName
{
background-color: #997597;
}
.BgClassName
{
background-color: #997597;
}
</style>
border-color css
<style>
span { border-color: #997597; }
span { border-color: rgb(153,117,151); }
td.TdClassName
{
border-color: #997597;
}
.TagClassName
{
border-color: #997597;
}
</style>