#880967

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

Shades of Eggplant #880967

Tints of Eggplant #880967

Color information

#880967 (or 0x880967) is unknown color: approx Eggplant. HEX triplet: 88, 09 and 67. RGB value is (136,9,103). Sum of RGB (Red+Green+Blue) = 136+9+103=248 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.84% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 103 (40.62% from 255 or 41.53% from 248); Max value from RGB is 136 - color contains mainly: red. Hex color #880967 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880967 is #77F698. Grayscale: #393939. Windows color (decimal): -7861913 or 6752648. OLE color: 6752648.

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

Color convert

RGB1369103-
CMYK00.930.240.47
HSL315.59º87.59%28.43%-
HSV(B)315.59º93.38%53.33%-
XYZ12.76.4113.4-
YUV57.69153.58183.86-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 54.84%
GREEN value IS 9 (3.91% from 255) = 3.63%
BLUE value IS 103 (40.62% from 255) = 41.53%
R=54.84%
G=3.63%
B=41.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136910300.930.240.47315.5987.5928.43
Hex8896705D182F13c581c
Octal210111470135305747413034
Binary10001000100111001110101110111000101111100111100101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880967; }

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

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

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

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

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

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

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

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