#8A036E

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

Shades of Eggplant #8A036E

Tints of Eggplant #8A036E

Color information

#8A036E (or 0x8A036E) is unknown color: approx Eggplant. HEX triplet: 8A, 03 and 6E. RGB value is (138,3,110). Sum of RGB (Red+Green+Blue) = 138+3+110=251 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.98% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 110 (43.36% from 255 or 43.82% from 251); Max value from RGB is 138 - color contains mainly: red. Hex color #8A036E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A036E is #75FC91. Grayscale: #373737. Windows color (decimal): -7732370 or 7209866. OLE color: 7209866.

HSL color Cylindrical-coordinate representation of color #8A036E: hue angle of 312.44º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8A036E is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB1383110-
CMYK00.980.200.46
HSL312.44º95.74%27.65%-
HSV(B)312.44º97.83%54.12%-
XYZ13.336.5915.32-
YUV55.56158.73186.8-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 54.98%
GREEN value IS 3 (1.56% from 255) = 1.20%
BLUE value IS 110 (43.36% from 255) = 43.82%
R=54.98%
G=1.20%
B=43.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138311000.980.200.46312.4495.7427.65
Hex8A36E062142E138601c
Octal21231560142245647014034
Binary100010101111011100110001010100101110100111000110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A036E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,3,110); }

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

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

 a { background-color: rgb(138,3,110); }

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

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

 span { border-color: rgb(138,3,110); }

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