#8B084F

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

Shades of Eggplant #8B084F

Tints of Eggplant #8B084F

Color information

#8B084F (or 0x8B084F) is unknown color: approx Eggplant. HEX triplet: 8B, 08 and 4F. RGB value is (139,8,79). Sum of RGB (Red+Green+Blue) = 139+8+79=226 (29% of max value = 765). Red value is 139 (54.69% from 255 or 61.50% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 79 (31.25% from 255 or 34.96% from 226); Max value from RGB is 139 - color contains mainly: red. Hex color #8B084F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B084F is #74F7B0. Grayscale: #373737. Windows color (decimal): -7665585 or 5179531. OLE color: 5179531.

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

Color convert

RGB139879-
CMYK00.940.430.45
HSL327.48º89.12%28.82%-
HSV(B)327.48º94.24%54.51%-
XYZ12.156.237.96-
YUV55.26141.4187.73-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 61.50%
GREEN value IS 8 (3.52% from 255) = 3.54%
BLUE value IS 79 (31.25% from 255) = 34.96%
R=61.50%
G=3.54%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13987900.940.430.45327.4889.1228.82
Hex8B84F05E2B2D147591d
Octal213101170136535550713135
Binary100010111000100111101011110101011101101101000111101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B084F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,8,79); }

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

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

 a { background-color: rgb(139,8,79); }

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

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

 span { border-color: rgb(139,8,79); }

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