#920363

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

Shades of Eggplant #920363

Tints of Eggplant #920363

Color information

#920363 (or 0x920363) is unknown color: approx Eggplant. HEX triplet: 92, 03 and 63. RGB value is (146,3,99). Sum of RGB (Red+Green+Blue) = 146+3+99=248 (32% of max value = 765). Red value is 146 (57.42% from 255 or 58.87% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 146 - color contains mainly: red. Hex color #920363 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920363 is #6DFC9C. Grayscale: #383838. Windows color (decimal): -7208093 or 6488978. OLE color: 6488978.

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

Color convert

RGB146399-
CMYK00.980.320.43
HSL319.72º95.97%29.22%-
HSV(B)319.72º97.95%57.25%-
XYZ14.147.0812.43-
YUV56.7151.88191.69-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 58.87%
GREEN value IS 3 (1.56% from 255) = 1.21%
BLUE value IS 99 (39.06% from 255) = 39.92%
R=58.87%
G=1.21%
B=39.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14639900.980.320.43319.7295.9729.22
Hex92363062202B140601d
Octal22231430142405350014035
Binary1001001011110001101100010100000101011101000000110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920363; }

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

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

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

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

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

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

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

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