#8B0855

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

Shades of Eggplant #8B0855

Tints of Eggplant #8B0855

Color information

#8B0855 (or 0x8B0855) is unknown color: approx Eggplant. HEX triplet: 8B, 08 and 55. RGB value is (139,8,85). Sum of RGB (Red+Green+Blue) = 139+8+85=232 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.91% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0855 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0855 is #74F7AA. Grayscale: #373737. Windows color (decimal): -7665579 or 5572747. OLE color: 5572747.

HSL color Cylindrical-coordinate representation of color #8B0855: hue angle of 324.73º 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 #8B0855 is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.45.

Color convert

RGB139885-
CMYK00.940.390.45
HSL324.73º89.12%28.82%-
HSV(B)324.73º94.24%54.51%-
XYZ12.376.329.16-
YUV55.95144.4187.24-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 59.91%
GREEN value IS 8 (3.52% from 255) = 3.45%
BLUE value IS 85 (33.59% from 255) = 36.64%
R=59.91%
G=3.45%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.39
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13988500.940.390.45324.7389.1228.82
Hex8B85505E272D145591d
Octal213101250136475550513135
Binary100010111000101010101011110100111101101101000101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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