#900968

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

Shades of Eggplant #900968

Tints of Eggplant #900968

Color information

#900968 (or 0x900968) is unknown color: approx Eggplant. HEX triplet: 90, 09 and 68. RGB value is (144,9,104). Sum of RGB (Red+Green+Blue) = 144+9+104=257 (34% of max value = 765). Red value is 144 (56.64% from 255 or 56.03% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 104 (41.02% from 255 or 40.47% from 257); Max value from RGB is 144 - color contains mainly: red. Hex color #900968 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900968 is #6FF697. Grayscale: #3B3B3B. Windows color (decimal): -7337624 or 6818192. OLE color: 6818192.

HSL color Cylindrical-coordinate representation of color #900968: hue angle of 317.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 #900968 is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB1449104-
CMYK00.940.280.44
HSL317.78º88.24%30%-
HSV(B)317.78º93.75%56.47%-
XYZ14.17.1213.73-
YUV60.2152.73187.78-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 56.03%
GREEN value IS 9 (3.91% from 255) = 3.50%
BLUE value IS 104 (41.02% from 255) = 40.47%
R=56.03%
G=3.50%
B=40.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144910400.940.280.44317.7888.2430
Hex9096805E1C2C13e581e
Octal220111500136345447613036
Binary10010000100111010000101111011100101100100111110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900968; }

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

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

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

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

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

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

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

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