#920669

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

Shades of Eggplant #920669

Tints of Eggplant #920669

Color information

#920669 (or 0x920669) is unknown color: approx Eggplant. HEX triplet: 92, 06 and 69. RGB value is (146,6,105). Sum of RGB (Red+Green+Blue) = 146+6+105=257 (34% of max value = 765). Red value is 146 (57.42% from 255 or 56.81% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 105 (41.41% from 255 or 40.86% from 257); Max value from RGB is 146 - color contains mainly: red. Hex color #920669 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920669 is #6DF996. Grayscale: #3A3A3A. Windows color (decimal): -7207319 or 6882962. OLE color: 6882962.

HSL color Cylindrical-coordinate representation of color #920669: hue angle of 317.57º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #920669 is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB1466105-
CMYK00.960.280.43
HSL317.57º92.11%29.8%-
HSV(B)317.57º95.89%57.25%-
XYZ14.477.2614-
YUV59.15153.88189.95-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 56.81%
GREEN value IS 6 (2.73% from 255) = 2.33%
BLUE value IS 105 (41.41% from 255) = 40.86%
R=56.81%
G=2.33%
B=40.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146610500.960.280.43317.5792.1129.8
Hex926690601C2B13e5c1e
Octal22261510140345347613436
Binary1001001011011010010110000011100101011100111110101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920669; }

 p { color: rgb(146,6,105); }

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

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

 a { background-color: rgb(146,6,105); }

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

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

 span { border-color: rgb(146,6,105); }

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