Html Css Color HEX #9049AB Deep Lilac

📋 copy color: '#9049AB'

red 144 ◦ green 73 ◦ blue 171

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

Shades of Deep Lilac #9049AB

Tints of Deep Lilac #9049AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.07%

R = 37.11%
G = 18.81%
B = 44.07%

CMYK

 C value IS 0.16

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9049AB (or 0x9049AB) is known color: Deep Lilac. HEX triplet: 90, 49 and AB. RGB value is (144,73,171). Sum of RGB (Red+Green+Blue) = 144+73+171=388 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.11% from 388); Green value is 73 (28.91% from 255 or 18.81% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 171 - color contains mainly: blue. Hex color #9049AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9049AB is #6FB654. Grayscale: #696969. Windows color (decimal): -7321173 or 11225488. OLE color: 11225488.

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

Color convert

RGB 144 73 171 -
CMYK 0.16 0.57 0 0.33
HSL 283.47º 0.4% 0.48% -
HSV(B) 283.47º 0.57% 0.67% -
XYZ 21.23 13.63 40.04 -
YUV 105.4 165.02 155.53 -
System Red Green Blue C M Y K H S L
Decimal 144 73 171 0.16 0.57 0 0.33 283.47 0.4 0.48
Hex 90 49 AB 10 39 0 21 11B 28 30
Octal 220 111 253 20 71 0 41 433 50 60
Binary 10010000 1001001 10101011 10000 111001 0 100001 100011011 101000 110000

Color Harmonies of #9049AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9049AB

Black with #9049AB

Text Example


Text Example

White with #9049AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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