Html Css Color HEX #9449AE Deep Lilac

📋 copy color: '#9449AE'

red 148 ◦ green 73 ◦ blue 174

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

Shades of Deep Lilac #9449AE

Tints of Deep Lilac #9449AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 44.05%

R = 37.47%
G = 18.48%
B = 44.05%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9449AE (or 0x9449AE) is known color: Deep Lilac. HEX triplet: 94, 49 and AE. RGB value is (148,73,174). Sum of RGB (Red+Green+Blue) = 148+73+174=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 73 (28.91% from 255 or 18.48% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 174 - color contains mainly: blue. Hex color #9449AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9449AE is #6BB651. Grayscale: #6A6A6A. Windows color (decimal): -7059026 or 11422100. OLE color: 11422100.

HSL color Cylindrical-coordinate representation of color #9449AE: hue angle of 284.55º 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 #9449AE is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 148 73 174 -
CMYK 0.15 0.58 0 0.32
HSL 284.55º 0.41% 0.48% -
HSV(B) 284.55º 0.58% 0.68% -
XYZ 22.24 14.12 41.6 -
YUV 106.94 165.85 157.29 -
System Red Green Blue C M Y K H S L
Decimal 148 73 174 0.15 0.58 0 0.32 284.55 0.41 0.48
Hex 94 49 AE F 3A 0 20 11D 29 30
Octal 224 111 256 17 72 0 40 435 51 60
Binary 10010100 1001001 10101110 1111 111010 0 100000 100011101 101001 110000

Color Harmonies of #9449AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9449AE

Black with #9449AE

Text Example


Text Example

White with #9449AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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