#931465

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

Shades of Eggplant #931465

Tints of Eggplant #931465

Color information

#931465 (or 0x931465) is unknown color: approx Eggplant. HEX triplet: 93, 14 and 65. RGB value is (147,20,101). Sum of RGB (Red+Green+Blue) = 147+20+101=268 (35% of max value = 765). Red value is 147 (57.81% from 255 or 54.85% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 147 - color contains mainly: red. Hex color #931465 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #931465 is #6CEB9A. Grayscale: #434343. Windows color (decimal): -7138203 or 6624403. OLE color: 6624403.

HSL color Cylindrical-coordinate representation of color #931465: hue angle of 321.73º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #931465 is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB14720101-
CMYK00.860.310.42
HSL321.73º76.05%32.75%-
HSV(B)321.73º86.39%57.65%-
XYZ14.637.6413.02-
YUV67.21147.08184.91-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 54.85%
GREEN value IS 20 (8.20% from 255) = 7.46%
BLUE value IS 101 (39.84% from 255) = 37.69%
R=54.85%
G=7.46%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1472010100.860.310.42321.7376.0532.75
Hex9314650561F2A1424c21
Octal223241450126375250211441
Binary1001001110100110010101010110111111010101010000101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931465; }

 p { color: rgb(147,20,101); }

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

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

 a { background-color: rgb(147,20,101); }

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

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

 span { border-color: rgb(147,20,101); }

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