Html Css Color HEX #9149A3 Deep Lilac

📋 copy color: '#9149A3'

red 145 ◦ green 73 ◦ blue 163

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

Shades of Deep Lilac #9149A3

Tints of Deep Lilac #9149A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 42.78%

R = 38.06%
G = 19.16%
B = 42.78%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#9149A3 (or 0x9149A3) is known color: Deep Lilac. HEX triplet: 91, 49 and A3. RGB value is (145,73,163). Sum of RGB (Red+Green+Blue) = 145+73+163=381 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.06% from 381); Green value is 73 (28.91% from 255 or 19.16% from 381); Blue value is 163 (64.06% from 255 or 42.78% from 381); Max value from RGB is 163 - color contains mainly: blue. Hex color #9149A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9149A3 is #6EB65C. Grayscale: #686868. Windows color (decimal): -7255645 or 10701201. OLE color: 10701201.

HSL color Cylindrical-coordinate representation of color #9149A3: hue angle of 288º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9149A3 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 145 73 163 -
CMYK 0.11 0.55 0 0.36
HSL 288º 0.38% 0.46% -
HSV(B) 288º 0.55% 0.64% -
XYZ 20.67 13.43 36.15 -
YUV 104.79 160.85 156.68 -
System Red Green Blue C M Y K H S L
Decimal 145 73 163 0.11 0.55 0 0.36 288 0.38 0.46
Hex 91 49 A3 B 37 0 24 120 26 2E
Octal 221 111 243 13 67 0 44 440 46 56
Binary 10010001 1001001 10100011 1011 110111 0 100100 100100000 100110 101110

Color Harmonies of #9149A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9149A3

Black with #9149A3

Text Example


Text Example

White with #9149A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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