#890C63

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

Shades of Eggplant #890C63

Tints of Eggplant #890C63

Color information

#890C63 (or 0x890C63) is unknown color: approx Eggplant. HEX triplet: 89, 0C and 63. RGB value is (137,12,99). Sum of RGB (Red+Green+Blue) = 137+12+99=248 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.24% from 248); Green value is 12 (5.08% from 255 or 4.84% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 137 - color contains mainly: red. Hex color #890C63 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890C63 is #76F39C. Grayscale: #3B3B3B. Windows color (decimal): -7795613 or 6491273. OLE color: 6491273.

HSL color Cylindrical-coordinate representation of color #890C63: hue angle of 318.24º degrees, saturation: 0.84, 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 #890C63 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB1371299-
CMYK00.910.280.46
HSL318.24º83.89%29.22%-
HSV(B)318.24º91.24%53.73%-
XYZ12.76.4812.39-
YUV59.29150.41183.43-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 55.24%
GREEN value IS 12 (5.08% from 255) = 4.84%
BLUE value IS 99 (39.06% from 255) = 39.92%
R=55.24%
G=4.84%
B=39.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137129900.910.280.46318.2483.8929.22
Hex89C6305B1C2E13e541d
Octal211141430133345647612435
Binary10001001110011000110101101111100101110100111110101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,12,99); }

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

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

 a { background-color: rgb(137,12,99); }

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

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

 span { border-color: rgb(137,12,99); }

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