Shades of Violet Blue #986899
Tints of Violet Blue #986899
RGB
CMYK
RGB Variations
Color information
#986899 (or 0x986899) is known color: Violet Blue. HEX triplet: 98, 68 and 99. RGB value is (152,104,153). Sum of RGB (Red+Green+Blue) = 152+104+153=409 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.16% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 153 - color contains mainly: blue. Hex color #986899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986899 is #679766. Grayscale: #7B7B7B. Windows color (decimal): -6788967 or 10053784. OLE color: 10053784.
HSL color Cylindrical-coordinate representation of color #986899: hue angle of 298.78º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #986899 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 152 | 104 | 153 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.4 |
| HSL | 298.78º | 0.19% | 0.5% | - |
| HSV(B) | 298.78º | 0.32% | 0.6% | - |
| XYZ | 23.65 | 18.88 | 32.53 | - |
| YUV | 123.94 | 144.4 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 104 | 153 | 0.01 | 0.32 | 0 | 0.4 | 298.78 | 0.19 | 0.5 |
| Hex | 98 | 68 | 99 | 1 | 20 | 0 | 28 | 12B | 13 | 32 |
| Octal | 230 | 150 | 231 | 1 | 40 | 0 | 50 | 453 | 23 | 62 |
| Binary | 10011000 | 1101000 | 10011001 | 1 | 100000 | 0 | 101000 | 100101011 | 10011 | 110010 |
Color Harmonies of #986899
Complementary color
Monochromatic Colors of #986899
Black with #986899
Text Example
Text Example
White with #986899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986899; }
p { color: rgb(152,104,153); }
H1.HeaderClassName
{
color: #986899;
}
.AnyTagClassName
{
color: #986899;
}
</style>
background-color css
<style>
a { background-color: #986899; }
a { background-color: rgb(152,104,153); }
div.DivClassName
{
background-color: #986899;
}
.BgClassName
{
background-color: #986899;
}
</style>
border-color css
<style>
span { border-color: #986899; }
span { border-color: rgb(152,104,153); }
td.TdClassName
{
border-color: #986899;
}
.TagClassName
{
border-color: #986899;
}
</style>