#9A027B

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

Shades of Eggplant #9A027B

Tints of Eggplant #9A027B

Color information

#9A027B (or 0x9A027B) is unknown color: approx Eggplant. HEX triplet: 9A, 02 and 7B. RGB value is (154,2,123). Sum of RGB (Red+Green+Blue) = 154+2+123=279 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.20% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 123 (48.44% from 255 or 44.09% from 279); Max value from RGB is 154 - color contains mainly: red. Hex color #9A027B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A027B is #65FD84. Grayscale: #3C3C3C. Windows color (decimal): -6684037 or 8061594. OLE color: 8061594.

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

Color convert

RGB1542123-
CMYK00.990.200.40
HSL312.24º97.44%30.59%-
HSV(B)312.24º98.7%60.39%-
XYZ16.928.3419.46-
YUV61.24162.86194.16-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 55.20%
GREEN value IS 2 (1.17% from 255) = 0.72%
BLUE value IS 123 (48.44% from 255) = 44.09%
R=55.20%
G=0.72%
B=44.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154212300.990.200.40312.2497.4430.59
Hex9A27B0631428138611f
Octal23221730143245047014137
Binary100110101011110110110001110100101000100111000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A027B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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