Shades of Lilac Bush #986CC3
Tints of Lilac Bush #986CC3
RGB
CMYK
RGB Variations
Color information
#986CC3 (or 0x986CC3) is known color: Lilac Bush. HEX triplet: 98, 6C and C3. RGB value is (152,108,195). Sum of RGB (Red+Green+Blue) = 152+108+195=455 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.41% from 455); Green value is 108 (42.58% from 255 or 23.74% from 455); Blue value is 195 (76.56% from 255 or 42.86% from 455); Max value from RGB is 195 - color contains mainly: blue. Hex color #986CC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986CC3 is #67933C. Grayscale: #828282. Windows color (decimal): -6787901 or 12807320. OLE color: 12807320.
HSL color Cylindrical-coordinate representation of color #986CC3: hue angle of 270.34º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #986CC3 is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 108 | 195 | - |
| CMYK | 0.22 | 0.45 | 0 | 0.24 |
| HSL | 270.34º | 0.42% | 0.59% | - |
| HSV(B) | 270.34º | 0.45% | 0.76% | - |
| XYZ | 28.16 | 21.34 | 54.26 | - |
| YUV | 131.07 | 164.08 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 108 | 195 | 0.22 | 0.45 | 0 | 0.24 | 270.34 | 0.42 | 0.59 |
| Hex | 98 | 6C | C3 | 16 | 2D | 0 | 18 | 10E | 2A | 3B |
| Octal | 230 | 154 | 303 | 26 | 55 | 0 | 30 | 416 | 52 | 73 |
| Binary | 10011000 | 1101100 | 11000011 | 10110 | 101101 | 0 | 11000 | 100001110 | 101010 | 111011 |
Color Harmonies of #986CC3
Complementary color
Monochromatic Colors of #986CC3
Black with #986CC3
Text Example
Text Example
White with #986CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986CC3; }
p { color: rgb(152,108,195); }
H1.HeaderClassName
{
color: #986CC3;
}
.AnyTagClassName
{
color: #986CC3;
}
</style>
background-color css
<style>
a { background-color: #986CC3; }
a { background-color: rgb(152,108,195); }
div.DivClassName
{
background-color: #986CC3;
}
.BgClassName
{
background-color: #986CC3;
}
</style>
border-color css
<style>
span { border-color: #986CC3; }
span { border-color: rgb(152,108,195); }
td.TdClassName
{
border-color: #986CC3;
}
.TagClassName
{
border-color: #986CC3;
}
</style>