Html Css Color HEX #9049AA Deep Lilac

📋 copy color: '#9049AA'

red 144 ◦ green 73 ◦ blue 170

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

Shades of Deep Lilac #9049AA

Tints of Deep Lilac #9049AA

RGB

 RED value IS 144 (56.64% from 255) = 37.21%

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

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

R = 37.21%
G = 18.86%
B = 43.93%

CMYK

 C value IS 0.15

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9049AA (or 0x9049AA) is known color: Deep Lilac. HEX triplet: 90, 49 and AA. RGB value is (144,73,170). Sum of RGB (Red+Green+Blue) = 144+73+170=387 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.21% from 387); Green value is 73 (28.91% from 255 or 18.86% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 170 - color contains mainly: blue. Hex color #9049AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9049AA is #6FB655. Grayscale: #686868. Windows color (decimal): -7321174 or 11159952. OLE color: 11159952.

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

Color convert

RGB 144 73 170 -
CMYK 0.15 0.57 0 0.33
HSL 283.92º 0.4% 0.48% -
HSV(B) 283.92º 0.57% 0.67% -
XYZ 21.14 13.6 39.54 -
YUV 105.29 164.52 155.61 -
System Red Green Blue C M Y K H S L
Decimal 144 73 170 0.15 0.57 0 0.33 283.92 0.4 0.48
Hex 90 49 AA F 39 0 21 11C 28 30
Octal 220 111 252 17 71 0 41 434 50 60
Binary 10010000 1001001 10101010 1111 111001 0 100001 100011100 101000 110000

Color Harmonies of #9049AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9049AA

Black with #9049AA

Text Example


Text Example

White with #9049AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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