Html Css Color HEX #9149AD Deep Lilac

📋 copy color: '#9149AD'

red 145 ◦ green 73 ◦ blue 173

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

Shades of Deep Lilac #9149AD

Tints of Deep Lilac #9149AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.25%

R = 37.08%
G = 18.67%
B = 44.25%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9149AD (or 0x9149AD) is known color: Deep Lilac. HEX triplet: 91, 49 and AD. RGB value is (145,73,173). Sum of RGB (Red+Green+Blue) = 145+73+173=391 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.08% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 173 - color contains mainly: blue. Hex color #9149AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9149AD is #6EB652. Grayscale: #696969. Windows color (decimal): -7255635 or 11356561. OLE color: 11356561.

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

Color convert

RGB 145 73 173 -
CMYK 0.16 0.58 0 0.32
HSL 283.2º 0.41% 0.48% -
HSV(B) 283.2º 0.58% 0.68% -
XYZ 21.6 13.8 41.06 -
YUV 105.93 165.85 155.87 -
System Red Green Blue C M Y K H S L
Decimal 145 73 173 0.16 0.58 0 0.32 283.2 0.41 0.48
Hex 91 49 AD 10 3A 0 20 11B 29 30
Octal 221 111 255 20 72 0 40 433 51 60
Binary 10010001 1001001 10101101 10000 111010 0 100000 100011011 101001 110000

Color Harmonies of #9149AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9149AD

Black with #9149AD

Text Example


Text Example

White with #9149AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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