Html Css Color HEX #9544AA Deep Lilac

📋 copy color: '#9544AA'

red 149 ◦ green 68 ◦ blue 170

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

Shades of Deep Lilac #9544AA

Tints of Deep Lilac #9544AA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.57%

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

R = 38.5%
G = 17.57%
B = 43.93%

CMYK

 C value IS 0.12

 M value IS 0.6

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9544AA (or 0x9544AA) is known color: Deep Lilac. HEX triplet: 95, 44 and AA. RGB value is (149,68,170). Sum of RGB (Red+Green+Blue) = 149+68+170=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 68 (26.95% from 255 or 17.57% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 170 - color contains mainly: blue. Hex color #9544AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9544AA is #6ABB55. Grayscale: #676767. Windows color (decimal): -6994774 or 11158677. OLE color: 11158677.

HSL color Cylindrical-coordinate representation of color #9544AA: hue angle of 287.65º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9544AA is Cyan = 0.12, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 68 170 -
CMYK 0.12 0.6 0 0.33
HSL 287.65º 0.43% 0.47% -
HSV(B) 287.65º 0.6% 0.67% -
XYZ 21.72 13.43 39.48 -
YUV 103.85 165.34 160.21 -
System Red Green Blue C M Y K H S L
Decimal 149 68 170 0.12 0.6 0 0.33 287.65 0.43 0.47
Hex 95 44 AA C 3C 0 21 120 2B 2F
Octal 225 104 252 14 74 0 41 440 53 57
Binary 10010101 1000100 10101010 1100 111100 0 100001 100100000 101011 101111

Color Harmonies of #9544AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9544AA

Black with #9544AA

Text Example


Text Example

White with #9544AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,68,170); }

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

background-color css

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

 a { background-color: rgb(149,68,170); }

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

border-color css

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

 span { border-color: rgb(149,68,170); }

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