Html Css Color HEX #9544AB Deep Lilac

📋 copy color: '#9544AB'

red 149 ◦ green 68 ◦ blue 171

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

Shades of Deep Lilac #9544AB

Tints of Deep Lilac #9544AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.07%

R = 38.4%
G = 17.53%
B = 44.07%

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

#9544AB (or 0x9544AB) is known color: Deep Lilac. HEX triplet: 95, 44 and AB. RGB value is (149,68,171). Sum of RGB (Red+Green+Blue) = 149+68+171=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 68 (26.95% from 255 or 17.53% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 171 - color contains mainly: blue. Hex color #9544AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9544AB is #6ABB54. Grayscale: #676767. Windows color (decimal): -6994773 or 11224213. OLE color: 11224213.

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

Color convert

RGB 149 68 171 -
CMYK 0.13 0.60 0 0.33
HSL 287.18º 0.43% 0.47% -
HSV(B) 287.18º 0.6% 0.67% -
XYZ 21.81 13.46 39.98 -
YUV 103.96 165.84 160.12 -
System Red Green Blue C M Y K H S L
Decimal 149 68 171 0.13 0.60 0 0.33 287.18 0.43 0.47
Hex 95 44 AB D 3C 0 21 11F 2B 2F
Octal 225 104 253 15 74 0 41 437 53 57
Binary 10010101 1000100 10101011 1101 111100 0 100001 100011111 101011 101111

Color Harmonies of #9544AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9544AB

Black with #9544AB

Text Example


Text Example

White with #9544AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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