Shades of Violet Blue #986999
Tints of Violet Blue #986999
RGB
CMYK
RGB Variations
Color information
#986999 (or 0x986999) is known color: Violet Blue. HEX triplet: 98, 69 and 99. RGB value is (152,105,153). Sum of RGB (Red+Green+Blue) = 152+105+153=410 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.07% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 153 (60.16% from 255 or 37.32% from 410); Max value from RGB is 153 - color contains mainly: blue. Hex color #986999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986999 is #679666. Grayscale: #7C7C7C. Windows color (decimal): -6788711 or 10054040. OLE color: 10054040.
HSL color Cylindrical-coordinate representation of color #986999: hue angle of 298.75º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #986999 is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 152 | 105 | 153 | - |
| CMYK | 0.01 | 0.31 | 0 | 0.4 |
| HSL | 298.75º | 0.19% | 0.51% | - |
| HSV(B) | 298.75º | 0.31% | 0.6% | - |
| XYZ | 23.75 | 19.08 | 32.57 | - |
| YUV | 124.53 | 144.07 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 105 | 153 | 0.01 | 0.31 | 0 | 0.4 | 298.75 | 0.19 | 0.51 |
| Hex | 98 | 69 | 99 | 1 | 1F | 0 | 28 | 12B | 13 | 33 |
| Octal | 230 | 151 | 231 | 1 | 37 | 0 | 50 | 453 | 23 | 63 |
| Binary | 10011000 | 1101001 | 10011001 | 1 | 11111 | 0 | 101000 | 100101011 | 10011 | 110011 |
Color Harmonies of #986999
Complementary color
Monochromatic Colors of #986999
Black with #986999
Text Example
Text Example
White with #986999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986999; }
p { color: rgb(152,105,153); }
H1.HeaderClassName
{
color: #986999;
}
.AnyTagClassName
{
color: #986999;
}
</style>
background-color css
<style>
a { background-color: #986999; }
a { background-color: rgb(152,105,153); }
div.DivClassName
{
background-color: #986999;
}
.BgClassName
{
background-color: #986999;
}
</style>
border-color css
<style>
span { border-color: #986999; }
span { border-color: rgb(152,105,153); }
td.TdClassName
{
border-color: #986999;
}
.TagClassName
{
border-color: #986999;
}
</style>