#9A026B

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

Shades of Eggplant #9A026B

Tints of Eggplant #9A026B

Color information

#9A026B (or 0x9A026B) is unknown color: approx Eggplant. HEX triplet: 9A, 02 and 6B. RGB value is (154,2,107). Sum of RGB (Red+Green+Blue) = 154+2+107=263 (34% of max value = 765). Red value is 154 (60.55% from 255 or 58.56% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 107 (42.19% from 255 or 40.68% from 263); Max value from RGB is 154 - color contains mainly: red. Hex color #9A026B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A026B is #65FD94. Grayscale: #3B3B3B. Windows color (decimal): -6684053 or 7013018. OLE color: 7013018.

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

Color convert

RGB1542107-
CMYK00.990.310.40
HSL318.55º97.44%30.59%-
HSV(B)318.55º98.7%60.39%-
XYZ167.9714.61-
YUV59.42154.86195.46-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 58.56%
GREEN value IS 2 (1.17% from 255) = 0.76%
BLUE value IS 107 (42.19% from 255) = 40.68%
R=58.56%
G=0.76%
B=40.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154210700.990.310.40318.5597.4430.59
Hex9A26B0631F2813f611f
Octal23221530143375047714137
Binary100110101011010110110001111111101000100111111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A026B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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