#890762

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

Shades of Eggplant #890762

Tints of Eggplant #890762

Color information

#890762 (or 0x890762) is unknown color: approx Eggplant. HEX triplet: 89, 07 and 62. RGB value is (137,7,98). Sum of RGB (Red+Green+Blue) = 137+7+98=242 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.61% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 98 (38.67% from 255 or 40.50% from 242); Max value from RGB is 137 - color contains mainly: red. Hex color #890762 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890762 is #76F89D. Grayscale: #383838. Windows color (decimal): -7796894 or 6424457. OLE color: 6424457.

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

Color convert

RGB137798-
CMYK00.950.280.46
HSL318º90.28%28.24%-
HSV(B)318º94.89%53.73%-
XYZ12.66.3512.12-
YUV56.24151.57185.6-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 56.61%
GREEN value IS 7 (3.12% from 255) = 2.89%
BLUE value IS 98 (38.67% from 255) = 40.50%
R=56.61%
G=2.89%
B=40.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13779800.950.280.4631890.2828.24
Hex8976205F1C2E13e5a1c
Octal21171420137345647613234
Binary1000100111111000100101111111100101110100111110101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890762; }

 p { color: rgb(137,7,98); }

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

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

 a { background-color: rgb(137,7,98); }

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

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

 span { border-color: rgb(137,7,98); }

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