#921266

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

Shades of Eggplant #921266

Tints of Eggplant #921266

Color information

#921266 (or 0x921266) is unknown color: approx Eggplant. HEX triplet: 92, 12 and 66. RGB value is (146,18,102). Sum of RGB (Red+Green+Blue) = 146+18+102=266 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.89% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 102 (40.23% from 255 or 38.35% from 266); Max value from RGB is 146 - color contains mainly: red. Hex color #921266 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921266 is #6DED99. Grayscale: #414141. Windows color (decimal): -7204250 or 6689426. OLE color: 6689426.

HSL color Cylindrical-coordinate representation of color #921266: hue angle of 320.62º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #921266 is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB14618102-
CMYK00.880.300.43
HSL320.62º78.05%32.16%-
HSV(B)320.62º87.67%57.25%-
XYZ14.477.513.26-
YUV65.85148.41185.17-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 54.89%
GREEN value IS 18 (7.42% from 255) = 6.77%
BLUE value IS 102 (40.23% from 255) = 38.35%
R=54.89%
G=6.77%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461810200.880.300.43320.6278.0532.16
Hex9212660581E2B1414e20
Octal222221460130365350111640
Binary1001001010010110011001011000111101010111010000011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921266; }

 p { color: rgb(146,18,102); }

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

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

 a { background-color: rgb(146,18,102); }

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

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

 span { border-color: rgb(146,18,102); }

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