Shades of Violet Blue #986B99
Tints of Violet Blue #986B99
RGB
CMYK
RGB Variations
Color information
#986B99 (or 0x986B99) is known color: Violet Blue. HEX triplet: 98, 6B and 99. RGB value is (152,107,153). Sum of RGB (Red+Green+Blue) = 152+107+153=412 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.89% from 412); Green value is 107 (42.19% from 255 or 25.97% from 412); Blue value is 153 (60.16% from 255 or 37.14% from 412); Max value from RGB is 153 - color contains mainly: blue. Hex color #986B99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986B99 is #679466. Grayscale: #7D7D7D. Windows color (decimal): -6788199 or 10054552. OLE color: 10054552.
HSL color Cylindrical-coordinate representation of color #986B99: hue angle of 298.7º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #986B99 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 152 | 107 | 153 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.4 |
| HSL | 298.7º | 0.18% | 0.51% | - |
| HSV(B) | 298.7º | 0.3% | 0.6% | - |
| XYZ | 23.96 | 19.49 | 32.64 | - |
| YUV | 125.7 | 143.41 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 107 | 153 | 0.01 | 0.30 | 0 | 0.4 | 298.7 | 0.18 | 0.51 |
| Hex | 98 | 6B | 99 | 1 | 1E | 0 | 28 | 12B | 12 | 33 |
| Octal | 230 | 153 | 231 | 1 | 36 | 0 | 50 | 453 | 22 | 63 |
| Binary | 10011000 | 1101011 | 10011001 | 1 | 11110 | 0 | 101000 | 100101011 | 10010 | 110011 |
Color Harmonies of #986B99
Complementary color
Monochromatic Colors of #986B99
Black with #986B99
Text Example
Text Example
White with #986B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986B99; }
p { color: rgb(152,107,153); }
H1.HeaderClassName
{
color: #986B99;
}
.AnyTagClassName
{
color: #986B99;
}
</style>
background-color css
<style>
a { background-color: #986B99; }
a { background-color: rgb(152,107,153); }
div.DivClassName
{
background-color: #986B99;
}
.BgClassName
{
background-color: #986B99;
}
</style>
border-color css
<style>
span { border-color: #986B99; }
span { border-color: rgb(152,107,153); }
td.TdClassName
{
border-color: #986B99;
}
.TagClassName
{
border-color: #986B99;
}
</style>