#8F096C

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

Shades of Eggplant #8F096C

Tints of Eggplant #8F096C

Color information

#8F096C (or 0x8F096C) is unknown color: approx Eggplant. HEX triplet: 8F, 09 and 6C. RGB value is (143,9,108). Sum of RGB (Red+Green+Blue) = 143+9+108=260 (34% of max value = 765). Red value is 143 (56.25% from 255 or 55% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 143 - color contains mainly: red. Hex color #8F096C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F096C is #70F693. Grayscale: #3C3C3C. Windows color (decimal): -7403156 or 7080335. OLE color: 7080335.

HSL color Cylindrical-coordinate representation of color #8F096C: hue angle of 315.67º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F096C is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB1439108-
CMYK00.940.240.44
HSL315.67º88.16%29.8%-
HSV(B)315.67º93.71%56.08%-
XYZ14.137.1214.82-
YUV60.35154.89186.95-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 55%
GREEN value IS 9 (3.91% from 255) = 3.46%
BLUE value IS 108 (42.58% from 255) = 41.54%
R=55%
G=3.46%
B=41.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143910800.940.240.44315.6788.1629.8
Hex8F96C05E182C13c581e
Octal217111540136305447413036
Binary10001111100111011000101111011000101100100111100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F096C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,9,108); }

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

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

 a { background-color: rgb(143,9,108); }

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

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

 span { border-color: rgb(143,9,108); }

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