#900265

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

Shades of Eggplant #900265

Tints of Eggplant #900265

Color information

#900265 (or 0x900265) is unknown color: approx Eggplant. HEX triplet: 90, 02 and 65. RGB value is (144,2,101). Sum of RGB (Red+Green+Blue) = 144+2+101=247 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.30% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 144 - color contains mainly: red. Hex color #900265 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900265 is #6FFD9A. Grayscale: #373737. Windows color (decimal): -7339419 or 6619792. OLE color: 6619792.

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

Color convert

RGB1442101-
CMYK00.990.300.44
HSL318.17º97.26%28.63%-
HSV(B)318.17º98.61%56.47%-
XYZ13.876.9112.91-
YUV55.74153.54190.95-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 58.30%
GREEN value IS 2 (1.17% from 255) = 0.81%
BLUE value IS 101 (39.84% from 255) = 40.89%
R=58.30%
G=0.81%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144210100.990.300.44318.1797.2628.63
Hex902650631E2C13e611d
Octal22021450143365447614135
Binary100100001011001010110001111110101100100111110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900265; }

 p { color: rgb(144,2,101); }

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

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

 a { background-color: rgb(144,2,101); }

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

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

 span { border-color: rgb(144,2,101); }

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