#9C025E

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

Shades of Eggplant #9C025E

Tints of Eggplant #9C025E

Color information

#9C025E (or 0x9C025E) is unknown color: approx Eggplant. HEX triplet: 9C, 02 and 5E. RGB value is (156,2,94). Sum of RGB (Red+Green+Blue) = 156+2+94=252 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.90% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 94 (37.11% from 255 or 37.30% from 252); Max value from RGB is 156 - color contains mainly: red. Hex color #9C025E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C025E is #63FDA1. Grayscale: #3A3A3A. Windows color (decimal): -6552994 or 6161052. OLE color: 6161052.

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

Color convert

RGB156294-
CMYK00.990.400.39
HSL324.16º97.47%30.98%-
HSV(B)324.16º98.72%61.18%-
XYZ15.757.9211.29-
YUV58.53148.02197.52-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 61.90%
GREEN value IS 2 (1.17% from 255) = 0.79%
BLUE value IS 94 (37.11% from 255) = 37.30%
R=61.90%
G=0.79%
B=37.30%

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
Decimal15629400.990.400.39324.1697.4730.98
Hex9C25E0632827144611f
Octal23421360143504750414137
Binary1001110010101111001100011101000100111101000100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C025E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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