#900A6E

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

Shades of Eggplant #900A6E

Tints of Eggplant #900A6E

Color information

#900A6E (or 0x900A6E) is unknown color: approx Eggplant. HEX triplet: 90, 0A and 6E. RGB value is (144,10,110). Sum of RGB (Red+Green+Blue) = 144+10+110=264 (34% of max value = 765). Red value is 144 (56.64% from 255 or 54.55% from 264); Green value is 10 (4.30% from 255 or 3.79% from 264); Blue value is 110 (43.36% from 255 or 41.67% from 264); Max value from RGB is 144 - color contains mainly: red. Hex color #900A6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900A6E is #6FF591. Grayscale: #3D3D3D. Windows color (decimal): -7337362 or 7211664. OLE color: 7211664.

HSL color Cylindrical-coordinate representation of color #900A6E: hue angle of 315.22º 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 #900A6E is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB14410110-
CMYK00.930.240.44
HSL315.22º87.01%30.2%-
HSV(B)315.22º93.06%56.47%-
XYZ14.427.2715.4-
YUV61.47155.39186.87-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 54.55%
GREEN value IS 10 (4.30% from 255) = 3.79%
BLUE value IS 110 (43.36% from 255) = 41.67%
R=54.55%
G=3.79%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441011000.930.240.44315.2287.0130.2
Hex90A6E05D182C13b571e
Octal220121560135305447312736
Binary10010000101011011100101110111000101100100111011101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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