Shades of Lilac Bush #986DC6
Tints of Lilac Bush #986DC6
RGB
CMYK
RGB Variations
Color information
#986DC6 (or 0x986DC6) is known color: Lilac Bush. HEX triplet: 98, 6D and C6. RGB value is (152,109,198). Sum of RGB (Red+Green+Blue) = 152+109+198=459 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.12% from 459); Green value is 109 (42.97% from 255 or 23.75% from 459); Blue value is 198 (77.73% from 255 or 43.14% from 459); Max value from RGB is 198 - color contains mainly: blue. Hex color #986DC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986DC6 is #679239. Grayscale: #838383. Windows color (decimal): -6787642 or 13004184. OLE color: 13004184.
HSL color Cylindrical-coordinate representation of color #986DC6: hue angle of 268.99º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #986DC6 is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 152 | 109 | 198 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.22 |
| HSL | 268.99º | 0.44% | 0.6% | - |
| HSV(B) | 268.99º | 0.45% | 0.78% | - |
| XYZ | 28.61 | 21.69 | 56.1 | - |
| YUV | 132 | 165.25 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 109 | 198 | 0.23 | 0.45 | 0 | 0.22 | 268.99 | 0.44 | 0.6 |
| Hex | 98 | 6D | C6 | 17 | 2D | 0 | 16 | 10D | 2C | 3C |
| Octal | 230 | 155 | 306 | 27 | 55 | 0 | 26 | 415 | 54 | 74 |
| Binary | 10011000 | 1101101 | 11000110 | 10111 | 101101 | 0 | 10110 | 100001101 | 101100 | 111100 |
Color Harmonies of #986DC6
Complementary color
Monochromatic Colors of #986DC6
Black with #986DC6
Text Example
Text Example
White with #986DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986DC6; }
p { color: rgb(152,109,198); }
H1.HeaderClassName
{
color: #986DC6;
}
.AnyTagClassName
{
color: #986DC6;
}
</style>
background-color css
<style>
a { background-color: #986DC6; }
a { background-color: rgb(152,109,198); }
div.DivClassName
{
background-color: #986DC6;
}
.BgClassName
{
background-color: #986DC6;
}
</style>
border-color css
<style>
span { border-color: #986DC6; }
span { border-color: rgb(152,109,198); }
td.TdClassName
{
border-color: #986DC6;
}
.TagClassName
{
border-color: #986DC6;
}
</style>