Shades of Violet Blue #987396
Tints of Violet Blue #987396
RGB
CMYK
RGB Variations
Color information
#987396 (or 0x987396) is known color: Violet Blue. HEX triplet: 98, 73 and 96. RGB value is (152,115,150). Sum of RGB (Red+Green+Blue) = 152+115+150=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 152 - color contains mainly: red. Hex color #987396 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987396 is #678C69. Grayscale: #818181. Windows color (decimal): -6786154 or 9859992. OLE color: 9859992.
HSL color Cylindrical-coordinate representation of color #987396: hue angle of 303.24º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #987396 is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 115 | 150 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.40 |
| HSL | 303.24º | 0.15% | 0.52% | - |
| HSV(B) | 303.24º | 0.24% | 0.6% | - |
| XYZ | 24.58 | 21.14 | 31.64 | - |
| YUV | 130.05 | 139.26 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 115 | 150 | 0 | 0.24 | 0.01 | 0.40 | 303.24 | 0.15 | 0.52 |
| Hex | 98 | 73 | 96 | 0 | 18 | 1 | 28 | 12F | F | 34 |
| Octal | 230 | 163 | 226 | 0 | 30 | 1 | 50 | 457 | 17 | 64 |
| Binary | 10011000 | 1110011 | 10010110 | 0 | 11000 | 1 | 101000 | 100101111 | 1111 | 110100 |
Color Harmonies of #987396
Complementary color
Monochromatic Colors of #987396
Black with #987396
Text Example
Text Example
White with #987396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987396; }
p { color: rgb(152,115,150); }
H1.HeaderClassName
{
color: #987396;
}
.AnyTagClassName
{
color: #987396;
}
</style>
background-color css
<style>
a { background-color: #987396; }
a { background-color: rgb(152,115,150); }
div.DivClassName
{
background-color: #987396;
}
.BgClassName
{
background-color: #987396;
}
</style>
border-color css
<style>
span { border-color: #987396; }
span { border-color: rgb(152,115,150); }
td.TdClassName
{
border-color: #987396;
}
.TagClassName
{
border-color: #987396;
}
</style>