#900561

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

Shades of Eggplant #900561

Tints of Eggplant #900561

Color information

#900561 (or 0x900561) is unknown color: approx Eggplant. HEX triplet: 90, 05 and 61. RGB value is (144,5,97). Sum of RGB (Red+Green+Blue) = 144+5+97=246 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.54% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 97 (38.28% from 255 or 39.43% from 246); Max value from RGB is 144 - color contains mainly: red. Hex color #900561 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900561 is #6FFA9E. Grayscale: #383838. Windows color (decimal): -7338655 or 6358416. OLE color: 6358416.

HSL color Cylindrical-coordinate representation of color #900561: hue angle of 320.29º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #900561 is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB144597-
CMYK00.970.330.44
HSL320.29º93.29%29.22%-
HSV(B)320.29º96.53%56.47%-
XYZ13.716.911.92-
YUV57.05150.55190.02-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 58.54%
GREEN value IS 5 (2.34% from 255) = 2.03%
BLUE value IS 97 (38.28% from 255) = 39.43%
R=58.54%
G=2.03%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14459700.970.330.44320.2993.2929.22
Hex90561061212C1405d1d
Octal22051410141415450013535
Binary10010000101110000101100001100001101100101000000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900561; }

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

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

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

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

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

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

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

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