#8F1267

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

Shades of Eggplant #8F1267

Tints of Eggplant #8F1267

Color information

#8F1267 (or 0x8F1267) is unknown color: approx Eggplant. HEX triplet: 8F, 12 and 67. RGB value is (143,18,103). Sum of RGB (Red+Green+Blue) = 143+18+103=264 (34% of max value = 765). Red value is 143 (56.25% from 255 or 54.17% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 103 (40.62% from 255 or 39.02% from 264); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1267 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F1267 is #70ED98. Grayscale: #404040. Windows color (decimal): -7400857 or 6754959. OLE color: 6754959.

HSL color Cylindrical-coordinate representation of color #8F1267: hue angle of 319.2º 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 #8F1267 is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB14318103-
CMYK00.870.280.44
HSL319.2º77.64%31.57%-
HSV(B)319.2º87.41%56.08%-
XYZ13.997.2513.49-
YUV65.06149.41183.59-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 54.17%
GREEN value IS 18 (7.42% from 255) = 6.82%
BLUE value IS 103 (40.62% from 255) = 39.02%
R=54.17%
G=6.82%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431810300.870.280.44319.277.6431.57
Hex8F12670571C2C13f4e20
Octal217221470127345447711640
Binary1000111110010110011101010111111001011001001111111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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