#985AAD

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

Shades of Deep Lilac #985AAD

Tints of Deep Lilac #985AAD

Color information

#985AAD (or 0x985AAD) is unknown color: approx Deep Lilac. HEX triplet: 98, 5A and AD. RGB value is (152,90,173). Sum of RGB (Red+Green+Blue) = 152+90+173=415 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.63% from 415); Green value is 90 (35.55% from 255 or 21.69% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 173 - color contains mainly: blue. Hex color #985AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985AAD is #67A552. Grayscale: #757575. Windows color (decimal): -6792531 or 11360920. OLE color: 11360920.

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

Color convert

RGB15290173-
CMYK0.120.4800.32
HSL284.82º33.6%51.57%-
HSV(B)284.82º47.98%67.84%-
XYZ24.151741.54-
YUV118159.04152.25-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.63%
GREEN value IS 90 (35.55% from 255) = 21.69%
BLUE value IS 173 (67.97% from 255) = 41.69%
R=36.63%
G=21.69%
B=41.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal152901730.120.4800.32284.8233.651.57
Hex985AADC3002011d2234
Octal23013225514600404354264
Binary1001100010110101010110111001100000100000100011101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,90,173); }

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

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

 a { background-color: rgb(152,90,173); }

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

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

 span { border-color: rgb(152,90,173); }

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