#900660

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

Shades of Eggplant #900660

Tints of Eggplant #900660

Color information

#900660 (or 0x900660) is unknown color: approx Eggplant. HEX triplet: 90, 06 and 60. RGB value is (144,6,96). Sum of RGB (Red+Green+Blue) = 144+6+96=246 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.54% from 246); Green value is 6 (2.73% from 255 or 2.44% from 246); Blue value is 96 (37.89% from 255 or 39.02% from 246); Max value from RGB is 144 - color contains mainly: red. Hex color #900660 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900660 is #6FF99F. Grayscale: #393939. Windows color (decimal): -7338400 or 6293136. OLE color: 6293136.

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

Color convert

RGB144696-
CMYK00.960.330.44
HSL320.87º92%29.41%-
HSV(B)320.87º95.83%56.47%-
XYZ13.686.911.68-
YUV57.52149.72189.68-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 58.54%
GREEN value IS 6 (2.73% from 255) = 2.44%
BLUE value IS 96 (37.89% from 255) = 39.02%
R=58.54%
G=2.44%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14469600.960.330.44320.879229.41
Hex90660060212C1415c1d
Octal22061400140415450113435
Binary10010000110110000001100000100001101100101000001101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900660; }

 p { color: rgb(144,6,96); }

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

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

 a { background-color: rgb(144,6,96); }

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

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

 span { border-color: rgb(144,6,96); }

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