#900777

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

Shades of Eggplant #900777

Tints of Eggplant #900777

Color information

#900777 (or 0x900777) is unknown color: approx Eggplant. HEX triplet: 90, 07 and 77. RGB value is (144,7,119). Sum of RGB (Red+Green+Blue) = 144+7+119=270 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.33% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 119 (46.88% from 255 or 44.07% from 270); Max value from RGB is 144 - color contains mainly: red. Hex color #900777 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900777 is #6FF888. Grayscale: #3C3C3C. Windows color (decimal): -7338121 or 7800720. OLE color: 7800720.

HSL color Cylindrical-coordinate representation of color #900777: hue angle of 310.95º 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 #900777 is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB1447119-
CMYK00.950.170.44
HSL310.95º90.73%29.61%-
HSV(B)310.95º95.14%56.47%-
XYZ14.917.4118.1-
YUV60.73160.89187.39-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 53.33%
GREEN value IS 7 (3.12% from 255) = 2.59%
BLUE value IS 119 (46.88% from 255) = 44.07%
R=53.33%
G=2.59%
B=44.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144711900.950.170.44310.9590.7329.61
Hex9077705F112C1375b1e
Octal22071670137215446713336
Binary1001000011111101110101111110001101100100110111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900777; }

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

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

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

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

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

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

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

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