#9740AA

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

Shades of Deep Lilac #9740AA

Tints of Deep Lilac #9740AA

Color information

#9740AA (or 0x9740AA) is unknown color: approx Deep Lilac. HEX triplet: 97, 40 and AA. RGB value is (151,64,170). Sum of RGB (Red+Green+Blue) = 151+64+170=385 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.22% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 170 - color contains mainly: blue. Hex color #9740AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9740AA is #68BF55. Grayscale: #656565. Windows color (decimal): -6864726 or 11157655. OLE color: 11157655.

HSL color Cylindrical-coordinate representation of color #9740AA: hue angle of 289.25º 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 #9740AA is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15164170-
CMYK0.110.6200.33
HSL289.25º45.3%45.88%-
HSV(B)289.25º62.35%66.67%-
XYZ21.8513.1539.42-
YUV102.1166.32162.88-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.22%
GREEN value IS 64 (25.39% from 255) = 16.62%
BLUE value IS 170 (66.80% from 255) = 44.16%
R=39.22%
G=16.62%
B=44.16%

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
Decimal151641700.110.6200.33289.2545.345.88
Hex9740AAB3E0211212d2e
Octal22710025213760414415556
Binary1001011110000001010101010111111100100001100100001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9740AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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