#880F62

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

Shades of Eggplant #880F62

Tints of Eggplant #880F62

Color information

#880F62 (or 0x880F62) is unknown color: approx Eggplant. HEX triplet: 88, 0F and 62. RGB value is (136,15,98). Sum of RGB (Red+Green+Blue) = 136+15+98=249 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.62% from 249); Green value is 15 (6.25% from 255 or 6.02% from 249); Blue value is 98 (38.67% from 255 or 39.36% from 249); Max value from RGB is 136 - color contains mainly: red. Hex color #880F62 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880F62 is #77F09D. Grayscale: #3C3C3C. Windows color (decimal): -7860382 or 6426504. OLE color: 6426504.

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

Color convert

RGB1361598-
CMYK00.890.280.47
HSL318.84º80.13%29.61%-
HSV(B)318.84º88.97%53.33%-
XYZ12.536.4612.14-
YUV60.64149.09181.75-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 54.62%
GREEN value IS 15 (6.25% from 255) = 6.02%
BLUE value IS 98 (38.67% from 255) = 39.36%
R=54.62%
G=6.02%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136159800.890.280.47318.8480.1329.61
Hex88F620591C2F13f501e
Octal210171420131345747712036
Binary10001000111111000100101100111100101111100111111101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,15,98); }

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

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

 a { background-color: rgb(136,15,98); }

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

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

 span { border-color: rgb(136,15,98); }

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