#9A027A

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

Shades of Eggplant #9A027A

Tints of Eggplant #9A027A

Color information

#9A027A (or 0x9A027A) is unknown color: approx Eggplant. HEX triplet: 9A, 02 and 7A. RGB value is (154,2,122). Sum of RGB (Red+Green+Blue) = 154+2+122=278 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.40% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 122 (48.05% from 255 or 43.88% from 278); Max value from RGB is 154 - color contains mainly: red. Hex color #9A027A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A027A is #65FD85. Grayscale: #3C3C3C. Windows color (decimal): -6684038 or 7996058. OLE color: 7996058.

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

Color convert

RGB1542122-
CMYK00.990.210.40
HSL312.63º97.44%30.59%-
HSV(B)312.63º98.7%60.39%-
XYZ16.868.3219.13-
YUV61.13162.36194.24-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 55.40%
GREEN value IS 2 (1.17% from 255) = 0.72%
BLUE value IS 122 (48.05% from 255) = 43.88%
R=55.40%
G=0.72%
B=43.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154212200.990.210.40312.6397.4430.59
Hex9A27A0631528139611f
Octal23221720143255047114137
Binary100110101011110100110001110101101000100111001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A027A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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