Shades of Lilac Bush #986FC1
Tints of Lilac Bush #986FC1
RGB
CMYK
RGB Variations
Color information
#986FC1 (or 0x986FC1) is known color: Lilac Bush. HEX triplet: 98, 6F and C1. RGB value is (152,111,193). Sum of RGB (Red+Green+Blue) = 152+111+193=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 111 (43.75% from 255 or 24.34% from 456); Blue value is 193 (75.78% from 255 or 42.32% from 456); Max value from RGB is 193 - color contains mainly: blue. Hex color #986FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986FC1 is #67903E. Grayscale: #848484. Windows color (decimal): -6787135 or 12677016. OLE color: 12677016.
HSL color Cylindrical-coordinate representation of color #986FC1: hue angle of 270º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #986FC1 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 111 | 193 | - |
| CMYK | 0.21 | 0.42 | 0 | 0.24 |
| HSL | 270º | 0.4% | 0.6% | - |
| HSV(B) | 270º | 0.42% | 0.76% | - |
| XYZ | 28.26 | 21.89 | 53.19 | - |
| YUV | 132.61 | 162.08 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 111 | 193 | 0.21 | 0.42 | 0 | 0.24 | 270 | 0.4 | 0.6 |
| Hex | 98 | 6F | C1 | 15 | 2A | 0 | 18 | 10E | 28 | 3C |
| Octal | 230 | 157 | 301 | 25 | 52 | 0 | 30 | 416 | 50 | 74 |
| Binary | 10011000 | 1101111 | 11000001 | 10101 | 101010 | 0 | 11000 | 100001110 | 101000 | 111100 |
Color Harmonies of #986FC1
Complementary color
Monochromatic Colors of #986FC1
Black with #986FC1
Text Example
Text Example
White with #986FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986FC1; }
p { color: rgb(152,111,193); }
H1.HeaderClassName
{
color: #986FC1;
}
.AnyTagClassName
{
color: #986FC1;
}
</style>
background-color css
<style>
a { background-color: #986FC1; }
a { background-color: rgb(152,111,193); }
div.DivClassName
{
background-color: #986FC1;
}
.BgClassName
{
background-color: #986FC1;
}
</style>
border-color css
<style>
span { border-color: #986FC1; }
span { border-color: rgb(152,111,193); }
td.TdClassName
{
border-color: #986FC1;
}
.TagClassName
{
border-color: #986FC1;
}
</style>