#900A6F

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

Shades of Eggplant #900A6F

Tints of Eggplant #900A6F

Color information

#900A6F (or 0x900A6F) is unknown color: approx Eggplant. HEX triplet: 90, 0A and 6F. RGB value is (144,10,111). Sum of RGB (Red+Green+Blue) = 144+10+111=265 (35% of max value = 765). Red value is 144 (56.64% from 255 or 54.34% from 265); Green value is 10 (4.30% from 255 or 3.77% from 265); Blue value is 111 (43.75% from 255 or 41.89% from 265); Max value from RGB is 144 - color contains mainly: red. Hex color #900A6F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900A6F is #6FF590. Grayscale: #3D3D3D. Windows color (decimal): -7337361 or 7277200. OLE color: 7277200.

HSL color Cylindrical-coordinate representation of color #900A6F: hue angle of 314.78º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #900A6F is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB14410111-
CMYK00.930.230.44
HSL314.78º87.01%30.2%-
HSV(B)314.78º93.06%56.47%-
XYZ14.487.2915.68-
YUV61.58155.89186.79-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 54.34%
GREEN value IS 10 (4.30% from 255) = 3.77%
BLUE value IS 111 (43.75% from 255) = 41.89%
R=54.34%
G=3.77%
B=41.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441011100.930.230.44314.7887.0130.2
Hex90A6F05D172C13b571e
Octal220121570135275447312736
Binary10010000101011011110101110110111101100100111011101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900A6F; }

 p { color: rgb(144,10,111); }

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

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

 a { background-color: rgb(144,10,111); }

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

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

 span { border-color: rgb(144,10,111); }

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