#880969

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

Shades of Eggplant #880969

Tints of Eggplant #880969

Color information

#880969 (or 0x880969) is unknown color: approx Eggplant. HEX triplet: 88, 09 and 69. RGB value is (136,9,105). Sum of RGB (Red+Green+Blue) = 136+9+105=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 105 (41.41% from 255 or 42% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #880969 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880969 is #77F696. Grayscale: #393939. Windows color (decimal): -7861911 or 6883720. OLE color: 6883720.

HSL color Cylindrical-coordinate representation of color #880969: hue angle of 314.65º 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 #880969 is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB1369105-
CMYK00.930.230.47
HSL314.65º87.59%28.43%-
HSV(B)314.65º93.38%53.33%-
XYZ12.86.4513.93-
YUV57.92154.58183.69-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 54.4%
GREEN value IS 9 (3.91% from 255) = 3.6%
BLUE value IS 105 (41.41% from 255) = 42%
R=54.4%
G=3.6%
B=42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136910500.930.230.47314.6587.5928.43
Hex8896905D172F13b581c
Octal210111510135275747313034
Binary10001000100111010010101110110111101111100111011101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880969; }

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

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

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

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

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

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

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

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