#92025B

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

Shades of Eggplant #92025B

Tints of Eggplant #92025B

Color information

#92025B (or 0x92025B) is unknown color: approx Eggplant. HEX triplet: 92, 02 and 5B. RGB value is (146,2,91). Sum of RGB (Red+Green+Blue) = 146+2+91=239 (31% of max value = 765). Red value is 146 (57.42% from 255 or 61.09% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 146 - color contains mainly: red. Hex color #92025B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92025B is #6DFDA4. Grayscale: #363636. Windows color (decimal): -7208357 or 5964434. OLE color: 5964434.

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

Color convert

RGB146291-
CMYK00.990.380.43
HSL322.92º97.3%29.02%-
HSV(B)322.92º98.63%57.25%-
XYZ13.766.9110.51-
YUV55.2148.21192.76-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 61.09%
GREEN value IS 2 (1.17% from 255) = 0.84%
BLUE value IS 91 (35.94% from 255) = 38.08%
R=61.09%
G=0.84%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14629100.990.380.43322.9297.329.02
Hex9225B063262B143611d
Octal22221330143465350314135
Binary1001001010101101101100011100110101011101000011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92025B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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