#920B76

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

Shades of Eggplant #920B76

Tints of Eggplant #920B76

Color information

#920B76 (or 0x920B76) is unknown color: approx Eggplant. HEX triplet: 92, 0B and 76. RGB value is (146,11,118). Sum of RGB (Red+Green+Blue) = 146+11+118=275 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.09% from 275); Green value is 11 (4.69% from 255 or 4% from 275); Blue value is 118 (46.48% from 255 or 42.91% from 275); Max value from RGB is 146 - color contains mainly: red. Hex color #920B76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920B76 is #6DF489. Grayscale: #3F3F3F. Windows color (decimal): -7206026 or 7736210. OLE color: 7736210.

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

Color convert

RGB14611118-
CMYK00.920.190.43
HSL312.44º85.99%30.78%-
HSV(B)312.44º92.47%57.25%-
XYZ15.247.6617.81-
YUV63.56158.73186.8-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 53.09%
GREEN value IS 11 (4.69% from 255) = 4%
BLUE value IS 118 (46.48% from 255) = 42.91%
R=53.09%
G=4%
B=42.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461111800.920.190.43312.4485.9930.78
Hex92B7605C132B138561f
Octal222131660134235347012637
Binary10010010101111101100101110010011101011100111000101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,11,118); }

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

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

 a { background-color: rgb(146,11,118); }

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

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

 span { border-color: rgb(146,11,118); }

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