#9860AD

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

Shades of Deep Lilac #9860AD

Tints of Deep Lilac #9860AD

Color information

#9860AD (or 0x9860AD) is unknown color: approx Deep Lilac. HEX triplet: 98, 60 and AD. RGB value is (152,96,173). Sum of RGB (Red+Green+Blue) = 152+96+173=421 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.10% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 173 - color contains mainly: blue. Hex color #9860AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9860AD is #679F52. Grayscale: #797979. Windows color (decimal): -6790995 or 11362456. OLE color: 11362456.

HSL color Cylindrical-coordinate representation of color #9860AD: hue angle of 283.64º 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 #9860AD is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15296173-
CMYK0.120.4500.32
HSL283.64º31.95%52.75%-
HSV(B)283.64º44.51%67.84%-
XYZ24.6718.0641.72-
YUV121.52157.05149.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.10%
GREEN value IS 96 (37.89% from 255) = 22.80%
BLUE value IS 173 (67.97% from 255) = 41.09%
R=36.10%
G=22.80%
B=41.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal152961730.120.4500.32283.6431.9552.75
Hex9860ADC2D02011c2035
Octal23014025514550404344065
Binary1001100011000001010110111001011010100000100011100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9860AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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