#8B0A5C

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

Shades of Eggplant #8B0A5C

Tints of Eggplant #8B0A5C

Color information

#8B0A5C (or 0x8B0A5C) is unknown color: approx Eggplant. HEX triplet: 8B, 0A and 5C. RGB value is (139,10,92). Sum of RGB (Red+Green+Blue) = 139+10+92=241 (31% of max value = 765). Red value is 139 (54.69% from 255 or 57.68% from 241); Green value is 10 (4.30% from 255 or 4.15% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0A5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0A5C is #74F5A3. Grayscale: #393939. Windows color (decimal): -7665060 or 6032011. OLE color: 6032011.

HSL color Cylindrical-coordinate representation of color #8B0A5C: hue angle of 321.86º 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 #8B0A5C is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB1391092-
CMYK00.930.340.45
HSL321.86º86.58%29.22%-
HSV(B)321.86º92.81%54.51%-
XYZ12.696.4810.71-
YUV57.92147.24185.83-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 57.68%
GREEN value IS 10 (4.30% from 255) = 4.15%
BLUE value IS 92 (36.33% from 255) = 38.17%
R=57.68%
G=4.15%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139109200.930.340.45321.8686.5829.22
Hex8BA5C05D222D142571d
Octal213121340135425550212735
Binary100010111010101110001011101100010101101101000010101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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