#9A027D

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

Shades of Eggplant #9A027D

Tints of Eggplant #9A027D

Color information

#9A027D (or 0x9A027D) is unknown color: approx Eggplant. HEX triplet: 9A, 02 and 7D. RGB value is (154,2,125). Sum of RGB (Red+Green+Blue) = 154+2+125=281 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.80% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 125 (49.22% from 255 or 44.48% from 281); Max value from RGB is 154 - color contains mainly: red. Hex color #9A027D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A027D is #65FD82. Grayscale: #3D3D3D. Windows color (decimal): -6684035 or 8192666. OLE color: 8192666.

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

Color convert

RGB1542125-
CMYK00.990.190.40
HSL311.45º97.44%30.59%-
HSV(B)311.45º98.7%60.39%-
XYZ17.058.3920.12-
YUV61.47163.86194-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 54.80%
GREEN value IS 2 (1.17% from 255) = 0.71%
BLUE value IS 125 (49.22% from 255) = 44.48%
R=54.80%
G=0.71%
B=44.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154212500.990.190.40311.4597.4430.59
Hex9A27D0631328137611f
Octal23221750143235046714137
Binary100110101011111010110001110011101000100110111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A027D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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