#985DAE

Color #985DAE Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #985DAE

Tints of Deep Lilac #985DAE

Color information

#985DAE (or 0x985DAE) is unknown color: approx Deep Lilac. HEX triplet: 98, 5D and AE. RGB value is (152,93,174). Sum of RGB (Red+Green+Blue) = 152+93+174=419 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.28% from 419); Green value is 93 (36.72% from 255 or 22.20% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 174 - color contains mainly: blue. Hex color #985DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985DAE is #67A251. Grayscale: #777777. Windows color (decimal): -6791762 or 11427224. OLE color: 11427224.

HSL color Cylindrical-coordinate representation of color #985DAE: hue angle of 283.7º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #985DAE is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15293174-
CMYK0.130.4700.32
HSL283.7º33.33%52.35%-
HSV(B)283.7º46.55%68.24%-
XYZ24.517.5642.14-
YUV119.87158.55150.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 36.28%
GREEN value IS 93 (36.72% from 255) = 22.20%
BLUE value IS 174 (68.36% from 255) = 41.53%
R=36.28%
G=22.20%
B=41.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal152931740.130.4700.32283.733.3352.35
Hex985DAED2F02011c2134
Octal23013525615570404344164
Binary1001100010111011010111011011011110100000100011100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985DAE; }

 p { color: rgb(152,93,174); }

 H1.HeaderClassName
 {
   color: #985DAE;
 }
 .AnyTagClassName
 {
   color: #985DAE;
 }
</style>
background-color css

<style>
 a { background-color: #985DAE; }

 a { background-color: rgb(152,93,174); }

 div.DivClassName
 {
   background-color: #985DAE;
 }
 .BgClassName
 {
   background-color: #985DAE;
 }
</style>
border-color css

<style>
 span { border-color: #985DAE; }

 span { border-color: rgb(152,93,174); }

 td.TdClassName
 {
   border-color: #985DAE;
 }
 .TagClassName
 {
   border-color: #985DAE;
 }
</style>