#8B0750

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

Shades of Eggplant #8B0750

Tints of Eggplant #8B0750

Color information

#8B0750 (or 0x8B0750) is unknown color: approx Eggplant. HEX triplet: 8B, 07 and 50. RGB value is (139,7,80). Sum of RGB (Red+Green+Blue) = 139+7+80=226 (29% of max value = 765). Red value is 139 (54.69% from 255 or 61.50% from 226); Green value is 7 (3.12% from 255 or 3.10% from 226); Blue value is 80 (31.64% from 255 or 35.40% from 226); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0750 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0750 is #74F8AF. Grayscale: #363636. Windows color (decimal): -7665840 or 5244811. OLE color: 5244811.

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

Color convert

RGB139780-
CMYK00.950.420.45
HSL326.82º90.41%28.63%-
HSV(B)326.82º94.96%54.51%-
XYZ12.176.228.15-
YUV54.79142.23188.06-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 61.50%
GREEN value IS 7 (3.12% from 255) = 3.10%
BLUE value IS 80 (31.64% from 255) = 35.40%
R=61.50%
G=3.10%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13978000.950.420.45326.8290.4128.63
Hex8B75005F2A2D1475a1d
Octal21371200137525550713235
Binary10001011111101000001011111101010101101101000111101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,7,80); }

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

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

 a { background-color: rgb(139,7,80); }

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

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

 span { border-color: rgb(139,7,80); }

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