#8F0760

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

Shades of Eggplant #8F0760

Tints of Eggplant #8F0760

Color information

#8F0760 (or 0x8F0760) is unknown color: approx Eggplant. HEX triplet: 8F, 07 and 60. RGB value is (143,7,96). Sum of RGB (Red+Green+Blue) = 143+7+96=246 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.13% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 96 (37.89% from 255 or 39.02% from 246); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0760 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0760 is #70F89F. Grayscale: #393939. Windows color (decimal): -7403680 or 6293391. OLE color: 6293391.

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

Color convert

RGB143796-
CMYK00.950.330.44
HSL320.74º90.67%29.41%-
HSV(B)320.74º95.1%56.08%-
XYZ13.516.8411.67-
YUV57.81149.56188.76-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 58.13%
GREEN value IS 7 (3.12% from 255) = 2.85%
BLUE value IS 96 (37.89% from 255) = 39.02%
R=58.13%
G=2.85%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14379600.950.330.44320.7490.6729.41
Hex8F76005F212C1415b1d
Octal21771400137415450113335
Binary10001111111110000001011111100001101100101000001101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,7,96); }

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

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

 a { background-color: rgb(143,7,96); }

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

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

 span { border-color: rgb(143,7,96); }

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