#8B0249

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

Shades of Eggplant #8B0249

Tints of Eggplant #8B0249

Color information

#8B0249 (or 0x8B0249) is unknown color: approx Eggplant. HEX triplet: 8B, 02 and 49. RGB value is (139,2,73). Sum of RGB (Red+Green+Blue) = 139+2+73=214 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.95% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 73 (28.91% from 255 or 34.11% from 214); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0249 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0249 is #74FDB6. Grayscale: #323232. Windows color (decimal): -7667127 or 4784779. OLE color: 4784779.

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

Color convert

RGB139273-
CMYK00.990.470.45
HSL328.91º97.16%27.65%-
HSV(B)328.91º98.56%54.51%-
XYZ11.876.016.84-
YUV51.06140.39190.73-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 64.95%
GREEN value IS 2 (1.17% from 255) = 0.93%
BLUE value IS 73 (28.91% from 255) = 34.11%
R=64.95%
G=0.93%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13927300.990.470.45328.9197.1627.65
Hex8B2490632F2D149611c
Octal21321110143575551114134
Binary1000101110100100101100011101111101101101001001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,2,73); }

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

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

 a { background-color: rgb(139,2,73); }

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

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

 span { border-color: rgb(139,2,73); }

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