Shades of Violet Blue #987498
Tints of Violet Blue #987498
RGB
CMYK
RGB Variations
Color information
#987498 (or 0x987498) is known color: Violet Blue. HEX triplet: 98, 74 and 98. RGB value is (152,116,152). Sum of RGB (Red+Green+Blue) = 152+116+152=420 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.19% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 152 - color contains mainly: red, blue. Hex color #987498 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987498 is #678B67. Grayscale: #828282. Windows color (decimal): -6785896 or 9991320. OLE color: 9991320.
HSL color Cylindrical-coordinate representation of color #987498: hue angle of 300º 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 #987498 is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 116 | 152 | - |
| CMYK | 0 | 0.24 | 0 | 0.40 |
| HSL | 300º | 0.15% | 0.53% | - |
| HSV(B) | 300º | 0.24% | 0.6% | - |
| XYZ | 24.86 | 21.43 | 32.53 | - |
| YUV | 130.87 | 139.93 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 116 | 152 | 0 | 0.24 | 0 | 0.40 | 300 | 0.15 | 0.53 |
| Hex | 98 | 74 | 98 | 0 | 18 | 0 | 28 | 12C | F | 35 |
| Octal | 230 | 164 | 230 | 0 | 30 | 0 | 50 | 454 | 17 | 65 |
| Binary | 10011000 | 1110100 | 10011000 | 0 | 11000 | 0 | 101000 | 100101100 | 1111 | 110101 |
Color Harmonies of #987498
Complementary color
Monochromatic Colors of #987498
Black with #987498
Text Example
Text Example
White with #987498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987498; }
p { color: rgb(152,116,152); }
H1.HeaderClassName
{
color: #987498;
}
.AnyTagClassName
{
color: #987498;
}
</style>
background-color css
<style>
a { background-color: #987498; }
a { background-color: rgb(152,116,152); }
div.DivClassName
{
background-color: #987498;
}
.BgClassName
{
background-color: #987498;
}
</style>
border-color css
<style>
span { border-color: #987498; }
span { border-color: rgb(152,116,152); }
td.TdClassName
{
border-color: #987498;
}
.TagClassName
{
border-color: #987498;
}
</style>