Shades of Violet Blue #987B97
Tints of Violet Blue #987B97
RGB
CMYK
RGB Variations
Color information
#987B97 (or 0x987B97) is known color: Violet Blue. HEX triplet: 98, 7B and 97. RGB value is (152,123,151). Sum of RGB (Red+Green+Blue) = 152+123+151=426 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.68% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 151 (59.38% from 255 or 35.45% from 426); Max value from RGB is 152 - color contains mainly: red. Hex color #987B97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987B97 is #678468. Grayscale: #868686. Windows color (decimal): -6784105 or 9927576. OLE color: 9927576.
HSL color Cylindrical-coordinate representation of color #987B97: hue angle of 302.07º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #987B97 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 123 | 151 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.40 |
| HSL | 302.07º | 0.12% | 0.54% | - |
| HSV(B) | 302.07º | 0.19% | 0.6% | - |
| XYZ | 25.62 | 23.08 | 32.38 | - |
| YUV | 134.86 | 137.11 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 123 | 151 | 0 | 0.19 | 0.01 | 0.40 | 302.07 | 0.12 | 0.54 |
| Hex | 98 | 7B | 97 | 0 | 13 | 1 | 28 | 12E | C | 36 |
| Octal | 230 | 173 | 227 | 0 | 23 | 1 | 50 | 456 | 14 | 66 |
| Binary | 10011000 | 1111011 | 10010111 | 0 | 10011 | 1 | 101000 | 100101110 | 1100 | 110110 |
Color Harmonies of #987B97
Complementary color
Monochromatic Colors of #987B97
Black with #987B97
Text Example
Text Example
White with #987B97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987B97; }
p { color: rgb(152,123,151); }
H1.HeaderClassName
{
color: #987B97;
}
.AnyTagClassName
{
color: #987B97;
}
</style>
background-color css
<style>
a { background-color: #987B97; }
a { background-color: rgb(152,123,151); }
div.DivClassName
{
background-color: #987B97;
}
.BgClassName
{
background-color: #987B97;
}
</style>
border-color css
<style>
span { border-color: #987B97; }
span { border-color: rgb(152,123,151); }
td.TdClassName
{
border-color: #987B97;
}
.TagClassName
{
border-color: #987B97;
}
</style>