#985DAB

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

Shades of Deep Lilac #985DAB

Tints of Deep Lilac #985DAB

Color information

#985DAB (or 0x985DAB) is unknown color: approx Deep Lilac. HEX triplet: 98, 5D and AB. RGB value is (152,93,171). Sum of RGB (Red+Green+Blue) = 152+93+171=416 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.54% from 416); Green value is 93 (36.72% from 255 or 22.36% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 171 - color contains mainly: blue. Hex color #985DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985DAB is #67A254. Grayscale: #777777. Windows color (decimal): -6791765 or 11230616. OLE color: 11230616.

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

Color convert

RGB15293171-
CMYK0.110.4600.33
HSL285.38º31.71%51.76%-
HSV(B)285.38º45.61%67.06%-
XYZ24.2117.4440.62-
YUV119.53157.05151.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.54%
GREEN value IS 93 (36.72% from 255) = 22.36%
BLUE value IS 171 (67.19% from 255) = 41.11%
R=36.54%
G=22.36%
B=41.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal152931710.110.4600.33285.3831.7151.76
Hex985DABB2E02111d2034
Octal23013525313560414354064
Binary1001100010111011010101110111011100100001100011101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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