#920358

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

Shades of Eggplant #920358

Tints of Eggplant #920358

Color information

#920358 (or 0x920358) is unknown color: approx Eggplant. HEX triplet: 92, 03 and 58. RGB value is (146,3,88). Sum of RGB (Red+Green+Blue) = 146+3+88=237 (31% of max value = 765). Red value is 146 (57.42% from 255 or 61.60% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 88 (34.77% from 255 or 37.13% from 237); Max value from RGB is 146 - color contains mainly: red. Hex color #920358 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920358 is #6DFCA7. Grayscale: #373737. Windows color (decimal): -7208104 or 5768082. OLE color: 5768082.

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

Color convert

RGB146388-
CMYK00.980.400.43
HSL324.34º95.97%29.22%-
HSV(B)324.34º97.95%57.25%-
XYZ13.656.889.84-
YUV55.45146.38192.59-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 61.60%
GREEN value IS 3 (1.56% from 255) = 1.27%
BLUE value IS 88 (34.77% from 255) = 37.13%
R=61.60%
G=1.27%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.40
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14638800.980.400.43324.3495.9729.22
Hex92358062282B144601d
Octal22231300142505350414035
Binary1001001011101100001100010101000101011101000100110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920358; }

 p { color: rgb(146,3,88); }

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

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

 a { background-color: rgb(146,3,88); }

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

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

 span { border-color: rgb(146,3,88); }

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