Shades of Violet Blue #986AA1
Tints of Violet Blue #986AA1
RGB
CMYK
RGB Variations
Color information
#986AA1 (or 0x986AA1) is known color: Violet Blue. HEX triplet: 98, 6A and A1. RGB value is (152,106,161). Sum of RGB (Red+Green+Blue) = 152+106+161=419 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.28% from 419); Green value is 106 (41.80% from 255 or 25.30% from 419); Blue value is 161 (63.28% from 255 or 38.42% from 419); Max value from RGB is 161 - color contains mainly: blue. Hex color #986AA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986AA1 is #67955E. Grayscale: #7D7D7D. Windows color (decimal): -6788447 or 10578584. OLE color: 10578584.
HSL color Cylindrical-coordinate representation of color #986AA1: hue angle of 290.18º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #986AA1 is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 152 | 106 | 161 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.37 |
| HSL | 290.18º | 0.23% | 0.52% | - |
| HSV(B) | 290.18º | 0.34% | 0.63% | - |
| XYZ | 24.54 | 19.56 | 36.2 | - |
| YUV | 126.02 | 147.74 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 106 | 161 | 0.06 | 0.34 | 0 | 0.37 | 290.18 | 0.23 | 0.52 |
| Hex | 98 | 6A | A1 | 6 | 22 | 0 | 25 | 122 | 17 | 34 |
| Octal | 230 | 152 | 241 | 6 | 42 | 0 | 45 | 442 | 27 | 64 |
| Binary | 10011000 | 1101010 | 10100001 | 110 | 100010 | 0 | 100101 | 100100010 | 10111 | 110100 |
Color Harmonies of #986AA1
Complementary color
Monochromatic Colors of #986AA1
Black with #986AA1
Text Example
Text Example
White with #986AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986AA1; }
p { color: rgb(152,106,161); }
H1.HeaderClassName
{
color: #986AA1;
}
.AnyTagClassName
{
color: #986AA1;
}
</style>
background-color css
<style>
a { background-color: #986AA1; }
a { background-color: rgb(152,106,161); }
div.DivClassName
{
background-color: #986AA1;
}
.BgClassName
{
background-color: #986AA1;
}
</style>
border-color css
<style>
span { border-color: #986AA1; }
span { border-color: rgb(152,106,161); }
td.TdClassName
{
border-color: #986AA1;
}
.TagClassName
{
border-color: #986AA1;
}
</style>