#8D105A

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

Shades of Eggplant #8D105A

Tints of Eggplant #8D105A

Color information

#8D105A (or 0x8D105A) is unknown color: approx Eggplant. HEX triplet: 8D, 10 and 5A. RGB value is (141,16,90). Sum of RGB (Red+Green+Blue) = 141+16+90=247 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.09% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 90 (35.55% from 255 or 36.44% from 247); Max value from RGB is 141 - color contains mainly: red. Hex color #8D105A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D105A is #72EFA5. Grayscale: #3D3D3D. Windows color (decimal): -7532454 or 5902477. OLE color: 5902477.

HSL color Cylindrical-coordinate representation of color #8D105A: hue angle of 324.48º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D105A is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.45.

Color convert

RGB1411690-
CMYK00.890.360.45
HSL324.48º79.62%30.78%-
HSV(B)324.48º88.65%55.29%-
XYZ13.026.7710.29-
YUV61.81143.91184.48-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 57.09%
GREEN value IS 16 (6.64% from 255) = 6.48%
BLUE value IS 90 (35.55% from 255) = 36.44%
R=57.09%
G=6.48%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141169000.890.360.45324.4879.6230.78
Hex8D105A059242D144501f
Octal215201320131445550412037
Binary1000110110000101101001011001100100101101101000100101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D105A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,16,90); }

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

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

 a { background-color: rgb(141,16,90); }

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

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

 span { border-color: rgb(141,16,90); }

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