Shades of Deep Lilac #985DB3
Tints of Deep Lilac #985DB3
RGB
CMYK
RGB Variations
Color information
#985DB3 (or 0x985DB3) is known color: Deep Lilac. HEX triplet: 98, 5D and B3. RGB value is (152,93,179). Sum of RGB (Red+Green+Blue) = 152+93+179=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 93 (36.72% from 255 or 21.93% from 424); Blue value is 179 (70.31% from 255 or 42.22% from 424); Max value from RGB is 179 - color contains mainly: blue. Hex color #985DB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985DB3 is #67A24C. Grayscale: #787878. Windows color (decimal): -6791757 or 11754904. OLE color: 11754904.
HSL color Cylindrical-coordinate representation of color #985DB3: hue angle of 281.16º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #985DB3 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 152 | 93 | 179 | - |
| CMYK | 0.15 | 0.48 | 0 | 0.30 |
| HSL | 281.16º | 0.36% | 0.53% | - |
| HSV(B) | 281.16º | 0.48% | 0.7% | - |
| XYZ | 25 | 17.76 | 44.76 | - |
| YUV | 120.45 | 161.05 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 93 | 179 | 0.15 | 0.48 | 0 | 0.30 | 281.16 | 0.36 | 0.53 |
| Hex | 98 | 5D | B3 | F | 30 | 0 | 1E | 119 | 24 | 35 |
| Octal | 230 | 135 | 263 | 17 | 60 | 0 | 36 | 431 | 44 | 65 |
| Binary | 10011000 | 1011101 | 10110011 | 1111 | 110000 | 0 | 11110 | 100011001 | 100100 | 110101 |
Color Harmonies of #985DB3
Complementary color
Monochromatic Colors of #985DB3
Black with #985DB3
Text Example
Text Example
White with #985DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985DB3; }
p { color: rgb(152,93,179); }
H1.HeaderClassName
{
color: #985DB3;
}
.AnyTagClassName
{
color: #985DB3;
}
</style>
background-color css
<style>
a { background-color: #985DB3; }
a { background-color: rgb(152,93,179); }
div.DivClassName
{
background-color: #985DB3;
}
.BgClassName
{
background-color: #985DB3;
}
</style>
border-color css
<style>
span { border-color: #985DB3; }
span { border-color: rgb(152,93,179); }
td.TdClassName
{
border-color: #985DB3;
}
.TagClassName
{
border-color: #985DB3;
}
</style>