#8B0752

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

Shades of Eggplant #8B0752

Tints of Eggplant #8B0752

Color information

#8B0752 (or 0x8B0752) is unknown color: approx Eggplant. HEX triplet: 8B, 07 and 52. RGB value is (139,7,82). Sum of RGB (Red+Green+Blue) = 139+7+82=228 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.96% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0752 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0752 is #74F8AD. Grayscale: #363636. Windows color (decimal): -7665838 or 5375883. OLE color: 5375883.

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

Color convert

RGB139782-
CMYK00.950.410.45
HSL325.91º90.41%28.63%-
HSV(B)325.91º94.96%54.51%-
XYZ12.256.258.54-
YUV55.02143.23187.9-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 60.96%
GREEN value IS 7 (3.12% from 255) = 3.07%
BLUE value IS 82 (32.42% from 255) = 35.96%
R=60.96%
G=3.07%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13978200.950.410.45325.9190.4128.63
Hex8B75205F292D1465a1d
Octal21371220137515550613235
Binary10001011111101001001011111101001101101101000110101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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