Shades of Deep Lilac #985BBA
Tints of Deep Lilac #985BBA
RGB
CMYK
RGB Variations
Color information
#985BBA (or 0x985BBA) is known color: Deep Lilac. HEX triplet: 98, 5B and BA. RGB value is (152,91,186). Sum of RGB (Red+Green+Blue) = 152+91+186=429 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.43% from 429); Green value is 91 (35.94% from 255 or 21.21% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #985BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985BBA is #67A445. Grayscale: #777777. Windows color (decimal): -6792262 or 12213144. OLE color: 12213144.
HSL color Cylindrical-coordinate representation of color #985BBA: hue angle of 278.53º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #985BBA is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 91 | 186 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.27 |
| HSL | 278.53º | 0.41% | 0.54% | - |
| HSV(B) | 278.53º | 0.51% | 0.73% | - |
| XYZ | 25.55 | 17.7 | 48.52 | - |
| YUV | 120.07 | 165.21 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 91 | 186 | 0.18 | 0.51 | 0 | 0.27 | 278.53 | 0.41 | 0.54 |
| Hex | 98 | 5B | BA | 12 | 33 | 0 | 1B | 117 | 29 | 36 |
| Octal | 230 | 133 | 272 | 22 | 63 | 0 | 33 | 427 | 51 | 66 |
| Binary | 10011000 | 1011011 | 10111010 | 10010 | 110011 | 0 | 11011 | 100010111 | 101001 | 110110 |
Color Harmonies of #985BBA
Complementary color
Monochromatic Colors of #985BBA
Black with #985BBA
Text Example
Text Example
White with #985BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985BBA; }
p { color: rgb(152,91,186); }
H1.HeaderClassName
{
color: #985BBA;
}
.AnyTagClassName
{
color: #985BBA;
}
</style>
background-color css
<style>
a { background-color: #985BBA; }
a { background-color: rgb(152,91,186); }
div.DivClassName
{
background-color: #985BBA;
}
.BgClassName
{
background-color: #985BBA;
}
</style>
border-color css
<style>
span { border-color: #985BBA; }
span { border-color: rgb(152,91,186); }
td.TdClassName
{
border-color: #985BBA;
}
.TagClassName
{
border-color: #985BBA;
}
</style>