Shades of Violet Blue #985696
Tints of Violet Blue #985696
RGB
CMYK
RGB Variations
Color information
#985696 (or 0x985696) is known color: Violet Blue. HEX triplet: 98, 56 and 96. RGB value is (152,86,150). Sum of RGB (Red+Green+Blue) = 152+86+150=388 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.18% from 388); Green value is 86 (33.98% from 255 or 22.16% from 388); Blue value is 150 (58.98% from 255 or 38.66% from 388); Max value from RGB is 152 - color contains mainly: red. Hex color #985696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985696 is #67A969. Grayscale: #707070. Windows color (decimal): -6793578 or 9852568. OLE color: 9852568.
HSL color Cylindrical-coordinate representation of color #985696: hue angle of 301.82º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #985696 is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 86 | 150 | - |
| CMYK | 0 | 0.43 | 0.01 | 0.40 |
| HSL | 301.82º | 0.28% | 0.47% | - |
| HSV(B) | 301.82º | 0.43% | 0.6% | - |
| XYZ | 21.78 | 15.53 | 30.7 | - |
| YUV | 113.03 | 148.87 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 86 | 150 | 0 | 0.43 | 0.01 | 0.40 | 301.82 | 0.28 | 0.47 |
| Hex | 98 | 56 | 96 | 0 | 2B | 1 | 28 | 12E | 1C | 2F |
| Octal | 230 | 126 | 226 | 0 | 53 | 1 | 50 | 456 | 34 | 57 |
| Binary | 10011000 | 1010110 | 10010110 | 0 | 101011 | 1 | 101000 | 100101110 | 11100 | 101111 |
Color Harmonies of #985696
Complementary color
Monochromatic Colors of #985696
Black with #985696
Text Example
Text Example
White with #985696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985696; }
p { color: rgb(152,86,150); }
H1.HeaderClassName
{
color: #985696;
}
.AnyTagClassName
{
color: #985696;
}
</style>
background-color css
<style>
a { background-color: #985696; }
a { background-color: rgb(152,86,150); }
div.DivClassName
{
background-color: #985696;
}
.BgClassName
{
background-color: #985696;
}
</style>
border-color css
<style>
span { border-color: #985696; }
span { border-color: rgb(152,86,150); }
td.TdClassName
{
border-color: #985696;
}
.TagClassName
{
border-color: #985696;
}
</style>