#985ABE

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

Shades of Deep Lilac #985ABE

Tints of Deep Lilac #985ABE

Color information

#985ABE (or 0x985ABE) is unknown color: approx Deep Lilac. HEX triplet: 98, 5A and BE. RGB value is (152,90,190). Sum of RGB (Red+Green+Blue) = 152+90+190=432 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.19% from 432); Green value is 90 (35.55% from 255 or 20.83% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 190 - color contains mainly: blue. Hex color #985ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985ABE is #67A541. Grayscale: #777777. Windows color (decimal): -6792514 or 12475032. OLE color: 12475032.

HSL color Cylindrical-coordinate representation of color #985ABE: hue angle of 277.2º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #985ABE is Cyan = 0.2, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15290190-
CMYK0.20.5300.25
HSL277.2º43.48%54.9%-
HSV(B)277.2º52.63%74.51%-
XYZ25.917.7150.77-
YUV119.94167.54150.87-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.19%
GREEN value IS 90 (35.55% from 255) = 20.83%
BLUE value IS 190 (74.61% from 255) = 43.98%
R=35.19%
G=20.83%
B=43.98%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal152901900.20.5300.25277.243.4854.9
Hex985ABE14350191152b37
Octal23013227624650314255367
Binary1001100010110101011111010100110101011001100010101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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