#900163

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

Shades of Eggplant #900163

Tints of Eggplant #900163

Color information

#900163 (or 0x900163) is unknown color: approx Eggplant. HEX triplet: 90, 01 and 63. RGB value is (144,1,99). Sum of RGB (Red+Green+Blue) = 144+1+99=244 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.02% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 99 (39.06% from 255 or 40.57% from 244); Max value from RGB is 144 - color contains mainly: red. Hex color #900163 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900163 is #6FFE9C. Grayscale: #363636. Windows color (decimal): -7339677 or 6488464. OLE color: 6488464.

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

Color convert

RGB144199-
CMYK00.990.310.44
HSL318.88º98.62%28.43%-
HSV(B)318.88º99.31%56.47%-
XYZ13.766.8512.4-
YUV54.93152.88191.53-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 59.02%
GREEN value IS 1 (0.78% from 255) = 0.41%
BLUE value IS 99 (39.06% from 255) = 40.57%
R=59.02%
G=0.41%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14419900.990.310.44318.8898.6228.43
Hex901630631F2C13f631c
Octal22011430143375447714334
Binary10010000111000110110001111111101100100111111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900163; }

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

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

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

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

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

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

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

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