#985BAB

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

Shades of Deep Lilac #985BAB

Tints of Deep Lilac #985BAB

Color information

#985BAB (or 0x985BAB) is unknown color: approx Deep Lilac. HEX triplet: 98, 5B and AB. RGB value is (152,91,171). Sum of RGB (Red+Green+Blue) = 152+91+171=414 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.71% from 414); Green value is 91 (35.94% from 255 or 21.98% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #985BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985BAB is #67A454. Grayscale: #767676. Windows color (decimal): -6792277 or 11230104. OLE color: 11230104.

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

Color convert

RGB15291171-
CMYK0.110.4700.33
HSL285.75º32.26%51.37%-
HSV(B)285.75º46.78%67.06%-
XYZ24.0417.140.56-
YUV118.36157.71152-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.71%
GREEN value IS 91 (35.94% from 255) = 21.98%
BLUE value IS 171 (67.19% from 255) = 41.30%
R=36.71%
G=21.98%
B=41.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal152911710.110.4700.33285.7532.2651.37
Hex985BABB2F02111e2033
Octal23013325313570414364063
Binary1001100010110111010101110111011110100001100011110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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