#9840AA

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

Shades of Deep Lilac #9840AA

Tints of Deep Lilac #9840AA

Color information

#9840AA (or 0x9840AA) is unknown color: approx Deep Lilac. HEX triplet: 98, 40 and AA. RGB value is (152,64,170). Sum of RGB (Red+Green+Blue) = 152+64+170=386 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.38% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 170 - color contains mainly: blue. Hex color #9840AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9840AA is #67BF55. Grayscale: #666666. Windows color (decimal): -6799190 or 11157656. OLE color: 11157656.

HSL color Cylindrical-coordinate representation of color #9840AA: hue angle of 289.81º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9840AA is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15264170-
CMYK0.110.6200.33
HSL289.81º45.3%45.88%-
HSV(B)289.81º62.35%66.67%-
XYZ22.0413.2439.43-
YUV102.4166.15163.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.38%
GREEN value IS 64 (25.39% from 255) = 16.58%
BLUE value IS 170 (66.80% from 255) = 44.04%
R=39.38%
G=16.58%
B=44.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal152641700.110.6200.33289.8145.345.88
Hex9840AAB3E0211222d2e
Octal23010025213760414425556
Binary1001100010000001010101010111111100100001100100010101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9840AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9840AA; }

 p { color: rgb(152,64,170); }

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

<style>
 a { background-color: #9840AA; }

 a { background-color: rgb(152,64,170); }

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

<style>
 span { border-color: #9840AA; }

 span { border-color: rgb(152,64,170); }

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