Shades of Violet Blue #986BA0
Tints of Violet Blue #986BA0
RGB
CMYK
RGB Variations
Color information
#986BA0 (or 0x986BA0) is known color: Violet Blue. HEX triplet: 98, 6B and A0. RGB value is (152,107,160). Sum of RGB (Red+Green+Blue) = 152+107+160=419 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.28% from 419); Green value is 107 (42.19% from 255 or 25.54% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 160 - color contains mainly: blue. Hex color #986BA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986BA0 is #67945F. Grayscale: #7E7E7E. Windows color (decimal): -6788192 or 10513304. OLE color: 10513304.
HSL color Cylindrical-coordinate representation of color #986BA0: hue angle of 290.94º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #986BA0 is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 152 | 107 | 160 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.37 |
| HSL | 290.94º | 0.22% | 0.52% | - |
| HSV(B) | 290.94º | 0.33% | 0.63% | - |
| XYZ | 24.55 | 19.73 | 35.77 | - |
| YUV | 126.5 | 146.91 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 107 | 160 | 0.05 | 0.33 | 0 | 0.37 | 290.94 | 0.22 | 0.52 |
| Hex | 98 | 6B | A0 | 5 | 21 | 0 | 25 | 123 | 16 | 34 |
| Octal | 230 | 153 | 240 | 5 | 41 | 0 | 45 | 443 | 26 | 64 |
| Binary | 10011000 | 1101011 | 10100000 | 101 | 100001 | 0 | 100101 | 100100011 | 10110 | 110100 |
Color Harmonies of #986BA0
Complementary color
Monochromatic Colors of #986BA0
Black with #986BA0
Text Example
Text Example
White with #986BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986BA0; }
p { color: rgb(152,107,160); }
H1.HeaderClassName
{
color: #986BA0;
}
.AnyTagClassName
{
color: #986BA0;
}
</style>
background-color css
<style>
a { background-color: #986BA0; }
a { background-color: rgb(152,107,160); }
div.DivClassName
{
background-color: #986BA0;
}
.BgClassName
{
background-color: #986BA0;
}
</style>
border-color css
<style>
span { border-color: #986BA0; }
span { border-color: rgb(152,107,160); }
td.TdClassName
{
border-color: #986BA0;
}
.TagClassName
{
border-color: #986BA0;
}
</style>