Html Css Color HEX #9047A4 Deep Lilac

📋 copy color: '#9047A4'

red 144 ◦ green 71 ◦ blue 164

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

Shades of Deep Lilac #9047A4

Tints of Deep Lilac #9047A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 43.27%

R = 37.99%
G = 18.73%
B = 43.27%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#9047A4 (or 0x9047A4) is known color: Deep Lilac. HEX triplet: 90, 47 and A4. RGB value is (144,71,164). Sum of RGB (Red+Green+Blue) = 144+71+164=379 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.99% from 379); Green value is 71 (28.12% from 255 or 18.73% from 379); Blue value is 164 (64.45% from 255 or 43.27% from 379); Max value from RGB is 164 - color contains mainly: blue. Hex color #9047A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9047A4 is #6FB85B. Grayscale: #676767. Windows color (decimal): -7321692 or 10766224. OLE color: 10766224.

HSL color Cylindrical-coordinate representation of color #9047A4: hue angle of 287.1º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9047A4 is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 144 71 164 -
CMYK 0.12 0.57 0 0.36
HSL 287.1º 0.4% 0.46% -
HSV(B) 287.1º 0.57% 0.64% -
XYZ 20.46 13.12 36.58 -
YUV 103.43 162.18 156.94 -
System Red Green Blue C M Y K H S L
Decimal 144 71 164 0.12 0.57 0 0.36 287.1 0.4 0.46
Hex 90 47 A4 C 39 0 24 11F 28 2E
Octal 220 107 244 14 71 0 44 437 50 56
Binary 10010000 1000111 10100100 1100 111001 0 100100 100011111 101000 101110

Color Harmonies of #9047A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9047A4

Black with #9047A4

Text Example


Text Example

White with #9047A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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