#900171

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

Shades of Eggplant #900171

Tints of Eggplant #900171

Color information

#900171 (or 0x900171) is unknown color: approx Eggplant. HEX triplet: 90, 01 and 71. RGB value is (144,1,113). Sum of RGB (Red+Green+Blue) = 144+1+113=258 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.81% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 113 (44.53% from 255 or 43.80% from 258); Max value from RGB is 144 - color contains mainly: red. Hex color #900171 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900171 is #6FFE8E. Grayscale: #383838. Windows color (decimal): -7339663 or 7405968. OLE color: 7405968.

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

Color convert

RGB1441113-
CMYK00.990.220.44
HSL313.01º98.62%28.43%-
HSV(B)313.01º99.31%56.47%-
XYZ14.497.1416.24-
YUV56.52159.88190.39-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 55.81%
GREEN value IS 1 (0.78% from 255) = 0.39%
BLUE value IS 113 (44.53% from 255) = 43.80%
R=55.81%
G=0.39%
B=43.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144111300.990.220.44313.0198.6228.43
Hex90171063162C139631c
Octal22011610143265447114334
Binary10010000111100010110001110110101100100111001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900171; }

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

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

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

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

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

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

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

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