#90126C

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

Shades of Eggplant #90126C

Tints of Eggplant #90126C

Color information

#90126C (or 0x90126C) is unknown color: approx Eggplant. HEX triplet: 90, 12 and 6C. RGB value is (144,18,108). Sum of RGB (Red+Green+Blue) = 144+18+108=270 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.33% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 144 - color contains mainly: red. Hex color #90126C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90126C is #6FED93. Grayscale: #414141. Windows color (decimal): -7335316 or 7082640. OLE color: 7082640.

HSL color Cylindrical-coordinate representation of color #90126C: hue angle of 317.14º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #90126C is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB14418108-
CMYK00.880.250.44
HSL317.14º77.78%31.76%-
HSV(B)317.14º87.5%56.47%-
XYZ14.427.4414.86-
YUV65.93151.74183.68-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 53.33%
GREEN value IS 18 (7.42% from 255) = 6.67%
BLUE value IS 108 (42.58% from 255) = 40%
R=53.33%
G=6.67%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441810800.880.250.44317.1477.7831.76
Hex90126C058192C13d4e20
Octal220221540130315447511640
Binary1001000010010110110001011000110011011001001111011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90126C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90126C; }

 p { color: rgb(144,18,108); }

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

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

 a { background-color: rgb(144,18,108); }

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

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

 span { border-color: rgb(144,18,108); }

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