#920D6C

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

Shades of Eggplant #920D6C

Tints of Eggplant #920D6C

Color information

#920D6C (or 0x920D6C) is unknown color: approx Eggplant. HEX triplet: 92, 0D and 6C. RGB value is (146,13,108). Sum of RGB (Red+Green+Blue) = 146+13+108=267 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.68% from 267); Green value is 13 (5.47% from 255 or 4.87% from 267); Blue value is 108 (42.58% from 255 or 40.45% from 267); Max value from RGB is 146 - color contains mainly: red. Hex color #920D6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920D6C is #6DF293. Grayscale: #3F3F3F. Windows color (decimal): -7205524 or 7081362. OLE color: 7081362.

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

Color convert

RGB14613108-
CMYK00.910.260.43
HSL317.14º83.65%31.18%-
HSV(B)317.14º91.1%57.25%-
XYZ14.77.4814.86-
YUV63.6153.06186.78-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 54.68%
GREEN value IS 13 (5.47% from 255) = 4.87%
BLUE value IS 108 (42.58% from 255) = 40.45%
R=54.68%
G=4.87%
B=40.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461310800.910.260.43317.1483.6531.18
Hex92D6C05B1A2B13d541f
Octal222151540133325347512437
Binary10010010110111011000101101111010101011100111101101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,13,108); }

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

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

 a { background-color: rgb(146,13,108); }

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

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

 span { border-color: rgb(146,13,108); }

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