#8B0672

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

Shades of Eggplant #8B0672

Tints of Eggplant #8B0672

Color information

#8B0672 (or 0x8B0672) is unknown color: approx Eggplant. HEX triplet: 8B, 06 and 72. RGB value is (139,6,114). Sum of RGB (Red+Green+Blue) = 139+6+114=259 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.67% from 259); Green value is 6 (2.73% from 255 or 2.32% from 259); Blue value is 114 (44.92% from 255 or 44.02% from 259); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0672 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0672 is #74F98D. Grayscale: #393939. Windows color (decimal): -7666062 or 7472779. OLE color: 7472779.

HSL color Cylindrical-coordinate representation of color #8B0672: hue angle of 311.28º degrees, saturation: 0.92, 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 #8B0672 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB1396114-
CMYK00.960.180.45
HSL311.28º91.72%28.43%-
HSV(B)311.28º95.68%54.51%-
XYZ13.756.8316.51-
YUV58.08159.56185.72-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 53.67%
GREEN value IS 6 (2.73% from 255) = 2.32%
BLUE value IS 114 (44.92% from 255) = 44.02%
R=53.67%
G=2.32%
B=44.02%

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
Decimal139611400.960.180.45311.2891.7228.43
Hex8B672060122D1375c1c
Octal21361620140225546713434
Binary1000101111011100100110000010010101101100110111101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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