Shades of Violet Blue #986797
Tints of Violet Blue #986797
RGB
CMYK
RGB Variations
Color information
#986797 (or 0x986797) is known color: Violet Blue. HEX triplet: 98, 67 and 97. RGB value is (152,103,151). Sum of RGB (Red+Green+Blue) = 152+103+151=406 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.44% from 406); Green value is 103 (40.62% from 255 or 25.37% from 406); Blue value is 151 (59.38% from 255 or 37.19% from 406); Max value from RGB is 152 - color contains mainly: red. Hex color #986797 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986797 is #679868. Grayscale: #7A7A7A. Windows color (decimal): -6789225 or 9922456. OLE color: 9922456.
HSL color Cylindrical-coordinate representation of color #986797: hue angle of 301.22º 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 #986797 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 103 | 151 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.40 |
| HSL | 301.22º | 0.19% | 0.5% | - |
| HSV(B) | 301.22º | 0.32% | 0.6% | - |
| XYZ | 23.39 | 18.61 | 31.64 | - |
| YUV | 123.12 | 143.73 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 103 | 151 | 0 | 0.32 | 0.01 | 0.40 | 301.22 | 0.19 | 0.5 |
| Hex | 98 | 67 | 97 | 0 | 20 | 1 | 28 | 12D | 13 | 32 |
| Octal | 230 | 147 | 227 | 0 | 40 | 1 | 50 | 455 | 23 | 62 |
| Binary | 10011000 | 1100111 | 10010111 | 0 | 100000 | 1 | 101000 | 100101101 | 10011 | 110010 |
Color Harmonies of #986797
Complementary color
Monochromatic Colors of #986797
Black with #986797
Text Example
Text Example
White with #986797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986797; }
p { color: rgb(152,103,151); }
H1.HeaderClassName
{
color: #986797;
}
.AnyTagClassName
{
color: #986797;
}
</style>
background-color css
<style>
a { background-color: #986797; }
a { background-color: rgb(152,103,151); }
div.DivClassName
{
background-color: #986797;
}
.BgClassName
{
background-color: #986797;
}
</style>
border-color css
<style>
span { border-color: #986797; }
span { border-color: rgb(152,103,151); }
td.TdClassName
{
border-color: #986797;
}
.TagClassName
{
border-color: #986797;
}
</style>