Shades of Deep Lilac #9864B9
Tints of Deep Lilac #9864B9
RGB
CMYK
RGB Variations
Color information
#9864B9 (or 0x9864B9) is known color: Deep Lilac. HEX triplet: 98, 64 and B9. RGB value is (152,100,185). Sum of RGB (Red+Green+Blue) = 152+100+185=437 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.78% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 185 (72.66% from 255 or 42.33% from 437); Max value from RGB is 185 - color contains mainly: blue. Hex color #9864B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9864B9 is #679B46. Grayscale: #7C7C7C. Windows color (decimal): -6789959 or 12149912. OLE color: 12149912.
HSL color Cylindrical-coordinate representation of color #9864B9: hue angle of 276.71º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9864B9 is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 100 | 185 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.27 |
| HSL | 276.71º | 0.38% | 0.56% | - |
| HSV(B) | 276.71º | 0.46% | 0.73% | - |
| XYZ | 26.26 | 19.29 | 48.24 | - |
| YUV | 125.24 | 161.73 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 100 | 185 | 0.18 | 0.46 | 0 | 0.27 | 276.71 | 0.38 | 0.56 |
| Hex | 98 | 64 | B9 | 12 | 2E | 0 | 1B | 115 | 26 | 38 |
| Octal | 230 | 144 | 271 | 22 | 56 | 0 | 33 | 425 | 46 | 70 |
| Binary | 10011000 | 1100100 | 10111001 | 10010 | 101110 | 0 | 11011 | 100010101 | 100110 | 111000 |
Color Harmonies of #9864B9
Complementary color
Monochromatic Colors of #9864B9
Black with #9864B9
Text Example
Text Example
White with #9864B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9864B9; }
p { color: rgb(152,100,185); }
H1.HeaderClassName
{
color: #9864B9;
}
.AnyTagClassName
{
color: #9864B9;
}
</style>
background-color css
<style>
a { background-color: #9864B9; }
a { background-color: rgb(152,100,185); }
div.DivClassName
{
background-color: #9864B9;
}
.BgClassName
{
background-color: #9864B9;
}
</style>
border-color css
<style>
span { border-color: #9864B9; }
span { border-color: rgb(152,100,185); }
td.TdClassName
{
border-color: #9864B9;
}
.TagClassName
{
border-color: #9864B9;
}
</style>