#9C0D73

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

Shades of Eggplant #9C0D73

Tints of Eggplant #9C0D73

Color information

#9C0D73 (or 0x9C0D73) is unknown color: approx Eggplant. HEX triplet: 9C, 0D and 73. RGB value is (156,13,115). Sum of RGB (Red+Green+Blue) = 156+13+115=284 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.93% from 284); Green value is 13 (5.47% from 255 or 4.58% from 284); Blue value is 115 (45.31% from 255 or 40.49% from 284); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0D73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0D73 is #63F28C. Grayscale: #434343. Windows color (decimal): -6550157 or 7540124. OLE color: 7540124.

HSL color Cylindrical-coordinate representation of color #9C0D73: hue angle of 317.2º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C0D73 is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB15613115-
CMYK00.920.260.39
HSL317.2º84.62%33.14%-
HSV(B)317.2º91.67%61.18%-
XYZ16.958.5916.99-
YUV67.39154.88191.21-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 54.93%
GREEN value IS 13 (5.47% from 255) = 4.58%
BLUE value IS 115 (45.31% from 255) = 40.49%
R=54.93%
G=4.58%
B=40.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561311500.920.260.39317.284.6233.14
Hex9CD7305C1A2713d5521
Octal234151630134324747512541
Binary100111001101111001101011100110101001111001111011010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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