#985dc1

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

Shades of Deep Lilac #985DC1

Tints of Deep Lilac #985DC1

Color information

#985DC1 (or 0x985DC1) is unknown color: approx Deep Lilac. HEX triplet: 98, 5D and C1. RGB value is (152,93,193). Sum of RGB (Red+Green+Blue) = 152+93+193=438 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.70% from 438); Green value is 93 (36.72% from 255 or 21.23% from 438); Blue value is 193 (75.78% from 255 or 44.06% from 438); Max value from RGB is 193 - color contains mainly: blue. Hex color #985DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985DC1 is #67A23E. Grayscale: #797979. Windows color (decimal): -6791743 or 12672408. OLE color: 12672408.

HSL color Cylindrical-coordinate representation of color #985DC1: hue angle of 275.4º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #985DC1 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB15293193-
CMYK0.210.5200.24
HSL275.4º44.64%56.08%-
HSV(B)275.4º51.81%75.69%-
XYZ26.4918.3552.6-
YUV122.04168.05149.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.70%
GREEN value IS 93 (36.72% from 255) = 21.23%
BLUE value IS 193 (75.78% from 255) = 44.06%
R=34.70%
G=21.23%
B=44.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal152931930.210.5200.24275.444.6456.08
Hex985DC115340181132d38
Octal23013530125640304235570
Binary1001100010111011100000110101110100011000100010011101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985dc1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,93,193); }

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

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

 a { background-color: rgb(152,93,193); }

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

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

 span { border-color: rgb(152,93,193); }

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