Html Css Color HEX #9047AA Deep Lilac

📋 copy color: '#9047AA'

red 144 ◦ green 71 ◦ blue 170

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

Shades of Deep Lilac #9047AA

Tints of Deep Lilac #9047AA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.44%

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

R = 37.4%
G = 18.44%
B = 44.16%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9047AA (or 0x9047AA) is known color: Deep Lilac. HEX triplet: 90, 47 and AA. RGB value is (144,71,170). Sum of RGB (Red+Green+Blue) = 144+71+170=385 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.40% from 385); Green value is 71 (28.12% from 255 or 18.44% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 170 - color contains mainly: blue. Hex color #9047AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9047AA is #6FB855. Grayscale: #676767. Windows color (decimal): -7321686 or 11159440. OLE color: 11159440.

HSL color Cylindrical-coordinate representation of color #9047AA: hue angle of 284.24º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9047AA is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 71 170 -
CMYK 0.15 0.58 0 0.33
HSL 284.24º 0.41% 0.47% -
HSV(B) 284.24º 0.58% 0.67% -
XYZ 21.01 13.34 39.5 -
YUV 104.11 165.18 156.45 -
System Red Green Blue C M Y K H S L
Decimal 144 71 170 0.15 0.58 0 0.33 284.24 0.41 0.47
Hex 90 47 AA F 3A 0 21 11C 29 2F
Octal 220 107 252 17 72 0 41 434 51 57
Binary 10010000 1000111 10101010 1111 111010 0 100001 100011100 101001 101111

Color Harmonies of #9047AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9047AA

Black with #9047AA

Text Example


Text Example

White with #9047AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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