#9740AB

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

Shades of Deep Lilac #9740AB

Tints of Deep Lilac #9740AB

Color information

#9740AB (or 0x9740AB) is unknown color: approx Deep Lilac. HEX triplet: 97, 40 and AB. RGB value is (151,64,171). Sum of RGB (Red+Green+Blue) = 151+64+171=386 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.12% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 171 - color contains mainly: blue. Hex color #9740AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9740AB is #68BF54. Grayscale: #656565. Windows color (decimal): -6864725 or 11223191. OLE color: 11223191.

HSL color Cylindrical-coordinate representation of color #9740AB: hue angle of 288.79º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9740AB is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15164171-
CMYK0.120.6300.33
HSL288.79º45.53%46.08%-
HSV(B)288.79º62.57%67.06%-
XYZ21.9513.1939.92-
YUV102.21166.82162.8-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.12%
GREEN value IS 64 (25.39% from 255) = 16.58%
BLUE value IS 171 (67.19% from 255) = 44.30%
R=39.12%
G=16.58%
B=44.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal151641710.120.6300.33288.7945.5346.08
Hex9740ABC3F0211212e2e
Octal22710025314770414415656
Binary1001011110000001010101111001111110100001100100001101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9740AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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