#930656

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

Shades of Eggplant #930656

Tints of Eggplant #930656

Color information

#930656 (or 0x930656) is unknown color: approx Eggplant. HEX triplet: 93, 06 and 56. RGB value is (147,6,86). Sum of RGB (Red+Green+Blue) = 147+6+86=239 (31% of max value = 765). Red value is 147 (57.81% from 255 or 61.51% from 239); Green value is 6 (2.73% from 255 or 2.51% from 239); Blue value is 86 (33.98% from 255 or 35.98% from 239); Max value from RGB is 147 - color contains mainly: red. Hex color #930656 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930656 is #6CF9A9. Grayscale: #393939. Windows color (decimal): -7141802 or 5637779. OLE color: 5637779.

HSL color Cylindrical-coordinate representation of color #930656: hue angle of 325.96º 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 #930656 is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB147686-
CMYK00.960.410.42
HSL325.96º92.16%30%-
HSV(B)325.96º95.92%57.65%-
XYZ13.787.019.43-
YUV57.28144.21192-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 61.51%
GREEN value IS 6 (2.73% from 255) = 2.51%
BLUE value IS 86 (33.98% from 255) = 35.98%
R=61.51%
G=2.51%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14768600.960.410.42325.9692.1630
Hex93656060292A1465c1e
Octal22361260140515250613436
Binary10010011110101011001100000101001101010101000110101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930656; }

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

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

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

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

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

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

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

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