Html Css Color HEX #9556AB Deep Lilac

📋 copy color: '#9556AB'

red 149 ◦ green 86 ◦ blue 171

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

Shades of Deep Lilac #9556AB

Tints of Deep Lilac #9556AB

RGB

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

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

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

R = 36.7%
G = 21.18%
B = 42.12%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9556AB (or 0x9556AB) is known color: Deep Lilac. HEX triplet: 95, 56 and AB. RGB value is (149,86,171). Sum of RGB (Red+Green+Blue) = 149+86+171=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 86 (33.98% from 255 or 21.18% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 171 - color contains mainly: blue. Hex color #9556AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9556AB is #6AA954. Grayscale: #727272. Windows color (decimal): -6990165 or 11228821. OLE color: 11228821.

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

Color convert

RGB 149 86 171 -
CMYK 0.13 0.50 0 0.33
HSL 284.47º 0.34% 0.5% -
HSV(B) 284.47º 0.5% 0.67% -
XYZ 23.07 15.99 40.4 -
YUV 114.53 159.87 152.59 -
System Red Green Blue C M Y K H S L
Decimal 149 86 171 0.13 0.50 0 0.33 284.47 0.34 0.5
Hex 95 56 AB D 32 0 21 11C 22 32
Octal 225 126 253 15 62 0 41 434 42 62
Binary 10010101 1010110 10101011 1101 110010 0 100001 100011100 100010 110010

Color Harmonies of #9556AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9556AB

Black with #9556AB

Text Example


Text Example

White with #9556AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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