#901461

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

Shades of Eggplant #901461

Tints of Eggplant #901461

Color information

#901461 (or 0x901461) is unknown color: approx Eggplant. HEX triplet: 90, 14 and 61. RGB value is (144,20,97). Sum of RGB (Red+Green+Blue) = 144+20+97=261 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.17% from 261); Green value is 20 (8.20% from 255 or 7.66% from 261); Blue value is 97 (38.28% from 255 or 37.16% from 261); Max value from RGB is 144 - color contains mainly: red. Hex color #901461 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901461 is #6FEB9E. Grayscale: #414141. Windows color (decimal): -7334815 or 6362256. OLE color: 6362256.

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

Color convert

RGB1442097-
CMYK00.860.330.44
HSL322.74º75.61%32.16%-
HSV(B)322.74º86.11%56.47%-
XYZ13.917.2911.98-
YUV65.85145.58183.74-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 55.17%
GREEN value IS 20 (8.20% from 255) = 7.66%
BLUE value IS 97 (38.28% from 255) = 37.16%
R=55.17%
G=7.66%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144209700.860.330.44322.7475.6132.16
Hex901461056212C1434c20
Octal220241410126415450311440
Binary10010000101001100001010101101000011011001010000111001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901461; }

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

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

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

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

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

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

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

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