Shades of Deep Lilac #985CBE
Tints of Deep Lilac #985CBE
RGB
CMYK
RGB Variations
Color information
#985CBE (or 0x985CBE) is known color: Deep Lilac. HEX triplet: 98, 5C and BE. RGB value is (152,92,190). Sum of RGB (Red+Green+Blue) = 152+92+190=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 92 (36.33% from 255 or 21.20% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #985CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985CBE is #67A341. Grayscale: #787878. Windows color (decimal): -6792002 or 12475544. OLE color: 12475544.
HSL color Cylindrical-coordinate representation of color #985CBE: hue angle of 276.73º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #985CBE is Cyan = 0.2, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 92 | 190 | - |
| CMYK | 0.2 | 0.52 | 0 | 0.25 |
| HSL | 276.73º | 0.43% | 0.55% | - |
| HSV(B) | 276.73º | 0.52% | 0.75% | - |
| XYZ | 26.07 | 18.05 | 50.82 | - |
| YUV | 121.11 | 166.88 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 92 | 190 | 0.2 | 0.52 | 0 | 0.25 | 276.73 | 0.43 | 0.55 |
| Hex | 98 | 5C | BE | 14 | 34 | 0 | 19 | 115 | 2B | 37 |
| Octal | 230 | 134 | 276 | 24 | 64 | 0 | 31 | 425 | 53 | 67 |
| Binary | 10011000 | 1011100 | 10111110 | 10100 | 110100 | 0 | 11001 | 100010101 | 101011 | 110111 |
Color Harmonies of #985CBE
Complementary color
Monochromatic Colors of #985CBE
Black with #985CBE
Text Example
Text Example
White with #985CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985CBE; }
p { color: rgb(152,92,190); }
H1.HeaderClassName
{
color: #985CBE;
}
.AnyTagClassName
{
color: #985CBE;
}
</style>
background-color css
<style>
a { background-color: #985CBE; }
a { background-color: rgb(152,92,190); }
div.DivClassName
{
background-color: #985CBE;
}
.BgClassName
{
background-color: #985CBE;
}
</style>
border-color css
<style>
span { border-color: #985CBE; }
span { border-color: rgb(152,92,190); }
td.TdClassName
{
border-color: #985CBE;
}
.TagClassName
{
border-color: #985CBE;
}
</style>