#92095d

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

Shades of Eggplant #92095D

Tints of Eggplant #92095D

Color information

#92095D (or 0x92095D) is unknown color: approx Eggplant. HEX triplet: 92, 09 and 5D. RGB value is (146,9,93). Sum of RGB (Red+Green+Blue) = 146+9+93=248 (32% of max value = 765). Red value is 146 (57.42% from 255 or 58.87% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 93 (36.72% from 255 or 37.5% from 248); Max value from RGB is 146 - color contains mainly: red. Hex color #92095D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92095D is #6DF6A2. Grayscale: #3B3B3B. Windows color (decimal): -7206563 or 6097298. OLE color: 6097298.

HSL color Cylindrical-coordinate representation of color #92095D: hue angle of 323.21º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #92095D is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB146993-
CMYK00.940.360.43
HSL323.21º88.39%30.39%-
HSV(B)323.21º93.84%57.25%-
XYZ13.937.110.99-
YUV59.54146.89189.67-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 58.87%
GREEN value IS 9 (3.91% from 255) = 3.63%
BLUE value IS 93 (36.72% from 255) = 37.5%
R=58.87%
G=3.63%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14699300.940.360.43323.2188.3930.39
Hex9295D05E242B143581e
Octal222111350136445350313036
Binary100100101001101110101011110100100101011101000011101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92095d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92095d; }

 p { color: rgb(146,9,93); }

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

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

 a { background-color: rgb(146,9,93); }

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

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

 span { border-color: rgb(146,9,93); }

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