#8B0359

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

Shades of Eggplant #8B0359

Tints of Eggplant #8B0359

Color information

#8B0359 (or 0x8B0359) is unknown color: approx Eggplant. HEX triplet: 8B, 03 and 59. RGB value is (139,3,89). Sum of RGB (Red+Green+Blue) = 139+3+89=231 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.17% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 89 (35.16% from 255 or 38.53% from 231); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0359 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0359 is #74FCA6. Grayscale: #353535. Windows color (decimal): -7666855 or 5833611. OLE color: 5833611.

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

Color convert

RGB139389-
CMYK00.980.360.45
HSL322.06º95.77%27.84%-
HSV(B)322.06º97.84%54.51%-
XYZ12.486.2810-
YUV53.47148.06189.01-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 60.17%
GREEN value IS 3 (1.56% from 255) = 1.30%
BLUE value IS 89 (35.16% from 255) = 38.53%
R=60.17%
G=1.30%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13938900.980.360.45322.0695.7727.84
Hex8B359062242D142601c
Octal21331310142445550214034
Binary1000101111101100101100010100100101101101000010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,3,89); }

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

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

 a { background-color: rgb(139,3,89); }

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

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

 span { border-color: rgb(139,3,89); }

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