#9C48AC

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

Shades of Deep Lilac #9C48AC

Tints of Deep Lilac #9C48AC

Color information

#9C48AC (or 0x9C48AC) is unknown color: approx Deep Lilac. HEX triplet: 9C, 48 and AC. RGB value is (156,72,172). Sum of RGB (Red+Green+Blue) = 156+72+172=400 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39% from 400); Green value is 72 (28.52% from 255 or 18% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 172 - color contains mainly: blue. Hex color #9C48AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C48AC is #63B753. Grayscale: #6C6C6C. Windows color (decimal): -6534996 or 11290780. OLE color: 11290780.

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

Color convert

RGB15672172-
CMYK0.090.5800.33
HSL290.4º40.98%47.84%-
HSV(B)290.4º58.14%67.45%-
XYZ23.4714.6840.63-
YUV108.52163.83161.87-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39%
GREEN value IS 72 (28.52% from 255) = 18%
BLUE value IS 172 (67.58% from 255) = 43%
R=39%
G=18%
B=43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal156721720.090.5800.33290.440.9847.84
Hex9C48AC93A0211222930
Octal23411025411720414425160
Binary1001110010010001010110010011110100100001100100010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C48AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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