Html Css Color HEX #9047AB Deep Lilac

📋 copy color: '#9047AB'

red 144 ◦ green 71 ◦ blue 171

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

Shades of Deep Lilac #9047AB

Tints of Deep Lilac #9047AB

RGB

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

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

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

R = 37.31%
G = 18.39%
B = 44.3%

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

#9047AB (or 0x9047AB) is known color: Deep Lilac. HEX triplet: 90, 47 and AB. RGB value is (144,71,171). Sum of RGB (Red+Green+Blue) = 144+71+171=386 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.31% from 386); Green value is 71 (28.12% from 255 or 18.39% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 171 - color contains mainly: blue. Hex color #9047AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9047AB is #6FB854. Grayscale: #676767. Windows color (decimal): -7321685 or 11224976. OLE color: 11224976.

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

Color convert

RGB 144 71 171 -
CMYK 0.16 0.58 0 0.33
HSL 283.8º 0.41% 0.47% -
HSV(B) 283.8º 0.58% 0.67% -
XYZ 21.11 13.38 40 -
YUV 104.23 165.68 156.37 -
System Red Green Blue C M Y K H S L
Decimal 144 71 171 0.16 0.58 0 0.33 283.8 0.41 0.47
Hex 90 47 AB 10 3A 0 21 11C 29 2F
Octal 220 107 253 20 72 0 41 434 51 57
Binary 10010000 1000111 10101011 10000 111010 0 100001 100011100 101001 101111

Color Harmonies of #9047AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9047AB

Black with #9047AB

Text Example


Text Example

White with #9047AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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