#9860AE

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

Shades of Deep Lilac #9860AE

Tints of Deep Lilac #9860AE

Color information

#9860AE (or 0x9860AE) is unknown color: approx Deep Lilac. HEX triplet: 98, 60 and AE. RGB value is (152,96,174). Sum of RGB (Red+Green+Blue) = 152+96+174=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 174 - color contains mainly: blue. Hex color #9860AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9860AE is #679F51. Grayscale: #797979. Windows color (decimal): -6790994 or 11427992. OLE color: 11427992.

HSL color Cylindrical-coordinate representation of color #9860AE: hue angle of 283.08º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9860AE is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15296174-
CMYK0.130.4500.32
HSL283.08º32.5%52.94%-
HSV(B)283.08º44.83%68.24%-
XYZ24.7718.142.23-
YUV121.64157.55149.66-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.02%
GREEN value IS 96 (37.89% from 255) = 22.75%
BLUE value IS 174 (68.36% from 255) = 41.23%
R=36.02%
G=22.75%
B=41.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal152961740.130.4500.32283.0832.552.94
Hex9860AED2D02011b2035
Octal23014025615550404334065
Binary1001100011000001010111011011011010100000100011011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9860AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9860AE; }

 p { color: rgb(152,96,174); }

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

<style>
 a { background-color: #9860AE; }

 a { background-color: rgb(152,96,174); }

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

<style>
 span { border-color: #9860AE; }

 span { border-color: rgb(152,96,174); }

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