#9C0073

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

Shades of Eggplant #9C0073

Tints of Eggplant #9C0073

Color information

#9C0073 (or 0x9C0073) is unknown color: approx Eggplant. HEX triplet: 9C, 00 and 73. RGB value is (156,0,115). Sum of RGB (Red+Green+Blue) = 156+0+115=271 (35% of max value = 765). Red value is 156 (61.33% from 255 or 57.56% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 115 (45.31% from 255 or 42.44% from 271); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0073 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0073 is #63FF8C. Grayscale: #3B3B3B. Windows color (decimal): -6553485 or 7536796. OLE color: 7536796.

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

Color convert

RGB1560115-
CMYK010.260.39
HSL315.77º100%30.59%-
HSV(B)315.77º100%61.18%-
XYZ16.88.3116.94-
YUV59.75159.18196.65-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 57.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 115 (45.31% from 255) = 42.44%
R=57.56%
G=0%
B=42.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1560115010.260.39315.7710030.59
Hex9C0730641A2713c641f
Octal23401630144324747414437
Binary10011100011100110110010011010100111100111100110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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