#9C025D

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

Shades of Eggplant #9C025D

Tints of Eggplant #9C025D

Color information

#9C025D (or 0x9C025D) is unknown color: approx Eggplant. HEX triplet: 9C, 02 and 5D. RGB value is (156,2,93). Sum of RGB (Red+Green+Blue) = 156+2+93=251 (33% of max value = 765). Red value is 156 (61.33% from 255 or 62.15% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 156 - color contains mainly: red. Hex color #9C025D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C025D is #63FDA2. Grayscale: #3A3A3A. Windows color (decimal): -6552995 or 6095516. OLE color: 6095516.

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

Color convert

RGB156293-
CMYK00.990.400.39
HSL324.55º97.47%30.98%-
HSV(B)324.55º98.72%61.18%-
XYZ15.717.911.05-
YUV58.42147.52197.6-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 62.15%
GREEN value IS 2 (1.17% from 255) = 0.80%
BLUE value IS 93 (36.72% from 255) = 37.05%
R=62.15%
G=0.80%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.40
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15629300.990.400.39324.5597.4730.98
Hex9C25D0632827145611f
Octal23421350143504750514137
Binary1001110010101110101100011101000100111101000101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C025D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,2,93); }

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

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

 a { background-color: rgb(156,2,93); }

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

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

 span { border-color: rgb(156,2,93); }

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