#92004F

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

Shades of Eggplant #92004F

Tints of Eggplant #92004F

Color information

#92004F (or 0x92004F) is unknown color: approx Eggplant. HEX triplet: 92, 00 and 4F. RGB value is (146,0,79). Sum of RGB (Red+Green+Blue) = 146+0+79=225 (29% of max value = 765). Red value is 146 (57.42% from 255 or 64.89% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 79 (31.25% from 255 or 35.11% from 225); Max value from RGB is 146 - color contains mainly: red. Hex color #92004F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92004F is #6DFFB0. Grayscale: #343434. Windows color (decimal): -7208881 or 5177490. OLE color: 5177490.

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

Color convert

RGB146079-
CMYK010.460.43
HSL327.53º100%28.63%-
HSV(B)327.53º100%57.25%-
XYZ13.276.687.99-
YUV52.66142.87194.58-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 64.89%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 79 (31.25% from 255) = 35.11%
R=64.89%
G=0%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146079010.460.43327.5310028.63
Hex9204F0642E2B148641d
Octal22201170144565351014435
Binary100100100100111101100100101110101011101001000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92004F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92004F; }

 p { color: rgb(146,0,79); }

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

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

 a { background-color: rgb(146,0,79); }

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

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

 span { border-color: rgb(146,0,79); }

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