Html Css Color HEX #9557AC Deep Lilac

📋 copy color: '#9557AC'

red 149 ◦ green 87 ◦ blue 172

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

Shades of Deep Lilac #9557AC

Tints of Deep Lilac #9557AC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.32%

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

R = 36.52%
G = 21.32%
B = 42.16%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9557AC (or 0x9557AC) is known color: Deep Lilac. HEX triplet: 95, 57 and AC. RGB value is (149,87,172). Sum of RGB (Red+Green+Blue) = 149+87+172=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 87 (34.38% from 255 or 21.32% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 172 - color contains mainly: blue. Hex color #9557AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9557AC is #6AA853. Grayscale: #727272. Windows color (decimal): -6989908 or 11294613. OLE color: 11294613.

HSL color Cylindrical-coordinate representation of color #9557AC: hue angle of 283.76º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9557AC is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 87 172 -
CMYK 0.13 0.49 0 0.33
HSL 283.76º 0.34% 0.51% -
HSV(B) 283.76º 0.49% 0.67% -
XYZ 23.25 16.18 40.93 -
YUV 115.23 160.04 152.09 -
System Red Green Blue C M Y K H S L
Decimal 149 87 172 0.13 0.49 0 0.33 283.76 0.34 0.51
Hex 95 57 AC D 31 0 21 11C 22 33
Octal 225 127 254 15 61 0 41 434 42 63
Binary 10010101 1010111 10101100 1101 110001 0 100001 100011100 100010 110011

Color Harmonies of #9557AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9557AC

Black with #9557AC

Text Example


Text Example

White with #9557AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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