#92025E

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

Shades of Eggplant #92025E

Tints of Eggplant #92025E

Color information

#92025E (or 0x92025E) is unknown color: approx Eggplant. HEX triplet: 92, 02 and 5E. RGB value is (146,2,94). Sum of RGB (Red+Green+Blue) = 146+2+94=242 (32% of max value = 765). Red value is 146 (57.42% from 255 or 60.33% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 146 - color contains mainly: red. Hex color #92025E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92025E is #6DFDA1. Grayscale: #373737. Windows color (decimal): -7208354 or 6161042. OLE color: 6161042.

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

Color convert

RGB146294-
CMYK00.990.360.43
HSL321.67º97.3%29.02%-
HSV(B)321.67º98.63%57.25%-
XYZ13.96.9611.2-
YUV55.54149.71192.52-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 60.33%
GREEN value IS 2 (1.17% from 255) = 0.83%
BLUE value IS 94 (37.11% from 255) = 38.84%
R=60.33%
G=0.83%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14629400.990.360.43321.6797.329.02
Hex9225E063242B142611d
Octal22221360143445350214135
Binary1001001010101111001100011100100101011101000010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92025E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92025E; }

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

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

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

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

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

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

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

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