Shades of Violet Blue #987899
Tints of Violet Blue #987899
RGB
CMYK
RGB Variations
Color information
#987899 (or 0x987899) is known color: Violet Blue. HEX triplet: 98, 78 and 99. RGB value is (152,120,153). Sum of RGB (Red+Green+Blue) = 152+120+153=425 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.76% from 425); Green value is 120 (47.27% from 255 or 28.24% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 153 - color contains mainly: blue. Hex color #987899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987899 is #678766. Grayscale: #858585. Windows color (decimal): -6784871 or 10057880. OLE color: 10057880.
HSL color Cylindrical-coordinate representation of color #987899: hue angle of 298.18º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #987899 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 152 | 120 | 153 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.4 |
| HSL | 298.18º | 0.14% | 0.54% | - |
| HSV(B) | 298.18º | 0.22% | 0.6% | - |
| XYZ | 25.42 | 22.41 | 33.12 | - |
| YUV | 133.33 | 139.1 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 120 | 153 | 0.01 | 0.22 | 0 | 0.4 | 298.18 | 0.14 | 0.54 |
| Hex | 98 | 78 | 99 | 1 | 16 | 0 | 28 | 12A | E | 36 |
| Octal | 230 | 170 | 231 | 1 | 26 | 0 | 50 | 452 | 16 | 66 |
| Binary | 10011000 | 1111000 | 10011001 | 1 | 10110 | 0 | 101000 | 100101010 | 1110 | 110110 |
Color Harmonies of #987899
Complementary color
Monochromatic Colors of #987899
Black with #987899
Text Example
Text Example
White with #987899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987899; }
p { color: rgb(152,120,153); }
H1.HeaderClassName
{
color: #987899;
}
.AnyTagClassName
{
color: #987899;
}
</style>
background-color css
<style>
a { background-color: #987899; }
a { background-color: rgb(152,120,153); }
div.DivClassName
{
background-color: #987899;
}
.BgClassName
{
background-color: #987899;
}
</style>
border-color css
<style>
span { border-color: #987899; }
span { border-color: rgb(152,120,153); }
td.TdClassName
{
border-color: #987899;
}
.TagClassName
{
border-color: #987899;
}
</style>