#8A0261

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

Shades of Eggplant #8A0261

Tints of Eggplant #8A0261

Color information

#8A0261 (or 0x8A0261) is unknown color: approx Eggplant. HEX triplet: 8A, 02 and 61. RGB value is (138,2,97). Sum of RGB (Red+Green+Blue) = 138+2+97=237 (31% of max value = 765). Red value is 138 (54.30% from 255 or 58.23% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 97 (38.28% from 255 or 40.93% from 237); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0261 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0261 is #75FD9E. Grayscale: #353535. Windows color (decimal): -7732639 or 6357642. OLE color: 6357642.

HSL color Cylindrical-coordinate representation of color #8A0261: hue angle of 318.09º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A0261 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB138297-
CMYK00.990.300.46
HSL318.09º97.14%27.45%-
HSV(B)318.09º98.55%54.12%-
XYZ12.666.3111.86-
YUV53.49152.56188.28-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 58.23%
GREEN value IS 2 (1.17% from 255) = 0.84%
BLUE value IS 97 (38.28% from 255) = 40.93%
R=58.23%
G=0.84%
B=40.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13829700.990.300.46318.0997.1427.45
Hex8A2610631E2E13e611b
Octal21221410143365647614133
Binary100010101011000010110001111110101110100111110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A0261; }

 p { color: rgb(138,2,97); }

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

<style>
 a { background-color: #8A0261; }

 a { background-color: rgb(138,2,97); }

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

<style>
 span { border-color: #8A0261; }

 span { border-color: rgb(138,2,97); }

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