Html Css Color HEX #9547AE Deep Lilac

📋 copy color: '#9547AE'

red 149 ◦ green 71 ◦ blue 174

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

Shades of Deep Lilac #9547AE

Tints of Deep Lilac #9547AE

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.02%

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

R = 37.82%
G = 18.02%
B = 44.16%

CMYK

 C value IS 0.14

 M value IS 0.59

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9547AE (or 0x9547AE) is known color: Deep Lilac. HEX triplet: 95, 47 and AE. RGB value is (149,71,174). Sum of RGB (Red+Green+Blue) = 149+71+174=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 71 (28.12% from 255 or 18.02% from 394); Blue value is 174 (68.36% from 255 or 44.16% from 394); Max value from RGB is 174 - color contains mainly: blue. Hex color #9547AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9547AE is #6AB851. Grayscale: #696969. Windows color (decimal): -6994002 or 11421589. OLE color: 11421589.

HSL color Cylindrical-coordinate representation of color #9547AE: hue angle of 285.44º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9547AE is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 149 71 174 -
CMYK 0.14 0.59 0 0.32
HSL 285.44º 0.42% 0.48% -
HSV(B) 285.44º 0.59% 0.68% -
XYZ 22.29 13.95 41.56 -
YUV 106.06 166.34 158.62 -
System Red Green Blue C M Y K H S L
Decimal 149 71 174 0.14 0.59 0 0.32 285.44 0.42 0.48
Hex 95 47 AE E 3B 0 20 11D 2A 30
Octal 225 107 256 16 73 0 40 435 52 60
Binary 10010101 1000111 10101110 1110 111011 0 100000 100011101 101010 110000

Color Harmonies of #9547AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9547AE

Black with #9547AE

Text Example


Text Example

White with #9547AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,71,174); }

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

background-color css

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

 a { background-color: rgb(149,71,174); }

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

border-color css

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

 span { border-color: rgb(149,71,174); }

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