#8D0D66

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

Shades of Eggplant #8D0D66

Tints of Eggplant #8D0D66

Color information

#8D0D66 (or 0x8D0D66) is unknown color: approx Eggplant. HEX triplet: 8D, 0D and 66. RGB value is (141,13,102). Sum of RGB (Red+Green+Blue) = 141+13+102=256 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.08% from 256); Green value is 13 (5.47% from 255 or 5.08% from 256); Blue value is 102 (40.23% from 255 or 39.84% from 256); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0D66 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0D66 is #72F299. Grayscale: #3D3D3D. Windows color (decimal): -7533210 or 6688141. OLE color: 6688141.

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

Color convert

RGB14113102-
CMYK00.910.280.45
HSL318.28º83.12%30.2%-
HSV(B)318.28º90.78%55.29%-
XYZ13.536.9113.19-
YUV61.42150.91184.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 55.08%
GREEN value IS 13 (5.47% from 255) = 5.08%
BLUE value IS 102 (40.23% from 255) = 39.84%
R=55.08%
G=5.08%
B=39.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411310200.910.280.45318.2883.1230.2
Hex8DD6605B1C2D13e531e
Octal215151460133345547612336
Binary10001101110111001100101101111100101101100111110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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