#8B0561

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

Shades of Eggplant #8B0561

Tints of Eggplant #8B0561

Color information

#8B0561 (or 0x8B0561) is unknown color: approx Eggplant. HEX triplet: 8B, 05 and 61. RGB value is (139,5,97). Sum of RGB (Red+Green+Blue) = 139+5+97=241 (31% of max value = 765). Red value is 139 (54.69% from 255 or 57.68% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 97 (38.28% from 255 or 40.25% from 241); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0561 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0561 is #74FA9E. Grayscale: #373737. Windows color (decimal): -7666335 or 6358411. OLE color: 6358411.

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

Color convert

RGB139597-
CMYK00.960.300.45
HSL318.81º93.06%28.24%-
HSV(B)318.81º96.4%54.51%-
XYZ12.866.4611.88-
YUV55.55151.39187.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 57.68%
GREEN value IS 5 (2.34% from 255) = 2.07%
BLUE value IS 97 (38.28% from 255) = 40.25%
R=57.68%
G=2.07%
B=40.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13959700.960.300.45318.8193.0628.24
Hex8B5610601E2D13f5d1c
Octal21351410140365547713534
Binary1000101110111000010110000011110101101100111111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,5,97); }

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

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

 a { background-color: rgb(139,5,97); }

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

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

 span { border-color: rgb(139,5,97); }

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