#9D107B

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

Shades of Eggplant #9D107B

Tints of Eggplant #9D107B

Color information

#9D107B (or 0x9D107B) is unknown color: approx Eggplant. HEX triplet: 9D, 10 and 7B. RGB value is (157,16,123). Sum of RGB (Red+Green+Blue) = 157+16+123=296 (39% of max value = 765). Red value is 157 (61.72% from 255 or 53.04% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 123 (48.44% from 255 or 41.55% from 296); Max value from RGB is 157 - color contains mainly: red. Hex color #9D107B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D107B is #62EF84. Grayscale: #464646. Windows color (decimal): -6483845 or 8065181. OLE color: 8065181.

HSL color Cylindrical-coordinate representation of color #9D107B: hue angle of 314.47º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D107B is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB15716123-
CMYK00.900.220.38
HSL314.47º81.5%33.92%-
HSV(B)314.47º89.81%61.57%-
XYZ17.678.9719.54-
YUV70.36157.71189.8-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 53.04%
GREEN value IS 16 (6.64% from 255) = 5.41%
BLUE value IS 123 (48.44% from 255) = 41.55%
R=53.04%
G=5.41%
B=41.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571612300.900.220.38314.4781.533.92
Hex9D107B05A162613a5222
Octal235201730132264647212242
Binary1001110110000111101101011010101101001101001110101010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D107B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,16,123); }

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

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

 a { background-color: rgb(157,16,123); }

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

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

 span { border-color: rgb(157,16,123); }

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