Html Css Color HEX #9A49AE Deep Lilac

📋 copy color: '#9A49AE'

red 154 ◦ green 73 ◦ blue 174

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

Shades of Deep Lilac #9A49AE

Tints of Deep Lilac #9A49AE

RGB

 RED value IS 154 (60.55% from 255) = 38.4%

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

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

R = 38.4%
G = 18.2%
B = 43.39%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9A49AE (or 0x9A49AE) is known color: Deep Lilac. HEX triplet: 9A, 49 and AE. RGB value is (154,73,174). Sum of RGB (Red+Green+Blue) = 154+73+174=401 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.40% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 174 (68.36% from 255 or 43.39% from 401); Max value from RGB is 174 - color contains mainly: blue. Hex color #9A49AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A49AE is #65B651. Grayscale: #6C6C6C. Windows color (decimal): -6665810 or 11422106. OLE color: 11422106.

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

Color convert

RGB 154 73 174 -
CMYK 0.11 0.58 0 0.32
HSL 288.12º 0.41% 0.48% -
HSV(B) 288.12º 0.58% 0.68% -
XYZ 23.35 14.69 41.65 -
YUV 108.73 164.84 160.29 -
System Red Green Blue C M Y K H S L
Decimal 154 73 174 0.11 0.58 0 0.32 288.12 0.41 0.48
Hex 9A 49 AE B 3A 0 20 120 29 30
Octal 232 111 256 13 72 0 40 440 51 60
Binary 10011010 1001001 10101110 1011 111010 0 100000 100100000 101001 110000

Color Harmonies of #9A49AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A49AE

Black with #9A49AE

Text Example


Text Example

White with #9A49AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A49AE; }

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

 H1.HeaderClassName
 {
   color: #9A49AE;
 }
 .AnyTagClassName
 {
   color: #9A49AE;
 }
</style>

background-color css

<style>
 a { background-color: #9A49AE; }

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

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

border-color css

<style>
 span { border-color: #9A49AE; }

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

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