#800967

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

Shades of Eggplant #800967

Tints of Eggplant #800967

Color information

#800967 (or 0x800967) is unknown color: approx Eggplant. HEX triplet: 80, 09 and 67. RGB value is (128,9,103). Sum of RGB (Red+Green+Blue) = 128+9+103=240 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.33% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 103 (40.62% from 255 or 42.92% from 240); Max value from RGB is 128 - color contains mainly: red. Hex color #800967 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800967 is #7FF698. Grayscale: #373737. Windows color (decimal): -8386201 or 6752640. OLE color: 6752640.

HSL color Cylindrical-coordinate representation of color #800967: hue angle of 312.61º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #800967 is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB1289103-
CMYK00.930.200.50
HSL312.61º86.86%26.86%-
HSV(B)312.61º92.97%50.2%-
XYZ11.455.7613.34-
YUV55.3154.92179.86-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 53.33%
GREEN value IS 9 (3.91% from 255) = 3.75%
BLUE value IS 103 (40.62% from 255) = 42.92%
R=53.33%
G=3.75%
B=42.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128910300.930.200.50312.6186.8626.86
Hex8096705D1432139571b
Octal200111470135246247112733
Binary10000000100111001110101110110100110010100111001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800967; }

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

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

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

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

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

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

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

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