#930166

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

Shades of Eggplant #930166

Tints of Eggplant #930166

Color information

#930166 (or 0x930166) is unknown color: approx Eggplant. HEX triplet: 93, 01 and 66. RGB value is (147,1,102). Sum of RGB (Red+Green+Blue) = 147+1+102=250 (33% of max value = 765). Red value is 147 (57.81% from 255 or 58.8% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 102 (40.23% from 255 or 40.8% from 250); Max value from RGB is 147 - color contains mainly: red. Hex color #930166 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930166 is #6CFE99. Grayscale: #373737. Windows color (decimal): -7143066 or 6685075. OLE color: 6685075.

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

Color convert

RGB1471102-
CMYK00.990.310.42
HSL318.49º98.65%29.02%-
HSV(B)318.49º99.32%57.65%-
XYZ14.447.1813.2-
YUV56.17153.87192.79-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 58.8%
GREEN value IS 1 (0.78% from 255) = 0.4%
BLUE value IS 102 (40.23% from 255) = 40.8%
R=58.8%
G=0.4%
B=40.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147110200.990.310.42318.4998.6529.02
Hex931660631F2A13e631d
Octal22311460143375247614335
Binary10010011111001100110001111111101010100111110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930166; }

 p { color: rgb(147,1,102); }

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

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

 a { background-color: rgb(147,1,102); }

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

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

 span { border-color: rgb(147,1,102); }

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