#910C74

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

Shades of Eggplant #910C74

Tints of Eggplant #910C74

Color information

#910C74 (or 0x910C74) is unknown color: approx Eggplant. HEX triplet: 91, 0C and 74. RGB value is (145,12,116). Sum of RGB (Red+Green+Blue) = 145+12+116=273 (36% of max value = 765). Red value is 145 (57.03% from 255 or 53.11% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 116 (45.70% from 255 or 42.49% from 273); Max value from RGB is 145 - color contains mainly: red. Hex color #910C74 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910C74 is #6EF38B. Grayscale: #3F3F3F. Windows color (decimal): -7271308 or 7605393. OLE color: 7605393.

HSL color Cylindrical-coordinate representation of color #910C74: hue angle of 313.08º degrees, saturation: 0.85, 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 #910C74 is Cyan = 0, Magento = 0.92, Yellow = 0.2 and Black (K on CMYK) = 0.43.

Color convert

RGB14512116-
CMYK00.920.20.43
HSL313.08º84.71%30.78%-
HSV(B)313.08º91.72%56.86%-
XYZ14.967.5417.19-
YUV63.62157.56186.04-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 53.11%
GREEN value IS 12 (5.08% from 255) = 4.40%
BLUE value IS 116 (45.70% from 255) = 42.49%
R=53.11%
G=4.40%
B=42.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.2
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451211600.920.20.43313.0884.7130.78
Hex91C7405C142B139551f
Octal221141640134245347112537
Binary10010001110011101000101110010100101011100111001101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,12,116); }

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

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

 a { background-color: rgb(145,12,116); }

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

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

 span { border-color: rgb(145,12,116); }

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