Html Css Color HEX #9147AB Deep Lilac

📋 copy color: '#9147AB'

red 145 ◦ green 71 ◦ blue 171

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

Shades of Deep Lilac #9147AB

Tints of Deep Lilac #9147AB

RGB

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

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

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

R = 37.47%
G = 18.35%
B = 44.19%

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

#9147AB (or 0x9147AB) is known color: Deep Lilac. HEX triplet: 91, 47 and AB. RGB value is (145,71,171). Sum of RGB (Red+Green+Blue) = 145+71+171=387 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.47% from 387); Green value is 71 (28.12% from 255 or 18.35% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #9147AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9147AB is #6EB854. Grayscale: #686868. Windows color (decimal): -7256149 or 11224977. OLE color: 11224977.

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

Color convert

RGB 145 71 171 -
CMYK 0.15 0.58 0 0.33
HSL 284.4º 0.41% 0.47% -
HSV(B) 284.4º 0.58% 0.67% -
XYZ 21.28 13.47 40.01 -
YUV 104.53 165.52 156.87 -
System Red Green Blue C M Y K H S L
Decimal 145 71 171 0.15 0.58 0 0.33 284.4 0.41 0.47
Hex 91 47 AB F 3A 0 21 11C 29 2F
Octal 221 107 253 17 72 0 41 434 51 57
Binary 10010001 1000111 10101011 1111 111010 0 100001 100011100 101001 101111

Color Harmonies of #9147AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9147AB

Black with #9147AB

Text Example


Text Example

White with #9147AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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