#8F045F

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

Shades of Eggplant #8F045F

Tints of Eggplant #8F045F

Color information

#8F045F (or 0x8F045F) is unknown color: approx Eggplant. HEX triplet: 8F, 04 and 5F. RGB value is (143,4,95). Sum of RGB (Red+Green+Blue) = 143+4+95=242 (32% of max value = 765). Red value is 143 (56.25% from 255 or 59.09% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 143 - color contains mainly: red. Hex color #8F045F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F045F is #70FBA0. Grayscale: #373737. Windows color (decimal): -7404449 or 6227087. OLE color: 6227087.

HSL color Cylindrical-coordinate representation of color #8F045F: hue angle of 320.72º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F045F is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB143495-
CMYK00.970.340.44
HSL320.72º94.56%28.82%-
HSV(B)320.72º97.2%56.08%-
XYZ13.446.7511.42-
YUV55.93150.05190.1-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 59.09%
GREEN value IS 4 (1.95% from 255) = 1.65%
BLUE value IS 95 (37.5% from 255) = 39.26%
R=59.09%
G=1.65%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14349500.970.340.44320.7294.5628.82
Hex8F45F061222C1415f1d
Octal21741370141425450113735
Binary10001111100101111101100001100010101100101000001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F045F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,4,95); }

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

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

 a { background-color: rgb(143,4,95); }

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

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

 span { border-color: rgb(143,4,95); }

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