Shades of Deep Lilac #9858AC
Tints of Deep Lilac #9858AC
RGB
CMYK
RGB Variations
Color information
#9858AC (or 0x9858AC) is known color: Deep Lilac. HEX triplet: 98, 58 and AC. RGB value is (152,88,172). Sum of RGB (Red+Green+Blue) = 152+88+172=412 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.89% from 412); Green value is 88 (34.77% from 255 or 21.36% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 172 - color contains mainly: blue. Hex color #9858AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9858AC is #67A753. Grayscale: #747474. Windows color (decimal): -6793044 or 11294872. OLE color: 11294872.
HSL color Cylindrical-coordinate representation of color #9858AC: hue angle of 285.71º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9858AC is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 88 | 172 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.33 |
| HSL | 285.71º | 0.34% | 0.51% | - |
| HSV(B) | 285.71º | 0.49% | 0.67% | - |
| XYZ | 23.89 | 16.63 | 40.98 | - |
| YUV | 116.71 | 159.2 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 88 | 172 | 0.12 | 0.49 | 0 | 0.33 | 285.71 | 0.34 | 0.51 |
| Hex | 98 | 58 | AC | C | 31 | 0 | 21 | 11E | 22 | 33 |
| Octal | 230 | 130 | 254 | 14 | 61 | 0 | 41 | 436 | 42 | 63 |
| Binary | 10011000 | 1011000 | 10101100 | 1100 | 110001 | 0 | 100001 | 100011110 | 100010 | 110011 |
Color Harmonies of #9858AC
Complementary color
Monochromatic Colors of #9858AC
Black with #9858AC
Text Example
Text Example
White with #9858AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9858AC; }
p { color: rgb(152,88,172); }
H1.HeaderClassName
{
color: #9858AC;
}
.AnyTagClassName
{
color: #9858AC;
}
</style>
background-color css
<style>
a { background-color: #9858AC; }
a { background-color: rgb(152,88,172); }
div.DivClassName
{
background-color: #9858AC;
}
.BgClassName
{
background-color: #9858AC;
}
</style>
border-color css
<style>
span { border-color: #9858AC; }
span { border-color: rgb(152,88,172); }
td.TdClassName
{
border-color: #9858AC;
}
.TagClassName
{
border-color: #9858AC;
}
</style>