#8F0670

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

Shades of Eggplant #8F0670

Tints of Eggplant #8F0670

Color information

#8F0670 (or 0x8F0670) is unknown color: approx Eggplant. HEX triplet: 8F, 06 and 70. RGB value is (143,6,112). Sum of RGB (Red+Green+Blue) = 143+6+112=261 (34% of max value = 765). Red value is 143 (56.25% from 255 or 54.79% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0670 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0670 is #70F98F. Grayscale: #3A3A3A. Windows color (decimal): -7403920 or 7341711. OLE color: 7341711.

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

Color convert

RGB1436112-
CMYK00.960.220.44
HSL313.58º91.95%29.22%-
HSV(B)313.58º95.8%56.08%-
XYZ14.327.1415.95-
YUV59.05157.89187.88-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 54.79%
GREEN value IS 6 (2.73% from 255) = 2.30%
BLUE value IS 112 (44.14% from 255) = 42.91%
R=54.79%
G=2.30%
B=42.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143611200.960.220.44313.5891.9529.22
Hex8F670060162C13a5c1d
Octal21761600140265447213435
Binary1000111111011100000110000010110101100100111010101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,6,112); }

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

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

 a { background-color: rgb(143,6,112); }

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

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

 span { border-color: rgb(143,6,112); }

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