#985CAF

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

Shades of Deep Lilac #985CAF

Tints of Deep Lilac #985CAF

Color information

#985CAF (or 0x985CAF) is unknown color: approx Deep Lilac. HEX triplet: 98, 5C and AF. RGB value is (152,92,175). Sum of RGB (Red+Green+Blue) = 152+92+175=419 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.28% from 419); Green value is 92 (36.33% from 255 or 21.96% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 175 - color contains mainly: blue. Hex color #985CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985CAF is #67A350. Grayscale: #777777. Windows color (decimal): -6792017 or 11492504. OLE color: 11492504.

HSL color Cylindrical-coordinate representation of color #985CAF: hue angle of 283.37º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #985CAF is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15292175-
CMYK0.130.4700.31
HSL283.37º34.16%52.35%-
HSV(B)283.37º47.43%68.63%-
XYZ24.5117.4242.63-
YUV119.4159.38151.25-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.28%
GREEN value IS 92 (36.33% from 255) = 21.96%
BLUE value IS 175 (68.75% from 255) = 41.77%
R=36.28%
G=21.96%
B=41.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal152921750.130.4700.31283.3734.1652.35
Hex985CAFD2F01F11b2234
Octal23013425715570374334264
Binary100110001011100101011111101101111011111100011011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,92,175); }

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

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

 a { background-color: rgb(152,92,175); }

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

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

 span { border-color: rgb(152,92,175); }

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