#8F025C

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

Shades of Eggplant #8F025C

Tints of Eggplant #8F025C

Color information

#8F025C (or 0x8F025C) is unknown color: approx Eggplant. HEX triplet: 8F, 02 and 5C. RGB value is (143,2,92). Sum of RGB (Red+Green+Blue) = 143+2+92=237 (31% of max value = 765). Red value is 143 (56.25% from 255 or 60.34% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 92 (36.33% from 255 or 38.82% from 237); Max value from RGB is 143 - color contains mainly: red. Hex color #8F025C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F025C is #70FDA3. Grayscale: #363636. Windows color (decimal): -7404964 or 6029967. OLE color: 6029967.

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

Color convert

RGB143292-
CMYK00.990.360.44
HSL321.7º97.24%28.43%-
HSV(B)321.7º98.6%56.08%-
XYZ13.286.6610.71-
YUV54.42149.21191.18-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 60.34%
GREEN value IS 2 (1.17% from 255) = 0.84%
BLUE value IS 92 (36.33% from 255) = 38.82%
R=60.34%
G=0.84%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14329200.990.360.44321.797.2428.43
Hex8F25C063242C142611c
Octal21721340143445450214134
Binary1000111110101110001100011100100101100101000010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F025C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,2,92); }

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

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

 a { background-color: rgb(143,2,92); }

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

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

 span { border-color: rgb(143,2,92); }

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