#910B5D

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

Shades of Eggplant #910B5D

Tints of Eggplant #910B5D

Color information

#910B5D (or 0x910B5D) is unknown color: approx Eggplant. HEX triplet: 91, 0B and 5D. RGB value is (145,11,93). Sum of RGB (Red+Green+Blue) = 145+11+93=249 (32% of max value = 765). Red value is 145 (57.03% from 255 or 58.23% from 249); Green value is 11 (4.69% from 255 or 4.42% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 145 - color contains mainly: red. Hex color #910B5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910B5D is #6EF4A2. Grayscale: #3C3C3C. Windows color (decimal): -7271587 or 6097809. OLE color: 6097809.

HSL color Cylindrical-coordinate representation of color #910B5D: hue angle of 323.28º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #910B5D is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB1451193-
CMYK00.920.360.43
HSL323.28º85.9%30.59%-
HSV(B)323.28º92.41%56.86%-
XYZ13.777.0510.99-
YUV60.41146.39188.33-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 58.23%
GREEN value IS 11 (4.69% from 255) = 4.42%
BLUE value IS 93 (36.72% from 255) = 37.35%
R=58.23%
G=4.42%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145119300.920.360.43323.2885.930.59
Hex91B5D05C242B143561f
Octal221131350134445350312637
Binary100100011011101110101011100100100101011101000011101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910B5D; }

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

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

<style>
 a { background-color: #910B5D; }

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

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

<style>
 span { border-color: #910B5D; }

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

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