Shades of Deep Lilac #9858AB
Tints of Deep Lilac #9858AB
RGB
CMYK
RGB Variations
Color information
#9858AB (or 0x9858AB) is known color: Deep Lilac. HEX triplet: 98, 58 and AB. RGB value is (152,88,171). Sum of RGB (Red+Green+Blue) = 152+88+171=411 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.98% from 411); Green value is 88 (34.77% from 255 or 21.41% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 171 - color contains mainly: blue. Hex color #9858AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9858AB is #67A754. Grayscale: #747474. Windows color (decimal): -6793045 or 11229336. OLE color: 11229336.
HSL color Cylindrical-coordinate representation of color #9858AB: hue angle of 286.27º degrees, saturation: 0.33, 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 #9858AB is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 88 | 171 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.33 |
| HSL | 286.27º | 0.33% | 0.51% | - |
| HSV(B) | 286.27º | 0.49% | 0.67% | - |
| XYZ | 23.79 | 16.6 | 40.48 | - |
| YUV | 116.6 | 158.7 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 88 | 171 | 0.11 | 0.49 | 0 | 0.33 | 286.27 | 0.33 | 0.51 |
| Hex | 98 | 58 | AB | B | 31 | 0 | 21 | 11E | 21 | 33 |
| Octal | 230 | 130 | 253 | 13 | 61 | 0 | 41 | 436 | 41 | 63 |
| Binary | 10011000 | 1011000 | 10101011 | 1011 | 110001 | 0 | 100001 | 100011110 | 100001 | 110011 |
Color Harmonies of #9858AB
Complementary color
Monochromatic Colors of #9858AB
Black with #9858AB
Text Example
Text Example
White with #9858AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9858AB; }
p { color: rgb(152,88,171); }
H1.HeaderClassName
{
color: #9858AB;
}
.AnyTagClassName
{
color: #9858AB;
}
</style>
background-color css
<style>
a { background-color: #9858AB; }
a { background-color: rgb(152,88,171); }
div.DivClassName
{
background-color: #9858AB;
}
.BgClassName
{
background-color: #9858AB;
}
</style>
border-color css
<style>
span { border-color: #9858AB; }
span { border-color: rgb(152,88,171); }
td.TdClassName
{
border-color: #9858AB;
}
.TagClassName
{
border-color: #9858AB;
}
</style>