Shades of Violet Blue #987597
Tints of Violet Blue #987597
RGB
CMYK
RGB Variations
Color information
#987597 (or 0x987597) is known color: Violet Blue. HEX triplet: 98, 75 and 97. RGB value is (152,117,151). Sum of RGB (Red+Green+Blue) = 152+117+151=420 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.19% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 151 (59.38% from 255 or 35.95% from 420); Max value from RGB is 152 - color contains mainly: red. Hex color #987597 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987597 is #678A68. Grayscale: #838383. Windows color (decimal): -6785641 or 9926040. OLE color: 9926040.
HSL color Cylindrical-coordinate representation of color #987597: hue angle of 301.71º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #987597 is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 117 | 151 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.40 |
| HSL | 301.71º | 0.15% | 0.53% | - |
| HSV(B) | 301.71º | 0.23% | 0.6% | - |
| XYZ | 24.9 | 21.63 | 32.14 | - |
| YUV | 131.34 | 139.1 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 117 | 151 | 0 | 0.23 | 0.01 | 0.40 | 301.71 | 0.15 | 0.53 |
| Hex | 98 | 75 | 97 | 0 | 17 | 1 | 28 | 12E | F | 35 |
| Octal | 230 | 165 | 227 | 0 | 27 | 1 | 50 | 456 | 17 | 65 |
| Binary | 10011000 | 1110101 | 10010111 | 0 | 10111 | 1 | 101000 | 100101110 | 1111 | 110101 |
Color Harmonies of #987597
Complementary color
Monochromatic Colors of #987597
Black with #987597
Text Example
Text Example
White with #987597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987597; }
p { color: rgb(152,117,151); }
H1.HeaderClassName
{
color: #987597;
}
.AnyTagClassName
{
color: #987597;
}
</style>
background-color css
<style>
a { background-color: #987597; }
a { background-color: rgb(152,117,151); }
div.DivClassName
{
background-color: #987597;
}
.BgClassName
{
background-color: #987597;
}
</style>
border-color css
<style>
span { border-color: #987597; }
span { border-color: rgb(152,117,151); }
td.TdClassName
{
border-color: #987597;
}
.TagClassName
{
border-color: #987597;
}
</style>