#9C61AC

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

Shades of Deep Lilac #9C61AC

Tints of Deep Lilac #9C61AC

Color information

#9C61AC (or 0x9C61AC) is unknown color: approx Deep Lilac. HEX triplet: 9C, 61 and AC. RGB value is (156,97,172). Sum of RGB (Red+Green+Blue) = 156+97+172=425 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.71% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 172 - color contains mainly: blue. Hex color #9C61AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C61AC is #639E53. Grayscale: #7A7A7A. Windows color (decimal): -6528596 or 11297180. OLE color: 11297180.

HSL color Cylindrical-coordinate representation of color #9C61AC: hue angle of 287.2º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9C61AC is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15697172-
CMYK0.090.4400.33
HSL287.2º31.12%52.75%-
HSV(B)287.2º43.6%67.45%-
XYZ25.4318.641.28-
YUV123.19155.55151.4-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.71%
GREEN value IS 97 (38.28% from 255) = 22.82%
BLUE value IS 172 (67.58% from 255) = 40.47%
R=36.71%
G=22.82%
B=40.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal156971720.090.4400.33287.231.1252.75
Hex9C61AC92C02111f1f35
Octal23414125411540414373765
Binary100111001100001101011001001101100010000110001111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C61AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,97,172); }

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

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

 a { background-color: rgb(156,97,172); }

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

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

 span { border-color: rgb(156,97,172); }

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