#8D0F69

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

Shades of Eggplant #8D0F69

Tints of Eggplant #8D0F69

Color information

#8D0F69 (or 0x8D0F69) is unknown color: approx Eggplant. HEX triplet: 8D, 0F and 69. RGB value is (141,15,105). Sum of RGB (Red+Green+Blue) = 141+15+105=261 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.02% from 261); Green value is 15 (6.25% from 255 or 5.75% from 261); Blue value is 105 (41.41% from 255 or 40.23% from 261); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0F69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0F69 is #72F096. Grayscale: #3E3E3E. Windows color (decimal): -7532695 or 6885261. OLE color: 6885261.

HSL color Cylindrical-coordinate representation of color #8D0F69: hue angle of 317.14º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D0F69 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB14115105-
CMYK00.890.260.45
HSL317.14º80.77%30.59%-
HSV(B)317.14º89.36%55.29%-
XYZ13.717.0214-
YUV62.93151.74183.68-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 54.02%
GREEN value IS 15 (6.25% from 255) = 5.75%
BLUE value IS 105 (41.41% from 255) = 40.23%
R=54.02%
G=5.75%
B=40.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411510500.890.260.45317.1480.7730.59
Hex8DF690591A2D13d511f
Octal215171510131325547512137
Binary10001101111111010010101100111010101101100111101101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,15,105); }

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

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

 a { background-color: rgb(141,15,105); }

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

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

 span { border-color: rgb(141,15,105); }

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