Shades of Violet Blue #986D96
Tints of Violet Blue #986D96
RGB
CMYK
RGB Variations
Color information
#986D96 (or 0x986D96) is known color: Violet Blue. HEX triplet: 98, 6D and 96. RGB value is (152,109,150). Sum of RGB (Red+Green+Blue) = 152+109+150=411 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.98% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 152 - color contains mainly: red. Hex color #986D96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986D96 is #679269. Grayscale: #7E7E7E. Windows color (decimal): -6787690 or 9858456. OLE color: 9858456.
HSL color Cylindrical-coordinate representation of color #986D96: hue angle of 302.79º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #986D96 is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 109 | 150 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.40 |
| HSL | 302.79º | 0.17% | 0.51% | - |
| HSV(B) | 302.79º | 0.28% | 0.6% | - |
| XYZ | 23.92 | 19.81 | 31.42 | - |
| YUV | 126.53 | 141.25 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 109 | 150 | 0 | 0.28 | 0.01 | 0.40 | 302.79 | 0.17 | 0.51 |
| Hex | 98 | 6D | 96 | 0 | 1C | 1 | 28 | 12F | 11 | 33 |
| Octal | 230 | 155 | 226 | 0 | 34 | 1 | 50 | 457 | 21 | 63 |
| Binary | 10011000 | 1101101 | 10010110 | 0 | 11100 | 1 | 101000 | 100101111 | 10001 | 110011 |
Color Harmonies of #986D96
Complementary color
Monochromatic Colors of #986D96
Black with #986D96
Text Example
Text Example
White with #986D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986D96; }
p { color: rgb(152,109,150); }
H1.HeaderClassName
{
color: #986D96;
}
.AnyTagClassName
{
color: #986D96;
}
</style>
background-color css
<style>
a { background-color: #986D96; }
a { background-color: rgb(152,109,150); }
div.DivClassName
{
background-color: #986D96;
}
.BgClassName
{
background-color: #986D96;
}
</style>
border-color css
<style>
span { border-color: #986D96; }
span { border-color: rgb(152,109,150); }
td.TdClassName
{
border-color: #986D96;
}
.TagClassName
{
border-color: #986D96;
}
</style>