#9C1073

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

Shades of Eggplant #9C1073

Tints of Eggplant #9C1073

Color information

#9C1073 (or 0x9C1073) is unknown color: approx Eggplant. HEX triplet: 9C, 10 and 73. RGB value is (156,16,115). Sum of RGB (Red+Green+Blue) = 156+16+115=287 (38% of max value = 765). Red value is 156 (61.33% from 255 or 54.36% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 115 (45.31% from 255 or 40.07% from 287); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1073 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C1073 is #63EF8C. Grayscale: #444444. Windows color (decimal): -6549389 or 7540892. OLE color: 7540892.

HSL color Cylindrical-coordinate representation of color #9C1073: hue angle of 317.57º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C1073 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB15616115-
CMYK00.900.260.39
HSL317.57º81.4%33.73%-
HSV(B)317.57º89.74%61.18%-
XYZ16.998.6817-
YUV69.15153.88189.95-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 54.36%
GREEN value IS 16 (6.64% from 255) = 5.57%
BLUE value IS 115 (45.31% from 255) = 40.07%
R=54.36%
G=5.57%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561611500.900.260.39317.5781.433.73
Hex9C107305A1A2713e5122
Octal234201630132324747612142
Binary1001110010000111001101011010110101001111001111101010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,16,115); }

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

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

 a { background-color: rgb(156,16,115); }

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

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

 span { border-color: rgb(156,16,115); }

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