#985DAC

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

Shades of Deep Lilac #985DAC

Tints of Deep Lilac #985DAC

Color information

#985DAC (or 0x985DAC) is unknown color: approx Deep Lilac. HEX triplet: 98, 5D and AC. RGB value is (152,93,172). Sum of RGB (Red+Green+Blue) = 152+93+172=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 172 - color contains mainly: blue. Hex color #985DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985DAC is #67A253. Grayscale: #777777. Windows color (decimal): -6791764 or 11296152. OLE color: 11296152.

HSL color Cylindrical-coordinate representation of color #985DAC: hue angle of 284.81º 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 #985DAC is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15293172-
CMYK0.120.4600.33
HSL284.81º32.24%51.96%-
HSV(B)284.81º45.93%67.45%-
XYZ24.3117.4841.12-
YUV119.65157.55151.08-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.45%
GREEN value IS 93 (36.72% from 255) = 22.30%
BLUE value IS 172 (67.58% from 255) = 41.25%
R=36.45%
G=22.30%
B=41.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal152931720.120.4600.33284.8132.2451.96
Hex985DACC2E02111d2034
Octal23013525414560414354064
Binary1001100010111011010110011001011100100001100011101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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