#8B0572

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

Shades of Eggplant #8B0572

Tints of Eggplant #8B0572

Color information

#8B0572 (or 0x8B0572) is unknown color: approx Eggplant. HEX triplet: 8B, 05 and 72. RGB value is (139,5,114). Sum of RGB (Red+Green+Blue) = 139+5+114=258 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.88% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 114 (44.92% from 255 or 44.19% from 258); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0572 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0572 is #74FA8D. Grayscale: #393939. Windows color (decimal): -7666318 or 7472523. OLE color: 7472523.

HSL color Cylindrical-coordinate representation of color #8B0572: hue angle of 311.19º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B0572 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB1395114-
CMYK00.960.180.45
HSL311.19º93.06%28.24%-
HSV(B)311.19º96.4%54.51%-
XYZ13.746.8116.51-
YUV57.49159.89186.14-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 53.88%
GREEN value IS 5 (2.34% from 255) = 1.94%
BLUE value IS 114 (44.92% from 255) = 44.19%
R=53.88%
G=1.94%
B=44.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139511400.960.180.45311.1993.0628.24
Hex8B572060122D1375d1c
Octal21351620140225546713534
Binary1000101110111100100110000010010101101100110111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,5,114); }

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

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

 a { background-color: rgb(139,5,114); }

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

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

 span { border-color: rgb(139,5,114); }

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