#9D106E

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

Shades of Eggplant #9D106E

Tints of Eggplant #9D106E

Color information

#9D106E (or 0x9D106E) is unknown color: approx Eggplant. HEX triplet: 9D, 10 and 6E. RGB value is (157,16,110). Sum of RGB (Red+Green+Blue) = 157+16+110=283 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.48% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 157 - color contains mainly: red. Hex color #9D106E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D106E is #62EF91. Grayscale: #444444. Windows color (decimal): -6483858 or 7213213. OLE color: 7213213.

HSL color Cylindrical-coordinate representation of color #9D106E: hue angle of 320º 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 #9D106E is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB15716110-
CMYK00.900.300.38
HSL320º81.5%33.92%-
HSV(B)320º89.81%61.57%-
XYZ16.98.6615.53-
YUV68.88151.21190.86-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 55.48%
GREEN value IS 16 (6.64% from 255) = 5.65%
BLUE value IS 110 (43.36% from 255) = 38.87%
R=55.48%
G=5.65%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571611000.900.300.3832081.533.92
Hex9D106E05A1E261405222
Octal235201560132364650012242
Binary1001110110000110111001011010111101001101010000001010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D106E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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