#920A71

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

Shades of Eggplant #920A71

Tints of Eggplant #920A71

Color information

#920A71 (or 0x920A71) is unknown color: approx Eggplant. HEX triplet: 92, 0A and 71. RGB value is (146,10,113). Sum of RGB (Red+Green+Blue) = 146+10+113=269 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.28% from 269); Green value is 10 (4.30% from 255 or 3.72% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 146 - color contains mainly: red. Hex color #920A71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920A71 is #6DF58E. Grayscale: #3E3E3E. Windows color (decimal): -7206287 or 7408274. OLE color: 7408274.

HSL color Cylindrical-coordinate representation of color #920A71: hue angle of 314.56º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #920A71 is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB14610113-
CMYK00.930.230.43
HSL314.56º87.18%30.59%-
HSV(B)314.56º93.15%57.25%-
XYZ14.947.5216.29-
YUV62.41156.56187.62-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 54.28%
GREEN value IS 10 (4.30% from 255) = 3.72%
BLUE value IS 113 (44.53% from 255) = 42.01%
R=54.28%
G=3.72%
B=42.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461011300.930.230.43314.5687.1830.59
Hex92A7105D172B13b571f
Octal222121610135275347312737
Binary10010010101011100010101110110111101011100111011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920A71; }

 p { color: rgb(146,10,113); }

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

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

 a { background-color: rgb(146,10,113); }

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

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

 span { border-color: rgb(146,10,113); }

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