Html Css Color HEX #9044AB Deep Lilac

📋 copy color: '#9044AB'

red 144 ◦ green 68 ◦ blue 171

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

Shades of Deep Lilac #9044AB

Tints of Deep Lilac #9044AB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.75%

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

R = 37.6%
G = 17.75%
B = 44.65%

CMYK

 C value IS 0.16

 M value IS 0.60

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9044AB (or 0x9044AB) is known color: Deep Lilac. HEX triplet: 90, 44 and AB. RGB value is (144,68,171). Sum of RGB (Red+Green+Blue) = 144+68+171=383 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.60% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #9044AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9044AB is #6FBB54. Grayscale: #666666. Windows color (decimal): -7322453 or 11224208. OLE color: 11224208.

HSL color Cylindrical-coordinate representation of color #9044AB: hue angle of 284.27º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9044AB is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 68 171 -
CMYK 0.16 0.60 0 0.33
HSL 284.27º 0.43% 0.47% -
HSV(B) 284.27º 0.6% 0.67% -
XYZ 20.92 13 39.94 -
YUV 102.47 166.68 157.62 -
System Red Green Blue C M Y K H S L
Decimal 144 68 171 0.16 0.60 0 0.33 284.27 0.43 0.47
Hex 90 44 AB 10 3C 0 21 11C 2B 2F
Octal 220 104 253 20 74 0 41 434 53 57
Binary 10010000 1000100 10101011 10000 111100 0 100001 100011100 101011 101111

Color Harmonies of #9044AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9044AB

Black with #9044AB

Text Example


Text Example

White with #9044AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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