Shades of Deep Lilac #985ABA
Tints of Deep Lilac #985ABA
RGB
CMYK
RGB Variations
Color information
#985ABA (or 0x985ABA) is known color: Deep Lilac. HEX triplet: 98, 5A and BA. RGB value is (152,90,186). Sum of RGB (Red+Green+Blue) = 152+90+186=428 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.51% from 428); Green value is 90 (35.55% from 255 or 21.03% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #985ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985ABA is #67A545. Grayscale: #777777. Windows color (decimal): -6792518 or 12212888. OLE color: 12212888.
HSL color Cylindrical-coordinate representation of color #985ABA: hue angle of 278.75º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #985ABA is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 90 | 186 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.27 |
| HSL | 278.75º | 0.41% | 0.54% | - |
| HSV(B) | 278.75º | 0.52% | 0.73% | - |
| XYZ | 25.47 | 17.53 | 48.5 | - |
| YUV | 119.48 | 165.54 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 90 | 186 | 0.18 | 0.52 | 0 | 0.27 | 278.75 | 0.41 | 0.54 |
| Hex | 98 | 5A | BA | 12 | 34 | 0 | 1B | 117 | 29 | 36 |
| Octal | 230 | 132 | 272 | 22 | 64 | 0 | 33 | 427 | 51 | 66 |
| Binary | 10011000 | 1011010 | 10111010 | 10010 | 110100 | 0 | 11011 | 100010111 | 101001 | 110110 |
Color Harmonies of #985ABA
Complementary color
Monochromatic Colors of #985ABA
Black with #985ABA
Text Example
Text Example
White with #985ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985ABA; }
p { color: rgb(152,90,186); }
H1.HeaderClassName
{
color: #985ABA;
}
.AnyTagClassName
{
color: #985ABA;
}
</style>
background-color css
<style>
a { background-color: #985ABA; }
a { background-color: rgb(152,90,186); }
div.DivClassName
{
background-color: #985ABA;
}
.BgClassName
{
background-color: #985ABA;
}
</style>
border-color css
<style>
span { border-color: #985ABA; }
span { border-color: rgb(152,90,186); }
td.TdClassName
{
border-color: #985ABA;
}
.TagClassName
{
border-color: #985ABA;
}
</style>