Shades of Violet Blue #987897
Tints of Violet Blue #987897
RGB
CMYK
RGB Variations
Color information
#987897 (or 0x987897) is known color: Violet Blue. HEX triplet: 98, 78 and 97. RGB value is (152,120,151). Sum of RGB (Red+Green+Blue) = 152+120+151=423 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.93% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 151 (59.38% from 255 or 35.70% from 423); Max value from RGB is 152 - color contains mainly: red. Hex color #987897 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987897 is #678768. Grayscale: #858585. Windows color (decimal): -6784873 or 9926808. OLE color: 9926808.
HSL color Cylindrical-coordinate representation of color #987897: hue angle of 301.88º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #987897 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 120 | 151 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.40 |
| HSL | 301.88º | 0.13% | 0.53% | - |
| HSV(B) | 301.88º | 0.21% | 0.6% | - |
| XYZ | 25.25 | 22.34 | 32.26 | - |
| YUV | 133.1 | 138.1 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 120 | 151 | 0 | 0.21 | 0.01 | 0.40 | 301.88 | 0.13 | 0.53 |
| Hex | 98 | 78 | 97 | 0 | 15 | 1 | 28 | 12E | D | 35 |
| Octal | 230 | 170 | 227 | 0 | 25 | 1 | 50 | 456 | 15 | 65 |
| Binary | 10011000 | 1111000 | 10010111 | 0 | 10101 | 1 | 101000 | 100101110 | 1101 | 110101 |
Color Harmonies of #987897
Complementary color
Monochromatic Colors of #987897
Black with #987897
Text Example
Text Example
White with #987897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987897; }
p { color: rgb(152,120,151); }
H1.HeaderClassName
{
color: #987897;
}
.AnyTagClassName
{
color: #987897;
}
</style>
background-color css
<style>
a { background-color: #987897; }
a { background-color: rgb(152,120,151); }
div.DivClassName
{
background-color: #987897;
}
.BgClassName
{
background-color: #987897;
}
</style>
border-color css
<style>
span { border-color: #987897; }
span { border-color: rgb(152,120,151); }
td.TdClassName
{
border-color: #987897;
}
.TagClassName
{
border-color: #987897;
}
</style>