#985AC0

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

Shades of Deep Lilac #985AC0

Tints of Deep Lilac #985AC0

Color information

#985AC0 (or 0x985AC0) is unknown color: approx Deep Lilac. HEX triplet: 98, 5A and C0. RGB value is (152,90,192). Sum of RGB (Red+Green+Blue) = 152+90+192=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 90 (35.55% from 255 or 20.74% from 434); Blue value is 192 (75.39% from 255 or 44.24% from 434); Max value from RGB is 192 - color contains mainly: blue. Hex color #985AC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985AC0 is #67A53F. Grayscale: #777777. Windows color (decimal): -6792512 or 12606104. OLE color: 12606104.

HSL color Cylindrical-coordinate representation of color #985AC0: hue angle of 276.47º degrees, saturation: 0.45, 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 #985AC0 is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15290192-
CMYK0.210.5300.25
HSL276.47º44.74%55.29%-
HSV(B)276.47º53.12%75.29%-
XYZ26.1217.7951.93-
YUV120.17168.54150.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.02%
GREEN value IS 90 (35.55% from 255) = 20.74%
BLUE value IS 192 (75.39% from 255) = 44.24%
R=35.02%
G=20.74%
B=44.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal152901920.210.5300.25276.4744.7455.29
Hex985AC015350191142d37
Octal23013230025650314245567
Binary1001100010110101100000010101110101011001100010100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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