#920C6E

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

Shades of Eggplant #920C6E

Tints of Eggplant #920C6E

Color information

#920C6E (or 0x920C6E) is unknown color: approx Eggplant. HEX triplet: 92, 0C and 6E. RGB value is (146,12,110). Sum of RGB (Red+Green+Blue) = 146+12+110=268 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.48% from 268); Green value is 12 (5.08% from 255 or 4.48% from 268); Blue value is 110 (43.36% from 255 or 41.04% from 268); Max value from RGB is 146 - color contains mainly: red. Hex color #920C6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920C6E is #6DF391. Grayscale: #3E3E3E. Windows color (decimal): -7205778 or 7212178. OLE color: 7212178.

HSL color Cylindrical-coordinate representation of color #920C6E: hue angle of 316.12º 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 #920C6E is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB14612110-
CMYK00.920.250.43
HSL316.12º84.81%30.98%-
HSV(B)316.12º91.78%57.25%-
XYZ14.87.515.42-
YUV63.24154.39187.03-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 54.48%
GREEN value IS 12 (5.08% from 255) = 4.48%
BLUE value IS 110 (43.36% from 255) = 41.04%
R=54.48%
G=4.48%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461211000.920.250.43316.1284.8130.98
Hex92C6E05C192B13c551f
Octal222141560134315347412537
Binary10010010110011011100101110011001101011100111100101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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