#8F0160

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

Shades of Eggplant #8F0160

Tints of Eggplant #8F0160

Color information

#8F0160 (or 0x8F0160) is unknown color: approx Eggplant. HEX triplet: 8F, 01 and 60. RGB value is (143,1,96). Sum of RGB (Red+Green+Blue) = 143+1+96=240 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.58% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0160 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0160 is #70FE9F. Grayscale: #363636. Windows color (decimal): -7405216 or 6291855. OLE color: 6291855.

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

Color convert

RGB143196-
CMYK00.990.330.44
HSL319.86º98.61%28.24%-
HSV(B)319.86º99.3%56.08%-
XYZ13.456.7111.65-
YUV54.29151.54191.28-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 59.58%
GREEN value IS 1 (0.78% from 255) = 0.42%
BLUE value IS 96 (37.89% from 255) = 40%
R=59.58%
G=0.42%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14319600.990.330.44319.8698.6128.24
Hex8F160063212C140631c
Octal21711400143415450014334
Binary100011111110000001100011100001101100101000000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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