Html Css Color HEX #9544AC Deep Lilac

📋 copy color: '#9544AC'

red 149 ◦ green 68 ◦ blue 172

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

Shades of Deep Lilac #9544AC

Tints of Deep Lilac #9544AC

RGB

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

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

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

R = 38.3%
G = 17.48%
B = 44.22%

CMYK

 C value IS 0.13

 M value IS 0.60

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9544AC (or 0x9544AC) is known color: Deep Lilac. HEX triplet: 95, 44 and AC. RGB value is (149,68,172). Sum of RGB (Red+Green+Blue) = 149+68+172=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 68 (26.95% from 255 or 17.48% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 172 - color contains mainly: blue. Hex color #9544AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9544AC is #6ABB53. Grayscale: #676767. Windows color (decimal): -6994772 or 11289749. OLE color: 11289749.

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

Color convert

RGB 149 68 172 -
CMYK 0.13 0.60 0 0.33
HSL 286.73º 0.43% 0.47% -
HSV(B) 286.73º 0.6% 0.67% -
XYZ 21.91 13.5 40.48 -
YUV 104.08 166.34 160.04 -
System Red Green Blue C M Y K H S L
Decimal 149 68 172 0.13 0.60 0 0.33 286.73 0.43 0.47
Hex 95 44 AC D 3C 0 21 11F 2B 2F
Octal 225 104 254 15 74 0 41 437 53 57
Binary 10010101 1000100 10101100 1101 111100 0 100001 100011111 101011 101111

Color Harmonies of #9544AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9544AC

Black with #9544AC

Text Example


Text Example

White with #9544AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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