#930660

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

Shades of Eggplant #930660

Tints of Eggplant #930660

Color information

#930660 (or 0x930660) is unknown color: approx Eggplant. HEX triplet: 93, 06 and 60. RGB value is (147,6,96). Sum of RGB (Red+Green+Blue) = 147+6+96=249 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.04% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 96 (37.89% from 255 or 38.55% from 249); Max value from RGB is 147 - color contains mainly: red. Hex color #930660 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930660 is #6CF99F. Grayscale: #3A3A3A. Windows color (decimal): -7141792 or 6293139. OLE color: 6293139.

HSL color Cylindrical-coordinate representation of color #930660: hue angle of 321.7º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #930660 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB147696-
CMYK00.960.350.42
HSL321.7º92.16%30%-
HSV(B)321.7º95.92%57.65%-
XYZ14.217.1811.7-
YUV58.42149.21191.18-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 59.04%
GREEN value IS 6 (2.73% from 255) = 2.41%
BLUE value IS 96 (37.89% from 255) = 38.55%
R=59.04%
G=2.41%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14769600.960.350.42321.792.1630
Hex93660060232A1425c1e
Octal22361400140435250213436
Binary10010011110110000001100000100011101010101000010101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930660; }

 p { color: rgb(147,6,96); }

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

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

 a { background-color: rgb(147,6,96); }

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

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

 span { border-color: rgb(147,6,96); }

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