#900956

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

Shades of Eggplant #900956

Tints of Eggplant #900956

Color information

#900956 (or 0x900956) is unknown color: approx Eggplant. HEX triplet: 90, 09 and 56. RGB value is (144,9,86). Sum of RGB (Red+Green+Blue) = 144+9+86=239 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60.25% from 239); Green value is 9 (3.91% from 255 or 3.77% from 239); Blue value is 86 (33.98% from 255 or 35.98% from 239); Max value from RGB is 144 - color contains mainly: red. Hex color #900956 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900956 is #6FF6A9. Grayscale: #393939. Windows color (decimal): -7337642 or 5638544. OLE color: 5638544.

HSL color Cylindrical-coordinate representation of color #900956: hue angle of 325.78º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900956 is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.44.

Color convert

RGB144986-
CMYK00.940.400.44
HSL325.78º88.24%30%-
HSV(B)325.78º93.75%56.47%-
XYZ13.286.89.42-
YUV58.14143.73189.24-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 60.25%
GREEN value IS 9 (3.91% from 255) = 3.77%
BLUE value IS 86 (33.98% from 255) = 35.98%
R=60.25%
G=3.77%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.40
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14498600.940.400.44325.7888.2430
Hex9095605E282C146581e
Octal220111260136505450613036
Binary100100001001101011001011110101000101100101000110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900956; }

 p { color: rgb(144,9,86); }

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

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

 a { background-color: rgb(144,9,86); }

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

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

 span { border-color: rgb(144,9,86); }

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