Html Css Color HEX #9149AB Deep Lilac

📋 copy color: '#9149AB'

red 145 ◦ green 73 ◦ blue 171

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

Shades of Deep Lilac #9149AB

Tints of Deep Lilac #9149AB

RGB

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

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

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

R = 37.28%
G = 18.77%
B = 43.96%

CMYK

 C value IS 0.15

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9149AB (or 0x9149AB) is known color: Deep Lilac. HEX triplet: 91, 49 and AB. RGB value is (145,73,171). Sum of RGB (Red+Green+Blue) = 145+73+171=389 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.28% from 389); Green value is 73 (28.91% from 255 or 18.77% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #9149AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9149AB is #6EB654. Grayscale: #696969. Windows color (decimal): -7255637 or 11225489. OLE color: 11225489.

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

Color convert

RGB 145 73 171 -
CMYK 0.15 0.57 0 0.33
HSL 284.08º 0.4% 0.48% -
HSV(B) 284.08º 0.57% 0.67% -
XYZ 21.41 13.73 40.05 -
YUV 105.7 164.85 156.03 -
System Red Green Blue C M Y K H S L
Decimal 145 73 171 0.15 0.57 0 0.33 284.08 0.4 0.48
Hex 91 49 AB F 39 0 21 11C 28 30
Octal 221 111 253 17 71 0 41 434 50 60
Binary 10010001 1001001 10101011 1111 111001 0 100001 100011100 101000 110000

Color Harmonies of #9149AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9149AB

Black with #9149AB

Text Example


Text Example

White with #9149AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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