#8D0958

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

Shades of Eggplant #8D0958

Tints of Eggplant #8D0958

Color information

#8D0958 (or 0x8D0958) is unknown color: approx Eggplant. HEX triplet: 8D, 09 and 58. RGB value is (141,9,88). Sum of RGB (Red+Green+Blue) = 141+9+88=238 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.24% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 88 (34.77% from 255 or 36.97% from 238); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0958 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0958 is #72F6A7. Grayscale: #393939. Windows color (decimal): -7534248 or 5769613. OLE color: 5769613.

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

Color convert

RGB141988-
CMYK00.940.380.45
HSL324.09º88%29.41%-
HSV(B)324.09º93.62%55.29%-
XYZ12.846.569.82-
YUV57.47145.23187.58-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 59.24%
GREEN value IS 9 (3.91% from 255) = 3.78%
BLUE value IS 88 (34.77% from 255) = 36.97%
R=59.24%
G=3.78%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14198800.940.380.45324.098829.41
Hex8D95805E262D144581d
Octal215111300136465550413035
Binary100011011001101100001011110100110101101101000100101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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