#880B54

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

Shades of Eggplant #880B54

Tints of Eggplant #880B54

Color information

#880B54 (or 0x880B54) is unknown color: approx Eggplant. HEX triplet: 88, 0B and 54. RGB value is (136,11,84). Sum of RGB (Red+Green+Blue) = 136+11+84=231 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.87% from 231); Green value is 11 (4.69% from 255 or 4.76% from 231); Blue value is 84 (33.20% from 255 or 36.36% from 231); Max value from RGB is 136 - color contains mainly: red. Hex color #880B54 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880B54 is #77F4AB. Grayscale: #383838. Windows color (decimal): -7861420 or 5507976. OLE color: 5507976.

HSL color Cylindrical-coordinate representation of color #880B54: hue angle of 324.96º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #880B54 is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB1361184-
CMYK00.920.380.47
HSL324.96º85.03%28.82%-
HSV(B)324.96º91.91%53.33%-
XYZ11.876.118.94-
YUV56.7143.41184.56-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 58.87%
GREEN value IS 11 (4.69% from 255) = 4.76%
BLUE value IS 84 (33.20% from 255) = 36.36%
R=58.87%
G=4.76%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136118400.920.380.47324.9685.0328.82
Hex88B5405C262F145551d
Octal210131240134465750512535
Binary100010001011101010001011100100110101111101000101101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880B54; }

 p { color: rgb(136,11,84); }

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

<style>
 a { background-color: #880B54; }

 a { background-color: rgb(136,11,84); }

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

<style>
 span { border-color: #880B54; }

 span { border-color: rgb(136,11,84); }

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