#8b0753

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

Shades of Eggplant #8B0753

Tints of Eggplant #8B0753

Color information

#8B0753 (or 0x8B0753) is unknown color: approx Eggplant. HEX triplet: 8B, 07 and 53. RGB value is (139,7,83). Sum of RGB (Red+Green+Blue) = 139+7+83=229 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.70% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 83 (32.81% from 255 or 36.24% from 229); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0753 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0753 is #74F8AC. Grayscale: #363636. Windows color (decimal): -7665837 or 5441419. OLE color: 5441419.

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

Color convert

RGB139783-
CMYK00.950.400.45
HSL325.45º90.41%28.63%-
HSV(B)325.45º94.96%54.51%-
XYZ12.286.278.75-
YUV55.13143.73187.82-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 60.70%
GREEN value IS 7 (3.12% from 255) = 3.06%
BLUE value IS 83 (32.81% from 255) = 36.24%
R=60.70%
G=3.06%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13978300.950.400.45325.4590.4128.63
Hex8B75305F282D1455a1d
Octal21371230137505550513235
Binary10001011111101001101011111101000101101101000101101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b0753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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