#910561

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

Shades of Eggplant #910561

Tints of Eggplant #910561

Color information

#910561 (or 0x910561) is unknown color: approx Eggplant. HEX triplet: 91, 05 and 61. RGB value is (145,5,97). Sum of RGB (Red+Green+Blue) = 145+5+97=247 (32% of max value = 765). Red value is 145 (57.03% from 255 or 58.70% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 97 (38.28% from 255 or 39.27% from 247); Max value from RGB is 145 - color contains mainly: red. Hex color #910561 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910561 is #6EFA9E. Grayscale: #393939. Windows color (decimal): -7273119 or 6358417. OLE color: 6358417.

HSL color Cylindrical-coordinate representation of color #910561: hue angle of 320.57º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #910561 is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.43.

Color convert

RGB145597-
CMYK00.970.330.43
HSL320.57º93.33%29.41%-
HSV(B)320.57º96.55%56.86%-
XYZ13.896.9911.93-
YUV57.35150.38190.52-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 58.70%
GREEN value IS 5 (2.34% from 255) = 2.02%
BLUE value IS 97 (38.28% from 255) = 39.27%
R=58.70%
G=2.02%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.33
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14559700.970.330.43320.5793.3329.41
Hex91561061212B1415d1d
Octal22151410141415350113535
Binary10010001101110000101100001100001101011101000001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910561; }

 p { color: rgb(145,5,97); }

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

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

 a { background-color: rgb(145,5,97); }

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

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

 span { border-color: rgb(145,5,97); }

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