Html Css Color HEX #9740AA Deep Lilac

📋 copy color: '#9740AA'

red 151 ◦ green 64 ◦ blue 170

#9740AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #9740AA

Tints of Deep Lilac #9740AA

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.8% from 255) = 44.16%

R = 39.22%
G = 16.62%
B = 44.16%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9740AA (or 0x9740AA) is known color: 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

RGB 151 64 170 -
CMYK 0.11 0.62 0 0.33
HSL 289.25º 0.45% 0.46% -
HSV(B) 289.25º 0.62% 0.67% -
XYZ 21.85 13.15 39.42 -
YUV 102.1 166.32 162.88 -
System Red Green Blue C M Y K H S L
Decimal 151 64 170 0.11 0.62 0 0.33 289.25 0.45 0.46
Hex 97 40 AA B 3E 0 21 121 2D 2E
Octal 227 100 252 13 76 0 41 441 55 56
Binary 10010111 1000000 10101010 1011 111110 0 100001 100100001 101101 101110

Color Harmonies of #9740AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9740AA

Black with #9740AA

Text Example


Text Example

White with #9740AA

Text Example


Text Example

HTML Codes & Css Web 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>