#8F1A64

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

Shades of Eggplant #8F1A64

Tints of Eggplant #8F1A64

Color information

#8F1A64 (or 0x8F1A64) is unknown color: approx Eggplant. HEX triplet: 8F, 1A and 64. RGB value is (143,26,100). Sum of RGB (Red+Green+Blue) = 143+26+100=269 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.16% from 269); Green value is 26 (10.55% from 255 or 9.67% from 269); Blue value is 100 (39.45% from 255 or 37.17% from 269); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1A64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F1A64 is #70E59B. Grayscale: #454545. Windows color (decimal): -7398812 or 6560399. OLE color: 6560399.

HSL color Cylindrical-coordinate representation of color #8F1A64: hue angle of 322.05º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8F1A64 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB14326100-
CMYK00.820.300.44
HSL322.05º69.23%33.14%-
HSV(B)322.05º81.82%56.08%-
XYZ147.512.77-
YUV69.42145.26180.48-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 53.16%
GREEN value IS 26 (10.55% from 255) = 9.67%
BLUE value IS 100 (39.45% from 255) = 37.17%
R=53.16%
G=9.67%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1432610000.820.300.44322.0569.2333.14
Hex8F1A640521E2C1424521
Octal217321440122365450210541
Binary1000111111010110010001010010111101011001010000101000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,26,100); }

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

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

 a { background-color: rgb(143,26,100); }

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

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

 span { border-color: rgb(143,26,100); }

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