Html Css Color HEX #9549AC Deep Lilac

📋 copy color: '#9549AC'

red 149 ◦ green 73 ◦ blue 172

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

Shades of Deep Lilac #9549AC

Tints of Deep Lilac #9549AC

RGB

 RED value IS 149 (58.59% from 255) = 37.82%

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

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

R = 37.82%
G = 18.53%
B = 43.65%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9549AC (or 0x9549AC) is known color: Deep Lilac. HEX triplet: 95, 49 and AC. RGB value is (149,73,172). Sum of RGB (Red+Green+Blue) = 149+73+172=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #9549AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9549AC is #6AB653. Grayscale: #6A6A6A. Windows color (decimal): -6993492 or 11291029. OLE color: 11291029.

HSL color Cylindrical-coordinate representation of color #9549AC: hue angle of 286.06º 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 #9549AC is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 73 172 -
CMYK 0.13 0.58 0 0.33
HSL 286.06º 0.4% 0.48% -
HSV(B) 286.06º 0.58% 0.67% -
XYZ 22.22 14.13 40.59 -
YUV 107.01 164.68 157.95 -
System Red Green Blue C M Y K H S L
Decimal 149 73 172 0.13 0.58 0 0.33 286.06 0.4 0.48
Hex 95 49 AC D 3A 0 21 11E 28 30
Octal 225 111 254 15 72 0 41 436 50 60
Binary 10010101 1001001 10101100 1101 111010 0 100001 100011110 101000 110000

Color Harmonies of #9549AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9549AC

Black with #9549AC

Text Example


Text Example

White with #9549AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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