#920261

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

Shades of Eggplant #920261

Tints of Eggplant #920261

Color information

#920261 (or 0x920261) is unknown color: approx Eggplant. HEX triplet: 92, 02 and 61. RGB value is (146,2,97). Sum of RGB (Red+Green+Blue) = 146+2+97=245 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.59% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 97 (38.28% from 255 or 39.59% from 245); Max value from RGB is 146 - color contains mainly: red. Hex color #920261 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920261 is #6DFD9E. Grayscale: #373737. Windows color (decimal): -7208351 or 6357650. OLE color: 6357650.

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

Color convert

RGB146297-
CMYK00.990.340.43
HSL320.42º97.3%29.02%-
HSV(B)320.42º98.63%57.25%-
XYZ14.037.0211.92-
YUV55.89151.21192.28-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 59.59%
GREEN value IS 2 (1.17% from 255) = 0.82%
BLUE value IS 97 (38.28% from 255) = 39.59%
R=59.59%
G=0.82%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14629700.990.340.43320.4297.329.02
Hex92261063222B140611d
Octal22221410143425350014135
Binary1001001010110000101100011100010101011101000000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920261; }

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

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

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

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

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

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

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

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