#985ABA

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

Shades of Deep Lilac #985ABA

Tints of Deep Lilac #985ABA

Color information

#985ABA (or 0x985ABA) is unknown color: approx Deep Lilac. HEX triplet: 98, 5A and BA. RGB value is (152,90,186). Sum of RGB (Red+Green+Blue) = 152+90+186=428 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.51% from 428); Green value is 90 (35.55% from 255 or 21.03% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #985ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985ABA is #67A545. Grayscale: #777777. Windows color (decimal): -6792518 or 12212888. OLE color: 12212888.

HSL color Cylindrical-coordinate representation of color #985ABA: hue angle of 278.75º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #985ABA is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15290186-
CMYK0.180.5200.27
HSL278.75º41.03%54.12%-
HSV(B)278.75º51.61%72.94%-
XYZ25.4717.5348.5-
YUV119.48165.54151.19-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.51%
GREEN value IS 90 (35.55% from 255) = 21.03%
BLUE value IS 186 (73.05% from 255) = 43.46%
R=35.51%
G=21.03%
B=43.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal152901860.180.5200.27278.7541.0354.12
Hex985ABA123401B1172936
Octal23013227222640334275166
Binary1001100010110101011101010010110100011011100010111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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