#8D0B58

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

Shades of Eggplant #8D0B58

Tints of Eggplant #8D0B58

Color information

#8D0B58 (or 0x8D0B58) is unknown color: approx Eggplant. HEX triplet: 8D, 0B and 58. RGB value is (141,11,88). Sum of RGB (Red+Green+Blue) = 141+11+88=240 (31% of max value = 765). Red value is 141 (55.47% from 255 or 58.75% from 240); Green value is 11 (4.69% from 255 or 4.58% from 240); Blue value is 88 (34.77% from 255 or 36.67% from 240); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0B58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0B58 is #72F4A7. Grayscale: #3A3A3A. Windows color (decimal): -7533736 or 5770125. OLE color: 5770125.

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

Color convert

RGB1411188-
CMYK00.920.380.45
HSL324.46º85.53%29.8%-
HSV(B)324.46º92.2%55.29%-
XYZ12.876.619.83-
YUV58.65144.57186.74-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 58.75%
GREEN value IS 11 (4.69% from 255) = 4.58%
BLUE value IS 88 (34.77% from 255) = 36.67%
R=58.75%
G=4.58%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141118800.920.380.45324.4685.5329.8
Hex8DB5805C262D144561e
Octal215131300134465550412636
Binary100011011011101100001011100100110101101101000100101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,11,88); }

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

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

 a { background-color: rgb(141,11,88); }

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

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

 span { border-color: rgb(141,11,88); }

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