#880154

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

Shades of Eggplant #880154

Tints of Eggplant #880154

Color information

#880154 (or 0x880154) is unknown color: approx Eggplant. HEX triplet: 88, 01 and 54. RGB value is (136,1,84). Sum of RGB (Red+Green+Blue) = 136+1+84=221 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.54% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 84 (33.20% from 255 or 38.01% from 221); Max value from RGB is 136 - color contains mainly: red. Hex color #880154 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880154 is #77FEAB. Grayscale: #323232. Windows color (decimal): -7863980 or 5505416. OLE color: 5505416.

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

Color convert

RGB136184-
CMYK00.990.380.47
HSL323.11º98.54%26.86%-
HSV(B)323.11º99.26%53.33%-
XYZ11.765.98.91-
YUV50.83146.73188.75-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 61.54%
GREEN value IS 1 (0.78% from 255) = 0.45%
BLUE value IS 84 (33.20% from 255) = 38.01%
R=61.54%
G=0.45%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13618400.990.380.47323.1198.5426.86
Hex88154063262F143631b
Octal21011240143465750314333
Binary100010001101010001100011100110101111101000011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880154; }

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

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

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

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

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

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

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

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