#9D106C

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

Shades of Eggplant #9D106C

Tints of Eggplant #9D106C

Color information

#9D106C (or 0x9D106C) is unknown color: approx Eggplant. HEX triplet: 9D, 10 and 6C. RGB value is (157,16,108). Sum of RGB (Red+Green+Blue) = 157+16+108=281 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.87% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 157 - color contains mainly: red. Hex color #9D106C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D106C is #62EF93. Grayscale: #444444. Windows color (decimal): -6483860 or 7082141. OLE color: 7082141.

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

Color convert

RGB15716108-
CMYK00.900.310.38
HSL320.85º81.5%33.92%-
HSV(B)320.85º89.81%61.57%-
XYZ16.88.6214.97-
YUV68.65150.21191.02-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 55.87%
GREEN value IS 16 (6.64% from 255) = 5.69%
BLUE value IS 108 (42.58% from 255) = 38.43%
R=55.87%
G=5.69%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571610800.900.310.38320.8581.533.92
Hex9D106C05A1F261415222
Octal235201540132374650112242
Binary1001110110000110110001011010111111001101010000011010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D106C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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