Shades of Violet Blue #986496
Tints of Violet Blue #986496
RGB
CMYK
RGB Variations
Color information
#986496 (or 0x986496) is known color: Violet Blue. HEX triplet: 98, 64 and 96. RGB value is (152,100,150). Sum of RGB (Red+Green+Blue) = 152+100+150=402 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.81% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 150 (58.98% from 255 or 37.31% from 402); Max value from RGB is 152 - color contains mainly: red. Hex color #986496 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986496 is #679B69. Grayscale: #797979. Windows color (decimal): -6789994 or 9856152. OLE color: 9856152.
HSL color Cylindrical-coordinate representation of color #986496: hue angle of 302.31º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #986496 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 100 | 150 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.40 |
| HSL | 302.31º | 0.21% | 0.49% | - |
| HSV(B) | 302.31º | 0.34% | 0.6% | - |
| XYZ | 23.01 | 17.99 | 31.11 | - |
| YUV | 121.25 | 144.23 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 100 | 150 | 0 | 0.34 | 0.01 | 0.40 | 302.31 | 0.21 | 0.49 |
| Hex | 98 | 64 | 96 | 0 | 22 | 1 | 28 | 12E | 15 | 31 |
| Octal | 230 | 144 | 226 | 0 | 42 | 1 | 50 | 456 | 25 | 61 |
| Binary | 10011000 | 1100100 | 10010110 | 0 | 100010 | 1 | 101000 | 100101110 | 10101 | 110001 |
Color Harmonies of #986496
Complementary color
Monochromatic Colors of #986496
Black with #986496
Text Example
Text Example
White with #986496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986496; }
p { color: rgb(152,100,150); }
H1.HeaderClassName
{
color: #986496;
}
.AnyTagClassName
{
color: #986496;
}
</style>
background-color css
<style>
a { background-color: #986496; }
a { background-color: rgb(152,100,150); }
div.DivClassName
{
background-color: #986496;
}
.BgClassName
{
background-color: #986496;
}
</style>
border-color css
<style>
span { border-color: #986496; }
span { border-color: rgb(152,100,150); }
td.TdClassName
{
border-color: #986496;
}
.TagClassName
{
border-color: #986496;
}
</style>