#8F055F

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

Shades of Eggplant #8F055F

Tints of Eggplant #8F055F

Color information

#8F055F (or 0x8F055F) is unknown color: approx Eggplant. HEX triplet: 8F, 05 and 5F. RGB value is (143,5,95). Sum of RGB (Red+Green+Blue) = 143+5+95=243 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.85% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 95 (37.5% from 255 or 39.09% from 243); Max value from RGB is 143 - color contains mainly: red. Hex color #8F055F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F055F is #70FAA0. Grayscale: #383838. Windows color (decimal): -7404193 or 6227343. OLE color: 6227343.

HSL color Cylindrical-coordinate representation of color #8F055F: hue angle of 320.87º degrees, saturation: 0.93, 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 #8F055F is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB143595-
CMYK00.970.340.44
HSL320.87º93.24%29.02%-
HSV(B)320.87º96.5%56.08%-
XYZ13.456.7711.43-
YUV56.52149.72189.68-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 58.85%
GREEN value IS 5 (2.34% from 255) = 2.06%
BLUE value IS 95 (37.5% from 255) = 39.09%
R=58.85%
G=2.06%
B=39.09%

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
Decimal14359500.970.340.44320.8793.2429.02
Hex8F55F061222C1415d1d
Octal21751370141425450113535
Binary10001111101101111101100001100010101100101000001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F055F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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