#900057

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

Shades of Eggplant #900057

Tints of Eggplant #900057

Color information

#900057 (or 0x900057) is unknown color: approx Eggplant. HEX triplet: 90, 00 and 57. RGB value is (144,0,87). Sum of RGB (Red+Green+Blue) = 144+0+87=231 (30% of max value = 765). Red value is 144 (56.64% from 255 or 62.34% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 87 (34.38% from 255 or 37.66% from 231); Max value from RGB is 144 - color contains mainly: red. Hex color #900057 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900057 is #6FFFA8. Grayscale: #343434. Windows color (decimal): -7339945 or 5701776. OLE color: 5701776.

HSL color Cylindrical-coordinate representation of color #900057: hue angle of 323.75º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #900057 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.44.

Color convert

RGB144087-
CMYK010.400.44
HSL323.75º100%28.24%-
HSV(B)323.75º100%56.47%-
XYZ13.226.629.6-
YUV52.97147.21192.93-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 62.34%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 87 (34.38% from 255) = 37.66%
R=62.34%
G=0%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.40
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144087010.400.44323.7510028.24
Hex90057064282C144641c
Octal22001270144505450414434
Binary100100000101011101100100101000101100101000100110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900057; }

 p { color: rgb(144,0,87); }

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

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

 a { background-color: rgb(144,0,87); }

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

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

 span { border-color: rgb(144,0,87); }

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