Html Css Color HEX #9749AA Deep Lilac

📋 copy color: '#9749AA'

red 151 ◦ green 73 ◦ blue 170

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

Shades of Deep Lilac #9749AA

Tints of Deep Lilac #9749AA

RGB

 RED value IS 151 (59.38% from 255) = 38.32%

 GREEN value IS 73 (28.91% from 255) = 18.53%

 BLUE value IS 170 (66.8% from 255) = 43.15%

R = 38.32%
G = 18.53%
B = 43.15%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9749AA (or 0x9749AA) is known color: Deep Lilac. HEX triplet: 97, 49 and AA. RGB value is (151,73,170). Sum of RGB (Red+Green+Blue) = 151+73+170=394 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.32% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 170 - color contains mainly: blue. Hex color #9749AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9749AA is #68B655. Grayscale: #6B6B6B. Windows color (decimal): -6862422 or 11159959. OLE color: 11159959.

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

Color convert

RGB 151 73 170 -
CMYK 0.11 0.57 0 0.33
HSL 288.25º 0.4% 0.48% -
HSV(B) 288.25º 0.57% 0.67% -
XYZ 22.4 14.25 39.6 -
YUV 107.38 163.34 159.11 -
System Red Green Blue C M Y K H S L
Decimal 151 73 170 0.11 0.57 0 0.33 288.25 0.4 0.48
Hex 97 49 AA B 39 0 21 120 28 30
Octal 227 111 252 13 71 0 41 440 50 60
Binary 10010111 1001001 10101010 1011 111001 0 100001 100100000 101000 110000

Color Harmonies of #9749AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9749AA

Black with #9749AA

Text Example


Text Example

White with #9749AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9749AA;
 }
 .AnyTagClassName
 {
   color: #9749AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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