Html Css Color HEX #9249AE Deep Lilac

📋 copy color: '#9249AE'

red 146 ◦ green 73 ◦ blue 174

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

Shades of Deep Lilac #9249AE

Tints of Deep Lilac #9249AE

RGB

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

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

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

R = 37.15%
G = 18.58%
B = 44.27%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9249AE (or 0x9249AE) is known color: Deep Lilac. HEX triplet: 92, 49 and AE. RGB value is (146,73,174). Sum of RGB (Red+Green+Blue) = 146+73+174=393 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.15% from 393); Green value is 73 (28.91% from 255 or 18.58% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #9249AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9249AE is #6DB651. Grayscale: #6A6A6A. Windows color (decimal): -7190098 or 11422098. OLE color: 11422098.

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

Color convert

RGB 146 73 174 -
CMYK 0.16 0.58 0 0.32
HSL 283.37º 0.41% 0.48% -
HSV(B) 283.37º 0.58% 0.68% -
XYZ 21.88 13.93 41.58 -
YUV 106.34 166.18 156.29 -
System Red Green Blue C M Y K H S L
Decimal 146 73 174 0.16 0.58 0 0.32 283.37 0.41 0.48
Hex 92 49 AE 10 3A 0 20 11B 29 30
Octal 222 111 256 20 72 0 40 433 51 60
Binary 10010010 1001001 10101110 10000 111010 0 100000 100011011 101001 110000

Color Harmonies of #9249AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9249AE

Black with #9249AE

Text Example


Text Example

White with #9249AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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