#900776

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

Shades of Eggplant #900776

Tints of Eggplant #900776

Color information

#900776 (or 0x900776) is unknown color: approx Eggplant. HEX triplet: 90, 07 and 76. RGB value is (144,7,118). Sum of RGB (Red+Green+Blue) = 144+7+118=269 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.53% from 269); Green value is 7 (3.12% from 255 or 2.60% from 269); Blue value is 118 (46.48% from 255 or 43.87% from 269); Max value from RGB is 144 - color contains mainly: red. Hex color #900776 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900776 is #6FF889. Grayscale: #3C3C3C. Windows color (decimal): -7338122 or 7735184. OLE color: 7735184.

HSL color Cylindrical-coordinate representation of color #900776: hue angle of 311.39º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #900776 is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB1447118-
CMYK00.950.180.44
HSL311.39º90.73%29.61%-
HSV(B)311.39º95.14%56.47%-
XYZ14.857.3917.78-
YUV60.62160.39187.47-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 53.53%
GREEN value IS 7 (3.12% from 255) = 2.60%
BLUE value IS 118 (46.48% from 255) = 43.87%
R=53.53%
G=2.60%
B=43.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144711800.950.180.44311.3990.7329.61
Hex9077605F122C1375b1e
Octal22071660137225446713336
Binary1001000011111101100101111110010101100100110111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900776; }

 p { color: rgb(144,7,118); }

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

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

 a { background-color: rgb(144,7,118); }

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

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

 span { border-color: rgb(144,7,118); }

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