#8D095E

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

Shades of Eggplant #8D095E

Tints of Eggplant #8D095E

Color information

#8D095E (or 0x8D095E) is unknown color: approx Eggplant. HEX triplet: 8D, 09 and 5E. RGB value is (141,9,94). Sum of RGB (Red+Green+Blue) = 141+9+94=244 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.79% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 94 (37.11% from 255 or 38.52% from 244); Max value from RGB is 141 - color contains mainly: red. Hex color #8D095E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D095E is #72F6A1. Grayscale: #393939. Windows color (decimal): -7534242 or 6162829. OLE color: 6162829.

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

Color convert

RGB141994-
CMYK00.940.330.45
HSL321.36º88%29.41%-
HSV(B)321.36º93.62%55.29%-
XYZ13.16.6711.19-
YUV58.16148.23187.09-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 57.79%
GREEN value IS 9 (3.91% from 255) = 3.69%
BLUE value IS 94 (37.11% from 255) = 38.52%
R=57.79%
G=3.69%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14199400.940.330.45321.368829.41
Hex8D95E05E212D141581d
Octal215111360136415550113035
Binary100011011001101111001011110100001101101101000001101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D095E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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