#985FAB

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

Shades of Deep Lilac #985FAB

Tints of Deep Lilac #985FAB

Color information

#985FAB (or 0x985FAB) is unknown color: approx Deep Lilac. HEX triplet: 98, 5F and AB. RGB value is (152,95,171). Sum of RGB (Red+Green+Blue) = 152+95+171=418 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.36% from 418); Green value is 95 (37.5% from 255 or 22.73% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 171 - color contains mainly: blue. Hex color #985FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985FAB is #67A054. Grayscale: #787878. Windows color (decimal): -6791253 or 11231128. OLE color: 11231128.

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

Color convert

RGB15295171-
CMYK0.110.4400.33
HSL285º31.15%52.16%-
HSV(B)285º44.44%67.06%-
XYZ24.3917.840.68-
YUV120.71156.38150.32-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.36%
GREEN value IS 95 (37.5% from 255) = 22.73%
BLUE value IS 171 (67.19% from 255) = 40.91%
R=36.36%
G=22.73%
B=40.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal152951710.110.4400.3328531.1552.16
Hex985FABB2C02111d1f34
Octal23013725313540414353764
Binary100110001011111101010111011101100010000110001110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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