#8B0A54

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

Shades of Eggplant #8B0A54

Tints of Eggplant #8B0A54

Color information

#8B0A54 (or 0x8B0A54) is unknown color: approx Eggplant. HEX triplet: 8B, 0A and 54. RGB value is (139,10,84). Sum of RGB (Red+Green+Blue) = 139+10+84=233 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.66% from 233); Green value is 10 (4.30% from 255 or 4.29% from 233); Blue value is 84 (33.20% from 255 or 36.05% from 233); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0A54 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0A54 is #74F5AB. Grayscale: #383838. Windows color (decimal): -7665068 or 5507723. OLE color: 5507723.

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

Color convert

RGB1391084-
CMYK00.930.400.45
HSL325.58º86.58%29.22%-
HSV(B)325.58º92.81%54.51%-
XYZ12.366.358.96-
YUV57.01143.24186.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 59.66%
GREEN value IS 10 (4.30% from 255) = 4.29%
BLUE value IS 84 (33.20% from 255) = 36.05%
R=59.66%
G=4.29%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139108400.930.400.45325.5886.5829.22
Hex8BA5405D282D146571d
Octal213121240135505550612735
Binary100010111010101010001011101101000101101101000110101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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