#8B0D54

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

Shades of Eggplant #8B0D54

Tints of Eggplant #8B0D54

Color information

#8B0D54 (or 0x8B0D54) is unknown color: approx Eggplant. HEX triplet: 8B, 0D and 54. RGB value is (139,13,84). Sum of RGB (Red+Green+Blue) = 139+13+84=236 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.90% from 236); Green value is 13 (5.47% from 255 or 5.51% from 236); Blue value is 84 (33.20% from 255 or 35.59% from 236); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0D54 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0D54 is #74F2AB. Grayscale: #3A3A3A. Windows color (decimal): -7664300 or 5508491. OLE color: 5508491.

HSL color Cylindrical-coordinate representation of color #8B0D54: hue angle of 326.19º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B0D54 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB1391384-
CMYK00.910.400.45
HSL326.19º82.89%29.8%-
HSV(B)326.19º90.65%54.51%-
XYZ12.396.428.97-
YUV58.77142.24185.23-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 58.90%
GREEN value IS 13 (5.47% from 255) = 5.51%
BLUE value IS 84 (33.20% from 255) = 35.59%
R=58.90%
G=5.51%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139138400.910.400.45326.1982.8929.8
Hex8BD5405B282D146531e
Octal213151240133505550612336
Binary100010111101101010001011011101000101101101000110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,13,84); }

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

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

 a { background-color: rgb(139,13,84); }

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

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

 span { border-color: rgb(139,13,84); }

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