Html Css Color HEX #9449AB Deep Lilac

📋 copy color: '#9449AB'

red 148 ◦ green 73 ◦ blue 171

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

Shades of Deep Lilac #9449AB

Tints of Deep Lilac #9449AB

RGB

 RED value IS 148 (58.2% from 255) = 37.76%

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

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

R = 37.76%
G = 18.62%
B = 43.62%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9449AB (or 0x9449AB) is known color: Deep Lilac. HEX triplet: 94, 49 and AB. RGB value is (148,73,171). Sum of RGB (Red+Green+Blue) = 148+73+171=392 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.76% from 392); Green value is 73 (28.91% from 255 or 18.62% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 171 - color contains mainly: blue. Hex color #9449AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9449AB is #6BB654. Grayscale: #6A6A6A. Windows color (decimal): -7059029 or 11225492. OLE color: 11225492.

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

Color convert

RGB 148 73 171 -
CMYK 0.13 0.57 0 0.33
HSL 285.92º 0.4% 0.48% -
HSV(B) 285.92º 0.57% 0.67% -
XYZ 21.95 14 40.07 -
YUV 106.6 164.35 157.53 -
System Red Green Blue C M Y K H S L
Decimal 148 73 171 0.13 0.57 0 0.33 285.92 0.4 0.48
Hex 94 49 AB D 39 0 21 11E 28 30
Octal 224 111 253 15 71 0 41 436 50 60
Binary 10010100 1001001 10101011 1101 111001 0 100001 100011110 101000 110000

Color Harmonies of #9449AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9449AB

Black with #9449AB

Text Example


Text Example

White with #9449AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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