#990771

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

Shades of Eggplant #990771

Tints of Eggplant #990771

Color information

#990771 (or 0x990771) is unknown color: approx Eggplant. HEX triplet: 99, 07 and 71. RGB value is (153,7,113). Sum of RGB (Red+Green+Blue) = 153+7+113=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #990771 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990771 is #66F88E. Grayscale: #3E3E3E. Windows color (decimal): -6748303 or 7407513. OLE color: 7407513.

HSL color Cylindrical-coordinate representation of color #990771: hue angle of 316.44º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990771 is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.4.

Color convert

RGB1537113-
CMYK00.950.260.4
HSL316.44º91.25%31.37%-
HSV(B)316.44º95.42%60%-
XYZ16.198.1216.34-
YUV62.74156.37192.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.04%
GREEN value IS 7 (3.12% from 255) = 2.56%
BLUE value IS 113 (44.53% from 255) = 41.39%
R=56.04%
G=2.56%
B=41.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.26
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153711300.950.260.4316.4491.2531.37
Hex9977105F1A2813c5b1f
Octal23171610137325047413337
Binary1001100111111100010101111111010101000100111100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990771; }

 p { color: rgb(153,7,113); }

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

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

 a { background-color: rgb(153,7,113); }

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

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

 span { border-color: rgb(153,7,113); }

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