#985CA9

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

Shades of Deep Lilac #985CA9

Tints of Deep Lilac #985CA9

Color information

#985CA9 (or 0x985CA9) is unknown color: approx Deep Lilac. HEX triplet: 98, 5C and A9. RGB value is (152,92,169). Sum of RGB (Red+Green+Blue) = 152+92+169=413 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.80% from 413); Green value is 92 (36.33% from 255 or 22.28% from 413); Blue value is 169 (66.41% from 255 or 40.92% from 413); Max value from RGB is 169 - color contains mainly: blue. Hex color #985CA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985CA9 is #67A356. Grayscale: #767676. Windows color (decimal): -6792023 or 11099288. OLE color: 11099288.

HSL color Cylindrical-coordinate representation of color #985CA9: hue angle of 286.75º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #985CA9 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB15292169-
CMYK0.100.4600.34
HSL286.75º30.92%51.18%-
HSV(B)286.75º45.56%66.27%-
XYZ23.9417.1939.59-
YUV118.72156.38151.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.80%
GREEN value IS 92 (36.33% from 255) = 22.28%
BLUE value IS 169 (66.41% from 255) = 40.92%
R=36.80%
G=22.28%
B=40.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal152921690.100.4600.34286.7530.9251.18
Hex985CA9A2E02211f1f33
Octal23013425112560424373763
Binary100110001011100101010011010101110010001010001111111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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