Html Css Color HEX #9556AC Deep Lilac

📋 copy color: '#9556AC'

red 149 ◦ green 86 ◦ blue 172

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

Shades of Deep Lilac #9556AC

Tints of Deep Lilac #9556AC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.13%

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

R = 36.61%
G = 21.13%
B = 42.26%

CMYK

 C value IS 0.13

 M value IS 0.5

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9556AC (or 0x9556AC) is known color: Deep Lilac. HEX triplet: 95, 56 and AC. RGB value is (149,86,172). Sum of RGB (Red+Green+Blue) = 149+86+172=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 86 (33.98% from 255 or 21.13% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 172 - color contains mainly: blue. Hex color #9556AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9556AC is #6AA953. Grayscale: #727272. Windows color (decimal): -6990164 or 11294357. OLE color: 11294357.

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

Color convert

RGB 149 86 172 -
CMYK 0.13 0.5 0 0.33
HSL 283.95º 0.34% 0.51% -
HSV(B) 283.95º 0.5% 0.67% -
XYZ 23.17 16.02 40.9 -
YUV 114.64 160.37 152.51 -
System Red Green Blue C M Y K H S L
Decimal 149 86 172 0.13 0.5 0 0.33 283.95 0.34 0.51
Hex 95 56 AC D 32 0 21 11C 22 33
Octal 225 126 254 15 62 0 41 434 42 63
Binary 10010101 1010110 10101100 1101 110010 0 100001 100011100 100010 110011

Color Harmonies of #9556AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9556AC

Black with #9556AC

Text Example


Text Example

White with #9556AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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