Html Css Color HEX #9249AC Deep Lilac

📋 copy color: '#9249AC'

red 146 ◦ green 73 ◦ blue 172

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

Shades of Deep Lilac #9249AC

Tints of Deep Lilac #9249AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.99%

R = 37.34%
G = 18.67%
B = 43.99%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9249AC (or 0x9249AC) is known color: Deep Lilac. HEX triplet: 92, 49 and AC. RGB value is (146,73,172). Sum of RGB (Red+Green+Blue) = 146+73+172=391 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.34% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 172 - color contains mainly: blue. Hex color #9249AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9249AC is #6DB653. Grayscale: #696969. Windows color (decimal): -7190100 or 11291026. OLE color: 11291026.

HSL color Cylindrical-coordinate representation of color #9249AC: hue angle of 284.24º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9249AC is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 146 73 172 -
CMYK 0.15 0.58 0 0.33
HSL 284.24º 0.4% 0.48% -
HSV(B) 284.24º 0.58% 0.67% -
XYZ 21.68 13.85 40.56 -
YUV 106.11 165.18 156.45 -
System Red Green Blue C M Y K H S L
Decimal 146 73 172 0.15 0.58 0 0.33 284.24 0.4 0.48
Hex 92 49 AC F 3A 0 21 11C 28 30
Octal 222 111 254 17 72 0 41 434 50 60
Binary 10010010 1001001 10101100 1111 111010 0 100001 100011100 101000 110000

Color Harmonies of #9249AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9249AC

Black with #9249AC

Text Example


Text Example

White with #9249AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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