#901463

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

Shades of Eggplant #901463

Tints of Eggplant #901463

Color information

#901463 (or 0x901463) is unknown color: approx Eggplant. HEX triplet: 90, 14 and 63. RGB value is (144,20,99). Sum of RGB (Red+Green+Blue) = 144+20+99=263 (34% of max value = 765). Red value is 144 (56.64% from 255 or 54.75% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 99 (39.06% from 255 or 37.64% from 263); Max value from RGB is 144 - color contains mainly: red. Hex color #901463 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901463 is #6FEB9C. Grayscale: #414141. Windows color (decimal): -7334813 or 6493328. OLE color: 6493328.

HSL color Cylindrical-coordinate representation of color #901463: hue angle of 321.77º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #901463 is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB1442099-
CMYK00.860.310.44
HSL321.77º75.61%32.16%-
HSV(B)321.77º86.11%56.47%-
XYZ147.3312.48-
YUV66.08146.58183.58-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 54.75%
GREEN value IS 20 (8.20% from 255) = 7.60%
BLUE value IS 99 (39.06% from 255) = 37.64%
R=54.75%
G=7.60%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144209900.860.310.44321.7775.6132.16
Hex9014630561F2C1424c20
Octal220241430126375450211440
Binary1001000010100110001101010110111111011001010000101001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901463; }

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

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

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

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

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

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

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

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