#9D0877

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

Shades of Eggplant #9D0877

Tints of Eggplant #9D0877

Color information

#9D0877 (or 0x9D0877) is unknown color: approx Eggplant. HEX triplet: 9D, 08 and 77. RGB value is (157,8,119). Sum of RGB (Red+Green+Blue) = 157+8+119=284 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.28% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 119 (46.88% from 255 or 41.90% from 284); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0877 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0877 is #62F788. Grayscale: #404040. Windows color (decimal): -6485897 or 7800989. OLE color: 7800989.

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

Color convert

RGB1578119-
CMYK00.950.240.38
HSL315.3º90.3%32.35%-
HSV(B)315.3º94.9%61.57%-
XYZ17.328.6718.21-
YUV65.2158.36193.47-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 55.28%
GREEN value IS 8 (3.52% from 255) = 2.82%
BLUE value IS 119 (46.88% from 255) = 41.90%
R=55.28%
G=2.82%
B=41.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157811900.950.240.38315.390.332.35
Hex9D87705F182613b5a20
Octal235101670137304647313240
Binary100111011000111011101011111110001001101001110111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,8,119); }

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

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

 a { background-color: rgb(157,8,119); }

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

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

 span { border-color: rgb(157,8,119); }

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