#990671

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

Shades of Eggplant #990671

Tints of Eggplant #990671

Color information

#990671 (or 0x990671) is unknown color: approx Eggplant. HEX triplet: 99, 06 and 71. RGB value is (153,6,113). Sum of RGB (Red+Green+Blue) = 153+6+113=272 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.25% from 272); Green value is 6 (2.73% from 255 or 2.21% from 272); Blue value is 113 (44.53% from 255 or 41.54% from 272); Max value from RGB is 153 - color contains mainly: red. Hex color #990671 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990671 is #66F98E. Grayscale: #3D3D3D. Windows color (decimal): -6748559 or 7407257. OLE color: 7407257.

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

Color convert

RGB1536113-
CMYK00.960.260.4
HSL316.33º92.45%31.18%-
HSV(B)316.33º96.08%60%-
XYZ16.188.0916.33-
YUV62.15156.7192.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.25%
GREEN value IS 6 (2.73% from 255) = 2.21%
BLUE value IS 113 (44.53% from 255) = 41.54%
R=56.25%
G=2.21%
B=41.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.26
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153611300.960.260.4316.3392.4531.18
Hex996710601A2813c5c1f
Octal23161610140325047413437
Binary1001100111011100010110000011010101000100111100101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990671; }

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

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

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

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

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

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

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

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