#90106C

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

Shades of Eggplant #90106C

Tints of Eggplant #90106C

Color information

#90106C (or 0x90106C) is unknown color: approx Eggplant. HEX triplet: 90, 10 and 6C. RGB value is (144,16,108). Sum of RGB (Red+Green+Blue) = 144+16+108=268 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.73% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 144 - color contains mainly: red. Hex color #90106C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90106C is #6FEF93. Grayscale: #404040. Windows color (decimal): -7335828 or 7082128. OLE color: 7082128.

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

Color convert

RGB14416108-
CMYK00.890.250.44
HSL316.88º80%31.37%-
HSV(B)316.88º88.89%56.47%-
XYZ14.397.3814.85-
YUV64.76152.41184.52-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 53.73%
GREEN value IS 16 (6.64% from 255) = 5.97%
BLUE value IS 108 (42.58% from 255) = 40.30%
R=53.73%
G=5.97%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441610800.890.250.44316.888031.37
Hex90106C059192C13d501f
Octal220201540131315447512037
Binary100100001000011011000101100111001101100100111101101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90106C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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