#9A026E

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

Shades of Eggplant #9A026E

Tints of Eggplant #9A026E

Color information

#9A026E (or 0x9A026E) is unknown color: approx Eggplant. HEX triplet: 9A, 02 and 6E. RGB value is (154,2,110). Sum of RGB (Red+Green+Blue) = 154+2+110=266 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.89% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 110 (43.36% from 255 or 41.35% from 266); Max value from RGB is 154 - color contains mainly: red. Hex color #9A026E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A026E is #65FD91. Grayscale: #3B3B3B. Windows color (decimal): -6684050 or 7209626. OLE color: 7209626.

HSL color Cylindrical-coordinate representation of color #9A026E: hue angle of 317.37º 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 #9A026E is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB1542110-
CMYK00.990.290.40
HSL317.37º97.44%30.59%-
HSV(B)317.37º98.7%60.39%-
XYZ16.168.0415.45-
YUV59.76156.36195.22-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 57.89%
GREEN value IS 2 (1.17% from 255) = 0.75%
BLUE value IS 110 (43.36% from 255) = 41.35%
R=57.89%
G=0.75%
B=41.35%

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
Decimal154211000.990.290.40317.3797.4430.59
Hex9A26E0631D2813d611f
Octal23221560143355047514137
Binary100110101011011100110001111101101000100111101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A026E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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