#900071

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

Shades of Eggplant #900071

Tints of Eggplant #900071

Color information

#900071 (or 0x900071) is unknown color: approx Eggplant. HEX triplet: 90, 00 and 71. RGB value is (144,0,113). Sum of RGB (Red+Green+Blue) = 144+0+113=257 (34% of max value = 765). Red value is 144 (56.64% from 255 or 56.03% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 113 (44.53% from 255 or 43.97% from 257); Max value from RGB is 144 - color contains mainly: red. Hex color #900071 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900071 is #6FFF8E. Grayscale: #373737. Windows color (decimal): -7339919 or 7405712. OLE color: 7405712.

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

Color convert

RGB1440113-
CMYK010.220.44
HSL312.92º100%28.24%-
HSV(B)312.92º100%56.47%-
XYZ14.487.1216.23-
YUV55.94160.21190.81-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 56.03%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 113 (44.53% from 255) = 43.97%
R=56.03%
G=0%
B=43.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1440113010.220.44312.9210028.24
Hex90071064162C139641c
Octal22001610144265447114434
Binary10010000011100010110010010110101100100111001110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900071; }

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

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

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

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

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

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

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

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