#8B1259

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

Shades of Eggplant #8B1259

Tints of Eggplant #8B1259

Color information

#8B1259 (or 0x8B1259) is unknown color: approx Eggplant. HEX triplet: 8B, 12 and 59. RGB value is (139,18,89). Sum of RGB (Red+Green+Blue) = 139+18+89=246 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.50% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 89 (35.16% from 255 or 36.18% from 246); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1259 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1259 is #74EDA6. Grayscale: #3E3E3E. Windows color (decimal): -7663015 or 5837451. OLE color: 5837451.

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

Color convert

RGB1391889-
CMYK00.870.360.45
HSL324.79º77.07%30.78%-
HSV(B)324.79º87.05%54.51%-
XYZ12.676.6410.07-
YUV62.27143.09182.73-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 56.50%
GREEN value IS 18 (7.42% from 255) = 7.32%
BLUE value IS 89 (35.16% from 255) = 36.18%
R=56.50%
G=7.32%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139188900.870.360.45324.7977.0730.78
Hex8B1259057242D1454d1f
Octal213221310127445550511537
Binary1000101110010101100101010111100100101101101000101100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,18,89); }

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

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

 a { background-color: rgb(139,18,89); }

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

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

 span { border-color: rgb(139,18,89); }

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