#920251

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

Shades of Eggplant #920251

Tints of Eggplant #920251

Color information

#920251 (or 0x920251) is unknown color: approx Eggplant. HEX triplet: 92, 02 and 51. RGB value is (146,2,81). Sum of RGB (Red+Green+Blue) = 146+2+81=229 (30% of max value = 765). Red value is 146 (57.42% from 255 or 63.76% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 81 (32.03% from 255 or 35.37% from 229); Max value from RGB is 146 - color contains mainly: red. Hex color #920251 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920251 is #6DFDAE. Grayscale: #353535. Windows color (decimal): -7208367 or 5309074. OLE color: 5309074.

HSL color Cylindrical-coordinate representation of color #920251: hue angle of 327.08º 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 #920251 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB146281-
CMYK00.990.450.43
HSL327.08º97.3%29.02%-
HSV(B)327.08º98.63%57.25%-
XYZ13.366.758.38-
YUV54.06143.21193.58-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 63.76%
GREEN value IS 2 (1.17% from 255) = 0.87%
BLUE value IS 81 (32.03% from 255) = 35.37%
R=63.76%
G=0.87%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14628100.990.450.43327.0897.329.02
Hex922510632D2B147611d
Octal22221210143555350714135
Binary1001001010101000101100011101101101011101000111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920251; }

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

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

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

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

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

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

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

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