#920271

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

Shades of Eggplant #920271

Tints of Eggplant #920271

Color information

#920271 (or 0x920271) is unknown color: approx Eggplant. HEX triplet: 92, 02 and 71. RGB value is (146,2,113). Sum of RGB (Red+Green+Blue) = 146+2+113=261 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.94% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 113 (44.53% from 255 or 43.30% from 261); Max value from RGB is 146 - color contains mainly: red. Hex color #920271 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920271 is #6DFD8E. Grayscale: #393939. Windows color (decimal): -7208335 or 7406226. OLE color: 7406226.

HSL color Cylindrical-coordinate representation of color #920271: hue angle of 313.75º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #920271 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB1462113-
CMYK00.990.230.43
HSL313.75º97.3%29.02%-
HSV(B)313.75º98.63%57.25%-
XYZ14.867.3516.26-
YUV57.71159.21190.97-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 55.94%
GREEN value IS 2 (1.17% from 255) = 0.77%
BLUE value IS 113 (44.53% from 255) = 43.30%
R=55.94%
G=0.77%
B=43.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146211300.990.230.43313.7597.329.02
Hex92271063172B13a611d
Octal22221610143275347214135
Binary100100101011100010110001110111101011100111010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920271; }

 p { color: rgb(146,2,113); }

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

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

 a { background-color: rgb(146,2,113); }

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

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

 span { border-color: rgb(146,2,113); }

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