#8B0171

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

Shades of Eggplant #8B0171

Tints of Eggplant #8B0171

Color information

#8B0171 (or 0x8B0171) is unknown color: approx Eggplant. HEX triplet: 8B, 01 and 71. RGB value is (139,1,113). Sum of RGB (Red+Green+Blue) = 139+1+113=253 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.94% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 113 (44.53% from 255 or 44.66% from 253); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0171 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0171 is #74FE8E. Grayscale: #363636. Windows color (decimal): -7667343 or 7405963. OLE color: 7405963.

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

Color convert

RGB1391113-
CMYK00.990.190.45
HSL311.3º98.57%27.45%-
HSV(B)311.3º99.28%54.51%-
XYZ13.646.716.2-
YUV55.03160.72187.89-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 54.94%
GREEN value IS 1 (0.78% from 255) = 0.40%
BLUE value IS 113 (44.53% from 255) = 44.66%
R=54.94%
G=0.40%
B=44.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139111300.990.190.45311.398.5727.45
Hex8B171063132D137631b
Octal21311610143235546714333
Binary10001011111100010110001110011101101100110111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,1,113); }

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

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

 a { background-color: rgb(139,1,113); }

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

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

 span { border-color: rgb(139,1,113); }

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