#8B014F

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

Shades of Eggplant #8B014F

Tints of Eggplant #8B014F

Color information

#8B014F (or 0x8B014F) is unknown color: approx Eggplant. HEX triplet: 8B, 01 and 4F. RGB value is (139,1,79). Sum of RGB (Red+Green+Blue) = 139+1+79=219 (29% of max value = 765). Red value is 139 (54.69% from 255 or 63.47% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 79 (31.25% from 255 or 36.07% from 219); Max value from RGB is 139 - color contains mainly: red. Hex color #8B014F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B014F is #74FEB0. Grayscale: #323232. Windows color (decimal): -7667377 or 5177739. OLE color: 5177739.

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

Color convert

RGB139179-
CMYK00.990.430.45
HSL326.09º98.57%27.45%-
HSV(B)326.09º99.28%54.51%-
XYZ12.076.087.93-
YUV51.15143.72190.66-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 63.47%
GREEN value IS 1 (0.78% from 255) = 0.46%
BLUE value IS 79 (31.25% from 255) = 36.07%
R=63.47%
G=0.46%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13917900.990.430.45326.0998.5727.45
Hex8B14F0632B2D146631b
Octal21311170143535550614333
Binary100010111100111101100011101011101101101000110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B014F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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