Html Css Color HEX #9249AA Deep Lilac

📋 copy color: '#9249AA'

red 146 ◦ green 73 ◦ blue 170

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

Shades of Deep Lilac #9249AA

Tints of Deep Lilac #9249AA

RGB

 RED value IS 146 (57.42% from 255) = 37.53%

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

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

R = 37.53%
G = 18.77%
B = 43.7%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9249AA (or 0x9249AA) is known color: Deep Lilac. HEX triplet: 92, 49 and AA. RGB value is (146,73,170). Sum of RGB (Red+Green+Blue) = 146+73+170=389 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.53% from 389); Green value is 73 (28.91% from 255 or 18.77% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 170 - color contains mainly: blue. Hex color #9249AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9249AA is #6DB655. Grayscale: #696969. Windows color (decimal): -7190102 or 11159954. OLE color: 11159954.

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

Color convert

RGB 146 73 170 -
CMYK 0.14 0.57 0 0.33
HSL 285.15º 0.4% 0.48% -
HSV(B) 285.15º 0.57% 0.67% -
XYZ 21.49 13.78 39.56 -
YUV 105.89 164.18 156.61 -
System Red Green Blue C M Y K H S L
Decimal 146 73 170 0.14 0.57 0 0.33 285.15 0.4 0.48
Hex 92 49 AA E 39 0 21 11D 28 30
Octal 222 111 252 16 71 0 41 435 50 60
Binary 10010010 1001001 10101010 1110 111001 0 100001 100011101 101000 110000

Color Harmonies of #9249AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9249AA

Black with #9249AA

Text Example


Text Example

White with #9249AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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