#890068

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

Shades of Eggplant #890068

Tints of Eggplant #890068

Color information

#890068 (or 0x890068) is unknown color: approx Eggplant. HEX triplet: 89, 00 and 68. RGB value is (137,0,104). Sum of RGB (Red+Green+Blue) = 137+0+104=241 (31% of max value = 765). Red value is 137 (53.91% from 255 or 56.85% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 104 (41.02% from 255 or 43.15% from 241); Max value from RGB is 137 - color contains mainly: red. Hex color #890068 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890068 is #76FF97. Grayscale: #343434. Windows color (decimal): -7798680 or 6815881. OLE color: 6815881.

HSL color Cylindrical-coordinate representation of color #890068: hue angle of 314.45º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #890068 is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.46.

Color convert

RGB1370104-
CMYK010.240.46
HSL314.45º100%26.86%-
HSV(B)314.45º100%53.73%-
XYZ12.826.3213.64-
YUV52.82156.89188.04-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 56.85%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 104 (41.02% from 255) = 43.15%
R=56.85%
G=0%
B=43.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1370104010.240.46314.4510026.86
Hex89068064182E13a641b
Octal21101500144305647214433
Binary10001001011010000110010011000101110100111010110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890068; }

 p { color: rgb(137,0,104); }

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

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

 a { background-color: rgb(137,0,104); }

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

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

 span { border-color: rgb(137,0,104); }

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