#9D026E

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

Shades of Eggplant #9D026E

Tints of Eggplant #9D026E

Color information

#9D026E (or 0x9D026E) is unknown color: approx Eggplant. HEX triplet: 9D, 02 and 6E. RGB value is (157,2,110). Sum of RGB (Red+Green+Blue) = 157+2+110=269 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.36% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 110 (43.36% from 255 or 40.89% from 269); Max value from RGB is 157 - color contains mainly: red. Hex color #9D026E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D026E is #62FD91. Grayscale: #3C3C3C. Windows color (decimal): -6487442 or 7209629. OLE color: 7209629.

HSL color Cylindrical-coordinate representation of color #9D026E: hue angle of 318.19º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9D026E is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB1572110-
CMYK00.990.300.38
HSL318.19º97.48%31.18%-
HSV(B)318.19º98.73%61.57%-
XYZ16.748.3415.48-
YUV60.66155.85196.72-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 58.36%
GREEN value IS 2 (1.17% from 255) = 0.74%
BLUE value IS 110 (43.36% from 255) = 40.89%
R=58.36%
G=0.74%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157211000.990.300.38318.1997.4831.18
Hex9D26E0631E2613e611f
Octal23521560143364647614137
Binary100111011011011100110001111110100110100111110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D026E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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