#9C55AB

Color #9C55AB Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #9C55AB

Tints of Deep Lilac #9C55AB

Color information

#9C55AB (or 0x9C55AB) is unknown color: approx Deep Lilac. HEX triplet: 9C, 55 and AB. RGB value is (156,85,171). Sum of RGB (Red+Green+Blue) = 156+85+171=412 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.86% from 412); Green value is 85 (33.59% from 255 or 20.63% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C55AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C55AB is #63AA54. Grayscale: #737373. Windows color (decimal): -6531669 or 11228572. OLE color: 11228572.

HSL color Cylindrical-coordinate representation of color #9C55AB: hue angle of 289.53º 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 #9C55AB is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15685171-
CMYK0.090.5000.33
HSL289.53º33.86%50.2%-
HSV(B)289.53º50.29%67.06%-
XYZ24.3116.5140.43-
YUV116.03159.02156.51-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.86%
GREEN value IS 85 (33.59% from 255) = 20.63%
BLUE value IS 171 (67.19% from 255) = 41.50%
R=37.86%
G=20.63%
B=41.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal156851710.090.5000.33289.5333.8650.2
Hex9C55AB9320211222232
Octal23412525311620414424262
Binary1001110010101011010101110011100100100001100100010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C55AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C55AB; }

 p { color: rgb(156,85,171); }

 H1.HeaderClassName
 {
   color: #9C55AB;
 }
 .AnyTagClassName
 {
   color: #9C55AB;
 }
</style>
background-color css

<style>
 a { background-color: #9C55AB; }

 a { background-color: rgb(156,85,171); }

 div.DivClassName
 {
   background-color: #9C55AB;
 }
 .BgClassName
 {
   background-color: #9C55AB;
 }
</style>
border-color css

<style>
 span { border-color: #9C55AB; }

 span { border-color: rgb(156,85,171); }

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