Shades of Violet Blue #986D9B
Tints of Violet Blue #986D9B
RGB
CMYK
RGB Variations
Color information
#986D9B (or 0x986D9B) is known color: Violet Blue. HEX triplet: 98, 6D and 9B. RGB value is (152,109,155). Sum of RGB (Red+Green+Blue) = 152+109+155=416 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.54% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 155 - color contains mainly: blue. Hex color #986D9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986D9B is #679264. Grayscale: #7E7E7E. Windows color (decimal): -6787685 or 10186136. OLE color: 10186136.
HSL color Cylindrical-coordinate representation of color #986D9B: hue angle of 296.09º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #986D9B is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 152 | 109 | 155 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.39 |
| HSL | 296.09º | 0.19% | 0.52% | - |
| HSV(B) | 296.09º | 0.3% | 0.61% | - |
| XYZ | 24.33 | 19.98 | 33.58 | - |
| YUV | 127.1 | 143.75 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 109 | 155 | 0.02 | 0.30 | 0 | 0.39 | 296.09 | 0.19 | 0.52 |
| Hex | 98 | 6D | 9B | 2 | 1E | 0 | 27 | 128 | 13 | 34 |
| Octal | 230 | 155 | 233 | 2 | 36 | 0 | 47 | 450 | 23 | 64 |
| Binary | 10011000 | 1101101 | 10011011 | 10 | 11110 | 0 | 100111 | 100101000 | 10011 | 110100 |
Color Harmonies of #986D9B
Complementary color
Monochromatic Colors of #986D9B
Black with #986D9B
Text Example
Text Example
White with #986D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986D9B; }
p { color: rgb(152,109,155); }
H1.HeaderClassName
{
color: #986D9B;
}
.AnyTagClassName
{
color: #986D9B;
}
</style>
background-color css
<style>
a { background-color: #986D9B; }
a { background-color: rgb(152,109,155); }
div.DivClassName
{
background-color: #986D9B;
}
.BgClassName
{
background-color: #986D9B;
}
</style>
border-color css
<style>
span { border-color: #986D9B; }
span { border-color: rgb(152,109,155); }
td.TdClassName
{
border-color: #986D9B;
}
.TagClassName
{
border-color: #986D9B;
}
</style>