#9D0766

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

Shades of Eggplant #9D0766

Tints of Eggplant #9D0766

Color information

#9D0766 (or 0x9D0766) is unknown color: approx Eggplant. HEX triplet: 9D, 07 and 66. RGB value is (157,7,102). Sum of RGB (Red+Green+Blue) = 157+7+102=266 (35% of max value = 765). Red value is 157 (61.72% from 255 or 59.02% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 102 (40.23% from 255 or 38.35% from 266); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0766 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0766 is #62F899. Grayscale: #3E3E3E. Windows color (decimal): -6486170 or 6686621. OLE color: 6686621.

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

Color convert

RGB1577102-
CMYK00.960.350.38
HSL322º91.46%32.16%-
HSV(B)322º95.54%61.57%-
XYZ16.388.2813.31-
YUV62.68150.2195.28-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 59.02%
GREEN value IS 7 (3.12% from 255) = 2.63%
BLUE value IS 102 (40.23% from 255) = 38.35%
R=59.02%
G=2.63%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157710200.960.350.3832291.4632.16
Hex9D76606023261425b20
Octal23571460140434650213340
Binary100111011111100110011000001000111001101010000101011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,7,102); }

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

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

 a { background-color: rgb(157,7,102); }

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

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

 span { border-color: rgb(157,7,102); }

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