#8f105d

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

Shades of Eggplant #8F105D

Tints of Eggplant #8F105D

Color information

#8F105D (or 0x8F105D) is unknown color: approx Eggplant. HEX triplet: 8F, 10 and 5D. RGB value is (143,16,93). Sum of RGB (Red+Green+Blue) = 143+16+93=252 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.75% from 252); Green value is 16 (6.64% from 255 or 6.35% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 143 - color contains mainly: red. Hex color #8F105D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F105D is #70EFA2. Grayscale: #3E3E3E. Windows color (decimal): -7401379 or 6099087. OLE color: 6099087.

HSL color Cylindrical-coordinate representation of color #8F105D: hue angle of 323.62º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8F105D is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB1431693-
CMYK00.890.350.44
HSL323.62º79.87%31.18%-
HSV(B)323.62º88.81%56.08%-
XYZ13.49711-
YUV62.75145.08185.24-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 56.75%
GREEN value IS 16 (6.64% from 255) = 6.35%
BLUE value IS 93 (36.72% from 255) = 36.90%
R=56.75%
G=6.35%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143169300.890.350.44323.6279.8731.18
Hex8F105D059232C144501f
Octal217201350131435450412037
Binary1000111110000101110101011001100011101100101000100101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f105d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,16,93); }

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

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

 a { background-color: rgb(143,16,93); }

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

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

 span { border-color: rgb(143,16,93); }

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