#9D057D

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

Shades of Eggplant #9D057D

Tints of Eggplant #9D057D

Color information

#9D057D (or 0x9D057D) is unknown color: approx Eggplant. HEX triplet: 9D, 05 and 7D. RGB value is (157,5,125). Sum of RGB (Red+Green+Blue) = 157+5+125=287 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.70% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 125 (49.22% from 255 or 43.55% from 287); Max value from RGB is 157 - color contains mainly: red. Hex color #9D057D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D057D is #62FA82. Grayscale: #3F3F3F. Windows color (decimal): -6486659 or 8193437. OLE color: 8193437.

HSL color Cylindrical-coordinate representation of color #9D057D: hue angle of 312.63º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9D057D is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB1575125-
CMYK00.970.200.38
HSL312.63º93.83%31.76%-
HSV(B)312.63º96.82%61.57%-
XYZ17.668.7620.16-
YUV64.13162.36194.24-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 54.70%
GREEN value IS 5 (2.34% from 255) = 1.74%
BLUE value IS 125 (49.22% from 255) = 43.55%
R=54.70%
G=1.74%
B=43.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157512500.970.200.38312.6393.8331.76
Hex9D57D06114261395e20
Octal23551750141244647113640
Binary10011101101111110101100001101001001101001110011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D057D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,5,125); }

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

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

 a { background-color: rgb(157,5,125); }

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

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

 span { border-color: rgb(157,5,125); }

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