Html Css Color HEX #9449AA Deep Lilac

📋 copy color: '#9449AA'

red 148 ◦ green 73 ◦ blue 170

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

Shades of Deep Lilac #9449AA

Tints of Deep Lilac #9449AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.48%

R = 37.85%
G = 18.67%
B = 43.48%

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

#9449AA (or 0x9449AA) is known color: Deep Lilac. HEX triplet: 94, 49 and AA. RGB value is (148,73,170). Sum of RGB (Red+Green+Blue) = 148+73+170=391 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.85% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 170 - color contains mainly: blue. Hex color #9449AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9449AA is #6BB655. Grayscale: #6A6A6A. Windows color (decimal): -7059030 or 11159956. OLE color: 11159956.

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

Color convert

RGB 148 73 170 -
CMYK 0.13 0.57 0 0.33
HSL 286.39º 0.4% 0.48% -
HSV(B) 286.39º 0.57% 0.67% -
XYZ 21.85 13.96 39.57 -
YUV 106.48 163.85 157.61 -
System Red Green Blue C M Y K H S L
Decimal 148 73 170 0.13 0.57 0 0.33 286.39 0.4 0.48
Hex 94 49 AA D 39 0 21 11E 28 30
Octal 224 111 252 15 71 0 41 436 50 60
Binary 10010100 1001001 10101010 1101 111001 0 100001 100011110 101000 110000

Color Harmonies of #9449AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9449AA

Black with #9449AA

Text Example


Text Example

White with #9449AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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