#8F0975

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

Shades of Eggplant #8F0975

Tints of Eggplant #8F0975

Color information

#8F0975 (or 0x8F0975) is unknown color: approx Eggplant. HEX triplet: 8F, 09 and 75. RGB value is (143,9,117). Sum of RGB (Red+Green+Blue) = 143+9+117=269 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.16% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 117 (46.09% from 255 or 43.49% from 269); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0975 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0975 is #70F68A. Grayscale: #3D3D3D. Windows color (decimal): -7403147 or 7670159. OLE color: 7670159.

HSL color Cylindrical-coordinate representation of color #8F0975: hue angle of 311.64º 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 #8F0975 is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB1439117-
CMYK00.940.180.44
HSL311.64º88.16%29.8%-
HSV(B)311.64º93.71%56.08%-
XYZ14.647.3217.47-
YUV61.38159.39186.22-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 53.16%
GREEN value IS 9 (3.91% from 255) = 3.35%
BLUE value IS 117 (46.09% from 255) = 43.49%
R=53.16%
G=3.35%
B=43.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143911700.940.180.44311.6488.1629.8
Hex8F97505E122C138581e
Octal217111650136225447013036
Binary10001111100111101010101111010010101100100111000101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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