#9C007D

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

Shades of Eggplant #9C007D

Tints of Eggplant #9C007D

Color information

#9C007D (or 0x9C007D) is unknown color: approx Eggplant. HEX triplet: 9C, 00 and 7D. RGB value is (156,0,125). Sum of RGB (Red+Green+Blue) = 156+0+125=281 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.52% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 125 (49.22% from 255 or 44.48% from 281); Max value from RGB is 156 - color contains mainly: red. Hex color #9C007D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C007D is #63FF82. Grayscale: #3C3C3C. Windows color (decimal): -6553475 or 8192156. OLE color: 8192156.

HSL color Cylindrical-coordinate representation of color #9C007D: hue angle of 311.92º 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 #9C007D is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.39.

Color convert

RGB1560125-
CMYK010.200.39
HSL311.92º100%30.59%-
HSV(B)311.92º100%61.18%-
XYZ17.418.5520.13-
YUV60.89164.18195.84-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 55.52%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 125 (49.22% from 255) = 44.48%
R=55.52%
G=0%
B=44.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.20
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1560125010.200.39311.9210030.59
Hex9C07D0641427138641f
Octal23401750144244747014437
Binary10011100011111010110010010100100111100111000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C007D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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