#8F004F

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

Shades of Eggplant #8F004F

Tints of Eggplant #8F004F

Color information

#8F004F (or 0x8F004F) is unknown color: approx Eggplant. HEX triplet: 8F, 00 and 4F. RGB value is (143,0,79). Sum of RGB (Red+Green+Blue) = 143+0+79=222 (29% of max value = 765). Red value is 143 (56.25% from 255 or 64.41% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 79 (31.25% from 255 or 35.59% from 222); Max value from RGB is 143 - color contains mainly: red. Hex color #8F004F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F004F is #70FFB0. Grayscale: #333333. Windows color (decimal): -7405489 or 5177487. OLE color: 5177487.

HSL color Cylindrical-coordinate representation of color #8F004F: hue angle of 326.85º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8F004F is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.44.

Color convert

RGB143079-
CMYK010.450.44
HSL326.85º100%28.04%-
HSV(B)326.85º100%56.08%-
XYZ12.746.47.96-
YUV51.76143.38193.08-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 64.41%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 79 (31.25% from 255) = 35.59%
R=64.41%
G=0%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143079010.450.44326.8510028.04
Hex8F04F0642D2C147641c
Octal21701170144555450714434
Binary100011110100111101100100101101101100101000111110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F004F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,0,79); }

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

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

 a { background-color: rgb(143,0,79); }

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

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

 span { border-color: rgb(143,0,79); }

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