#91025E

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

Shades of Eggplant #91025E

Tints of Eggplant #91025E

Color information

#91025E (or 0x91025E) is unknown color: approx Eggplant. HEX triplet: 91, 02 and 5E. RGB value is (145,2,94). Sum of RGB (Red+Green+Blue) = 145+2+94=241 (31% of max value = 765). Red value is 145 (57.03% from 255 or 60.17% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 145 - color contains mainly: red. Hex color #91025E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91025E is #6EFDA1. Grayscale: #373737. Windows color (decimal): -7273890 or 6161041. OLE color: 6161041.

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

Color convert

RGB145294-
CMYK00.990.350.43
HSL321.4º97.28%28.82%-
HSV(B)321.4º98.62%56.86%-
XYZ13.726.8711.19-
YUV55.24149.88192.02-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 60.17%
GREEN value IS 2 (1.17% from 255) = 0.83%
BLUE value IS 94 (37.11% from 255) = 39.00%
R=60.17%
G=0.83%
B=39.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.35
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14529400.990.350.43321.497.2828.82
Hex9125E063232B141611d
Octal22121360143435350114135
Binary1001000110101111001100011100011101011101000001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91025E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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