Html Css Color HEX #9147AA Deep Lilac

📋 copy color: '#9147AA'

red 145 ◦ green 71 ◦ blue 170

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

Shades of Deep Lilac #9147AA

Tints of Deep Lilac #9147AA

RGB

 RED value IS 145 (57.03% from 255) = 37.56%

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

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

R = 37.56%
G = 18.39%
B = 44.04%

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

#9147AA (or 0x9147AA) is known color: Deep Lilac. HEX triplet: 91, 47 and AA. RGB value is (145,71,170). Sum of RGB (Red+Green+Blue) = 145+71+170=386 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.56% from 386); Green value is 71 (28.12% from 255 or 18.39% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 170 - color contains mainly: blue. Hex color #9147AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9147AA is #6EB855. Grayscale: #686868. Windows color (decimal): -7256150 or 11159441. OLE color: 11159441.

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

Color convert

RGB 145 71 170 -
CMYK 0.15 0.58 0 0.33
HSL 284.85º 0.41% 0.47% -
HSV(B) 284.85º 0.58% 0.67% -
XYZ 21.19 13.43 39.51 -
YUV 104.41 165.02 156.95 -
System Red Green Blue C M Y K H S L
Decimal 145 71 170 0.15 0.58 0 0.33 284.85 0.41 0.47
Hex 91 47 AA F 3A 0 21 11D 29 2F
Octal 221 107 252 17 72 0 41 435 51 57
Binary 10010001 1000111 10101010 1111 111010 0 100001 100011101 101001 101111

Color Harmonies of #9147AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9147AA

Black with #9147AA

Text Example


Text Example

White with #9147AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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