#880852

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

Shades of Eggplant #880852

Tints of Eggplant #880852

Color information

#880852 (or 0x880852) is unknown color: approx Eggplant. HEX triplet: 88, 08 and 52. RGB value is (136,8,82). Sum of RGB (Red+Green+Blue) = 136+8+82=226 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.18% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 82 (32.42% from 255 or 36.28% from 226); Max value from RGB is 136 - color contains mainly: red. Hex color #880852 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880852 is #77F7AD. Grayscale: #363636. Windows color (decimal): -7862190 or 5376136. OLE color: 5376136.

HSL color Cylindrical-coordinate representation of color #880852: hue angle of 325.31º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880852 is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB136882-
CMYK00.940.400.47
HSL325.31º88.89%28.24%-
HSV(B)325.31º94.12%53.33%-
XYZ11.766.028.52-
YUV54.71143.41185.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 60.18%
GREEN value IS 8 (3.52% from 255) = 3.54%
BLUE value IS 82 (32.42% from 255) = 36.28%
R=60.18%
G=3.54%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13688200.940.400.47325.3188.8928.24
Hex8885205E282F145591c
Octal210101220136505750513134
Binary100010001000101001001011110101000101111101000101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880852; }

 p { color: rgb(136,8,82); }

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

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

 a { background-color: rgb(136,8,82); }

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

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

 span { border-color: rgb(136,8,82); }

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