#8F125F

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

Shades of Eggplant #8F125F

Tints of Eggplant #8F125F

Color information

#8F125F (or 0x8F125F) is unknown color: approx Eggplant. HEX triplet: 8F, 12 and 5F. RGB value is (143,18,95). Sum of RGB (Red+Green+Blue) = 143+18+95=256 (33% of max value = 765). Red value is 143 (56.25% from 255 or 55.86% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 95 (37.5% from 255 or 37.11% from 256); Max value from RGB is 143 - color contains mainly: red. Hex color #8F125F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F125F is #70EDA0. Grayscale: #3F3F3F. Windows color (decimal): -7400865 or 6230671. OLE color: 6230671.

HSL color Cylindrical-coordinate representation of color #8F125F: hue angle of 323.04º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8F125F is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB1431895-
CMYK00.870.340.44
HSL323.04º77.64%31.57%-
HSV(B)323.04º87.41%56.08%-
XYZ13.617.111.48-
YUV64.15145.41184.24-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 55.86%
GREEN value IS 18 (7.42% from 255) = 7.03%
BLUE value IS 95 (37.5% from 255) = 37.11%
R=55.86%
G=7.03%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143189500.870.340.44323.0477.6431.57
Hex8F125F057222C1434e20
Octal217221370127425450311640
Binary10001111100101011111010101111000101011001010000111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F125F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,18,95); }

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

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

 a { background-color: rgb(143,18,95); }

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

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

 span { border-color: rgb(143,18,95); }

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