#8B125A

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

Shades of Eggplant #8B125A

Tints of Eggplant #8B125A

Color information

#8B125A (or 0x8B125A) is unknown color: approx Eggplant. HEX triplet: 8B, 12 and 5A. RGB value is (139,18,90). Sum of RGB (Red+Green+Blue) = 139+18+90=247 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.28% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 90 (35.55% from 255 or 36.44% from 247); Max value from RGB is 139 - color contains mainly: red. Hex color #8B125A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B125A is #74EDA5. Grayscale: #3E3E3E. Windows color (decimal): -7663014 or 5902987. OLE color: 5902987.

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

Color convert

RGB1391890-
CMYK00.870.350.45
HSL324.3º77.07%30.78%-
HSV(B)324.3º87.05%54.51%-
XYZ12.716.6610.29-
YUV62.39143.59182.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 56.28%
GREEN value IS 18 (7.42% from 255) = 7.29%
BLUE value IS 90 (35.55% from 255) = 36.44%
R=56.28%
G=7.29%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139189000.870.350.45324.377.0730.78
Hex8B125A057232D1444d1f
Octal213221320127435550411537
Binary1000101110010101101001010111100011101101101000100100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B125A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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