Html Css Color HEX #9049AC Deep Lilac

📋 copy color: '#9049AC'

red 144 ◦ green 73 ◦ blue 172

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

Shades of Deep Lilac #9049AC

Tints of Deep Lilac #9049AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.22%

R = 37.02%
G = 18.77%
B = 44.22%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9049AC (or 0x9049AC) is known color: Deep Lilac. HEX triplet: 90, 49 and AC. RGB value is (144,73,172). Sum of RGB (Red+Green+Blue) = 144+73+172=389 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.02% from 389); Green value is 73 (28.91% from 255 or 18.77% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 172 - color contains mainly: blue. Hex color #9049AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9049AC is #6FB653. Grayscale: #696969. Windows color (decimal): -7321172 or 11291024. OLE color: 11291024.

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

Color convert

RGB 144 73 172 -
CMYK 0.16 0.58 0 0.33
HSL 283.03º 0.4% 0.48% -
HSV(B) 283.03º 0.58% 0.67% -
XYZ 21.33 13.67 40.54 -
YUV 105.52 165.52 155.45 -
System Red Green Blue C M Y K H S L
Decimal 144 73 172 0.16 0.58 0 0.33 283.03 0.4 0.48
Hex 90 49 AC 10 3A 0 21 11B 28 30
Octal 220 111 254 20 72 0 41 433 50 60
Binary 10010000 1001001 10101100 10000 111010 0 100001 100011011 101000 110000

Color Harmonies of #9049AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9049AC

Black with #9049AC

Text Example


Text Example

White with #9049AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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