#920C6F

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

Shades of Eggplant #920C6F

Tints of Eggplant #920C6F

Color information

#920C6F (or 0x920C6F) is unknown color: approx Eggplant. HEX triplet: 92, 0C and 6F. RGB value is (146,12,111). Sum of RGB (Red+Green+Blue) = 146+12+111=269 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.28% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 111 (43.75% from 255 or 41.26% from 269); Max value from RGB is 146 - color contains mainly: red. Hex color #920C6F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920C6F is #6DF390. Grayscale: #3F3F3F. Windows color (decimal): -7205777 or 7277714. OLE color: 7277714.

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

Color convert

RGB14612111-
CMYK00.920.240.43
HSL315.67º84.81%30.98%-
HSV(B)315.67º91.78%57.25%-
XYZ14.857.5215.71-
YUV63.35154.89186.95-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 54.28%
GREEN value IS 12 (5.08% from 255) = 4.46%
BLUE value IS 111 (43.75% from 255) = 41.26%
R=54.28%
G=4.46%
B=41.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461211100.920.240.43315.6784.8130.98
Hex92C6F05C182B13c551f
Octal222141570134305347412537
Binary10010010110011011110101110011000101011100111100101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,12,111); }

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

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

 a { background-color: rgb(146,12,111); }

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

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

 span { border-color: rgb(146,12,111); }

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