#9A026D

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

Shades of Eggplant #9A026D

Tints of Eggplant #9A026D

Color information

#9A026D (or 0x9A026D) is unknown color: approx Eggplant. HEX triplet: 9A, 02 and 6D. RGB value is (154,2,109). Sum of RGB (Red+Green+Blue) = 154+2+109=265 (35% of max value = 765). Red value is 154 (60.55% from 255 or 58.11% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 109 (42.97% from 255 or 41.13% from 265); Max value from RGB is 154 - color contains mainly: red. Hex color #9A026D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A026D is #65FD92. Grayscale: #3B3B3B. Windows color (decimal): -6684051 or 7144090. OLE color: 7144090.

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

Color convert

RGB1542109-
CMYK00.990.290.40
HSL317.76º97.44%30.59%-
HSV(B)317.76º98.7%60.39%-
XYZ16.118.0215.17-
YUV59.65155.86195.3-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 58.11%
GREEN value IS 2 (1.17% from 255) = 0.75%
BLUE value IS 109 (42.97% from 255) = 41.13%
R=58.11%
G=0.75%
B=41.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154210900.990.290.40317.7697.4430.59
Hex9A26D0631D2813e611f
Octal23221550143355047614137
Binary100110101011011010110001111101101000100111110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A026D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,2,109); }

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

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

 a { background-color: rgb(154,2,109); }

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

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

 span { border-color: rgb(154,2,109); }

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