#990676

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

Shades of Eggplant #990676

Tints of Eggplant #990676

Color information

#990676 (or 0x990676) is unknown color: approx Eggplant. HEX triplet: 99, 06 and 76. RGB value is (153,6,118). Sum of RGB (Red+Green+Blue) = 153+6+118=277 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.23% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 118 (46.48% from 255 or 42.60% from 277); Max value from RGB is 153 - color contains mainly: red. Hex color #990676 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990676 is #66F989. Grayscale: #3E3E3E. Windows color (decimal): -6748554 or 7734937. OLE color: 7734937.

HSL color Cylindrical-coordinate representation of color #990676: hue angle of 314.29º 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 #990676 is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB1536118-
CMYK00.960.230.4
HSL314.29º92.45%31.18%-
HSV(B)314.29º96.08%60%-
XYZ16.478.2117.86-
YUV62.72159.2192.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.23%
GREEN value IS 6 (2.73% from 255) = 2.17%
BLUE value IS 118 (46.48% from 255) = 42.60%
R=55.23%
G=2.17%
B=42.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.23
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153611800.960.230.4314.2992.4531.18
Hex99676060172813a5c1f
Octal23161660140275047213437
Binary1001100111011101100110000010111101000100111010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990676; }

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

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

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

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

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

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

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

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