#930668

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

Shades of Eggplant #930668

Tints of Eggplant #930668

Color information

#930668 (or 0x930668) is unknown color: approx Eggplant. HEX triplet: 93, 06 and 68. RGB value is (147,6,104). Sum of RGB (Red+Green+Blue) = 147+6+104=257 (34% of max value = 765). Red value is 147 (57.81% from 255 or 57.20% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 104 (41.02% from 255 or 40.47% from 257); Max value from RGB is 147 - color contains mainly: red. Hex color #930668 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930668 is #6CF997. Grayscale: #3B3B3B. Windows color (decimal): -7141784 or 6817427. OLE color: 6817427.

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

Color convert

RGB1476104-
CMYK00.960.290.42
HSL318.3º92.16%30%-
HSV(B)318.3º95.92%57.65%-
XYZ14.67.3313.74-
YUV59.33153.21190.53-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 57.20%
GREEN value IS 6 (2.73% from 255) = 2.33%
BLUE value IS 104 (41.02% from 255) = 40.47%
R=57.20%
G=2.33%
B=40.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147610400.960.290.42318.392.1630
Hex936680601D2A13e5c1e
Octal22361500140355247613436
Binary1001001111011010000110000011101101010100111110101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930668; }

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

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

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

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

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

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

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

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