Shades of Violet Blue #987296
Tints of Violet Blue #987296
RGB
CMYK
RGB Variations
Color information
#987296 (or 0x987296) is known color: Violet Blue. HEX triplet: 98, 72 and 96. RGB value is (152,114,150). Sum of RGB (Red+Green+Blue) = 152+114+150=416 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.54% from 416); Green value is 114 (44.92% from 255 or 27.40% from 416); Blue value is 150 (58.98% from 255 or 36.06% from 416); Max value from RGB is 152 - color contains mainly: red. Hex color #987296 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987296 is #678D69. Grayscale: #818181. Windows color (decimal): -6786410 or 9859736. OLE color: 9859736.
HSL color Cylindrical-coordinate representation of color #987296: hue angle of 303.16º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #987296 is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 114 | 150 | - |
| CMYK | 0 | 0.25 | 0.01 | 0.40 |
| HSL | 303.16º | 0.16% | 0.52% | - |
| HSV(B) | 303.16º | 0.25% | 0.6% | - |
| XYZ | 24.47 | 20.91 | 31.6 | - |
| YUV | 129.47 | 139.59 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 114 | 150 | 0 | 0.25 | 0.01 | 0.40 | 303.16 | 0.16 | 0.52 |
| Hex | 98 | 72 | 96 | 0 | 19 | 1 | 28 | 12F | 10 | 34 |
| Octal | 230 | 162 | 226 | 0 | 31 | 1 | 50 | 457 | 20 | 64 |
| Binary | 10011000 | 1110010 | 10010110 | 0 | 11001 | 1 | 101000 | 100101111 | 10000 | 110100 |
Color Harmonies of #987296
Complementary color
Monochromatic Colors of #987296
Black with #987296
Text Example
Text Example
White with #987296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987296; }
p { color: rgb(152,114,150); }
H1.HeaderClassName
{
color: #987296;
}
.AnyTagClassName
{
color: #987296;
}
</style>
background-color css
<style>
a { background-color: #987296; }
a { background-color: rgb(152,114,150); }
div.DivClassName
{
background-color: #987296;
}
.BgClassName
{
background-color: #987296;
}
</style>
border-color css
<style>
span { border-color: #987296; }
span { border-color: rgb(152,114,150); }
td.TdClassName
{
border-color: #987296;
}
.TagClassName
{
border-color: #987296;
}
</style>