#91005D

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

Shades of Eggplant #91005D

Tints of Eggplant #91005D

Color information

#91005D (or 0x91005D) is unknown color: approx Eggplant. HEX triplet: 91, 00 and 5D. RGB value is (145,0,93). Sum of RGB (Red+Green+Blue) = 145+0+93=238 (31% of max value = 765). Red value is 145 (57.03% from 255 or 60.92% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 145 - color contains mainly: red. Hex color #91005D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91005D is #6EFFA2. Grayscale: #353535. Windows color (decimal): -7274403 or 6094993. OLE color: 6094993.

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

Color convert

RGB145093-
CMYK010.360.43
HSL321.52º100%28.43%-
HSV(B)321.52º100%56.86%-
XYZ13.656.8110.95-
YUV53.96150.04192.94-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 60.92%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 93 (36.72% from 255) = 39.08%
R=60.92%
G=0%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145093010.360.43321.5210028.43
Hex9105D064242B142641c
Octal22101350144445350214434
Binary100100010101110101100100100100101011101000010110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91005D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91005D; }

 p { color: rgb(145,0,93); }

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

<style>
 a { background-color: #91005D; }

 a { background-color: rgb(145,0,93); }

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

<style>
 span { border-color: #91005D; }

 span { border-color: rgb(145,0,93); }

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