#8A036F

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

Shades of Eggplant #8A036F

Tints of Eggplant #8A036F

Color information

#8A036F (or 0x8A036F) is unknown color: approx Eggplant. HEX triplet: 8A, 03 and 6F. RGB value is (138,3,111). Sum of RGB (Red+Green+Blue) = 138+3+111=252 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.76% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 111 (43.75% from 255 or 44.05% from 252); Max value from RGB is 138 - color contains mainly: red. Hex color #8A036F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A036F is #75FC90. Grayscale: #373737. Windows color (decimal): -7732369 or 7275402. OLE color: 7275402.

HSL color Cylindrical-coordinate representation of color #8A036F: hue angle of 312º 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 #8A036F is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB1383111-
CMYK00.980.200.46
HSL312º95.74%27.65%-
HSV(B)312º97.83%54.12%-
XYZ13.386.6215.61-
YUV55.68159.23186.72-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 54.76%
GREEN value IS 3 (1.56% from 255) = 1.19%
BLUE value IS 111 (43.75% from 255) = 44.05%
R=54.76%
G=1.19%
B=44.05%

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
Decimal138311100.980.200.4631295.7427.65
Hex8A36F062142E138601c
Octal21231570142245647014034
Binary100010101111011110110001010100101110100111000110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A036F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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