#890D68

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

Shades of Eggplant #890D68

Tints of Eggplant #890D68

Color information

#890D68 (or 0x890D68) is unknown color: approx Eggplant. HEX triplet: 89, 0D and 68. RGB value is (137,13,104). Sum of RGB (Red+Green+Blue) = 137+13+104=254 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.94% from 254); Green value is 13 (5.47% from 255 or 5.12% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 137 - color contains mainly: red. Hex color #890D68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890D68 is #76F297. Grayscale: #3C3C3C. Windows color (decimal): -7795352 or 6819209. OLE color: 6819209.

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

Color convert

RGB13713104-
CMYK00.910.240.46
HSL315.97º82.67%29.41%-
HSV(B)315.97º90.51%53.73%-
XYZ12.966.6113.69-
YUV60.45152.58182.6-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.94%
GREEN value IS 13 (5.47% from 255) = 5.12%
BLUE value IS 104 (41.02% from 255) = 40.94%
R=53.94%
G=5.12%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371310400.910.240.46315.9782.6729.41
Hex89D6805B182E13c531d
Octal211151500133305647412335
Binary10001001110111010000101101111000101110100111100101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890D68; }

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

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

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

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

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

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

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

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