#8F0F6E

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

Shades of Eggplant #8F0F6E

Tints of Eggplant #8F0F6E

Color information

#8F0F6E (or 0x8F0F6E) is unknown color: approx Eggplant. HEX triplet: 8F, 0F and 6E. RGB value is (143,15,110). Sum of RGB (Red+Green+Blue) = 143+15+110=268 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.36% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 110 (43.36% from 255 or 41.04% from 268); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0F6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0F6E is #70F091. Grayscale: #3F3F3F. Windows color (decimal): -7401618 or 7212943. OLE color: 7212943.

HSL color Cylindrical-coordinate representation of color #8F0F6E: hue angle of 315.47º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F0F6E is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB14315110-
CMYK00.900.230.44
HSL315.47º81.01%30.98%-
HSV(B)315.47º89.51%56.08%-
XYZ14.317.3115.41-
YUV64.1153.91184.28-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 53.36%
GREEN value IS 15 (6.25% from 255) = 5.60%
BLUE value IS 110 (43.36% from 255) = 41.04%
R=53.36%
G=5.60%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431511000.900.230.44315.4781.0130.98
Hex8FF6E05A172C13b511f
Octal217171560132275447312137
Binary10001111111111011100101101010111101100100111011101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,15,110); }

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

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

 a { background-color: rgb(143,15,110); }

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

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

 span { border-color: rgb(143,15,110); }

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