#8D015B

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

Shades of Eggplant #8D015B

Tints of Eggplant #8D015B

Color information

#8D015B (or 0x8D015B) is unknown color: approx Eggplant. HEX triplet: 8D, 01 and 5B. RGB value is (141,1,91). Sum of RGB (Red+Green+Blue) = 141+1+91=233 (30% of max value = 765). Red value is 141 (55.47% from 255 or 60.52% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 141 - color contains mainly: red. Hex color #8D015B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D015B is #72FEA4. Grayscale: #343434. Windows color (decimal): -7536293 or 5964173. OLE color: 5964173.

HSL color Cylindrical-coordinate representation of color #8D015B: hue angle of 321.43º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D015B is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB141191-
CMYK00.990.350.45
HSL321.43º98.59%27.84%-
HSV(B)321.43º99.29%55.29%-
XYZ12.886.4410.46-
YUV53.12149.38190.68-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 60.52%
GREEN value IS 1 (0.78% from 255) = 0.43%
BLUE value IS 91 (35.94% from 255) = 39.06%
R=60.52%
G=0.43%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14119100.990.350.45321.4398.5927.84
Hex8D15B063232D141631c
Octal21511330143435550114334
Binary100011011101101101100011100011101101101000001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D015B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,1,91); }

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

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

 a { background-color: rgb(141,1,91); }

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

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

 span { border-color: rgb(141,1,91); }

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