Html Css Color HEX #9149AC Deep Lilac

📋 copy color: '#9149AC'

red 145 ◦ green 73 ◦ blue 172

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

Shades of Deep Lilac #9149AC

Tints of Deep Lilac #9149AC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.72%

 BLUE value IS 172 (67.58% from 255) = 44.1%

R = 37.18%
G = 18.72%
B = 44.1%

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

#9149AC (or 0x9149AC) is known color: Deep Lilac. HEX triplet: 91, 49 and AC. RGB value is (145,73,172). Sum of RGB (Red+Green+Blue) = 145+73+172=390 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.18% from 390); Green value is 73 (28.91% from 255 or 18.72% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 172 - color contains mainly: blue. Hex color #9149AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9149AC is #6EB653. Grayscale: #696969. Windows color (decimal): -7255636 or 11291025. OLE color: 11291025.

HSL color Cylindrical-coordinate representation of color #9149AC: hue angle of 283.64º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9149AC is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 145 73 172 -
CMYK 0.16 0.58 0 0.33
HSL 283.64º 0.4% 0.48% -
HSV(B) 283.64º 0.58% 0.67% -
XYZ 21.51 13.76 40.55 -
YUV 105.81 165.35 155.95 -
System Red Green Blue C M Y K H S L
Decimal 145 73 172 0.16 0.58 0 0.33 283.64 0.4 0.48
Hex 91 49 AC 10 3A 0 21 11C 28 30
Octal 221 111 254 20 72 0 41 434 50 60
Binary 10010001 1001001 10101100 10000 111010 0 100001 100011100 101000 110000

Color Harmonies of #9149AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9149AC

Black with #9149AC

Text Example


Text Example

White with #9149AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9149AC; }

 p { color: rgb(145,73,172); }

 H1.HeaderClassName
 {
   color: #9149AC;
 }
 .AnyTagClassName
 {
   color: #9149AC;
 }
</style>

background-color css

<style>
 a { background-color: #9149AC; }

 a { background-color: rgb(145,73,172); }

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

border-color css

<style>
 span { border-color: #9149AC; }

 span { border-color: rgb(145,73,172); }

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