#880960

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

Shades of Eggplant #880960

Tints of Eggplant #880960

Color information

#880960 (or 0x880960) is unknown color: approx Eggplant. HEX triplet: 88, 09 and 60. RGB value is (136,9,96). Sum of RGB (Red+Green+Blue) = 136+9+96=241 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.43% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 136 - color contains mainly: red. Hex color #880960 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880960 is #77F69F. Grayscale: #383838. Windows color (decimal): -7861920 or 6293896. OLE color: 6293896.

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

Color convert

RGB136996-
CMYK00.930.290.47
HSL318.9º87.59%28.43%-
HSV(B)318.9º93.38%53.33%-
XYZ12.366.2711.63-
YUV56.89150.08184.43-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 56.43%
GREEN value IS 9 (3.91% from 255) = 3.73%
BLUE value IS 96 (37.89% from 255) = 39.83%
R=56.43%
G=3.73%
B=39.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13699600.930.290.47318.987.5928.43
Hex8896005D1D2F13f581c
Octal210111400135355747713034
Binary10001000100111000000101110111101101111100111111101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880960; }

 p { color: rgb(136,9,96); }

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

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

 a { background-color: rgb(136,9,96); }

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

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

 span { border-color: rgb(136,9,96); }

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