#8D0D69

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

Shades of Eggplant #8D0D69

Tints of Eggplant #8D0D69

Color information

#8D0D69 (or 0x8D0D69) is unknown color: approx Eggplant. HEX triplet: 8D, 0D and 69. RGB value is (141,13,105). Sum of RGB (Red+Green+Blue) = 141+13+105=259 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.44% from 259); Green value is 13 (5.47% from 255 or 5.02% from 259); Blue value is 105 (41.41% from 255 or 40.54% from 259); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0D69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0D69 is #72F296. Grayscale: #3D3D3D. Windows color (decimal): -7533207 or 6884749. OLE color: 6884749.

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

Color convert

RGB14113105-
CMYK00.910.260.45
HSL316.88º83.12%30.2%-
HSV(B)316.88º90.78%55.29%-
XYZ13.686.9713.99-
YUV61.76152.41184.52-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 54.44%
GREEN value IS 13 (5.47% from 255) = 5.02%
BLUE value IS 105 (41.41% from 255) = 40.54%
R=54.44%
G=5.02%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411310500.910.260.45316.8883.1230.2
Hex8DD6905B1A2D13d531e
Octal215151510133325547512336
Binary10001101110111010010101101111010101101100111101101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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