#8D145F

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

Shades of Eggplant #8D145F

Tints of Eggplant #8D145F

Color information

#8D145F (or 0x8D145F) is unknown color: approx Eggplant. HEX triplet: 8D, 14 and 5F. RGB value is (141,20,95). Sum of RGB (Red+Green+Blue) = 141+20+95=256 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.08% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 95 (37.5% from 255 or 37.11% from 256); Max value from RGB is 141 - color contains mainly: red. Hex color #8D145F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D145F is #72EBA0. Grayscale: #404040. Windows color (decimal): -7531425 or 6231181. OLE color: 6231181.

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

Color convert

RGB1412095-
CMYK00.860.330.45
HSL322.81º75.16%31.57%-
HSV(B)322.81º85.82%55.29%-
XYZ13.36.9911.47-
YUV64.73145.09182.4-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 55.08%
GREEN value IS 20 (8.20% from 255) = 7.81%
BLUE value IS 95 (37.5% from 255) = 37.11%
R=55.08%
G=7.81%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141209500.860.330.45322.8175.1631.57
Hex8D145F056212D1434b20
Octal215241370126415550311340
Binary10001101101001011111010101101000011011011010000111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D145F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,20,95); }

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

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

 a { background-color: rgb(141,20,95); }

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

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

 span { border-color: rgb(141,20,95); }

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