#8F006D

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

Shades of Eggplant #8F006D

Tints of Eggplant #8F006D

Color information

#8F006D (or 0x8F006D) is unknown color: approx Eggplant. HEX triplet: 8F, 00 and 6D. RGB value is (143,0,109). Sum of RGB (Red+Green+Blue) = 143+0+109=252 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.75% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 109 (42.97% from 255 or 43.25% from 252); Max value from RGB is 143 - color contains mainly: red. Hex color #8F006D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F006D is #70FF92. Grayscale: #363636. Windows color (decimal): -7405459 or 7143567. OLE color: 7143567.

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

Color convert

RGB1430109-
CMYK010.240.44
HSL314.27º100%28.04%-
HSV(B)314.27º100%56.08%-
XYZ14.096.9415.07-
YUV55.18158.38190.64-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 56.75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 109 (42.97% from 255) = 43.25%
R=56.75%
G=0%
B=43.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1430109010.240.44314.2710028.04
Hex8F06D064182C13a641c
Octal21701550144305447214434
Binary10001111011011010110010011000101100100111010110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F006D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,0,109); }

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

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

 a { background-color: rgb(143,0,109); }

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

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

 span { border-color: rgb(143,0,109); }

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