#930F66

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

Shades of Eggplant #930F66

Tints of Eggplant #930F66

Color information

#930F66 (or 0x930F66) is unknown color: approx Eggplant. HEX triplet: 93, 0F and 66. RGB value is (147,15,102). Sum of RGB (Red+Green+Blue) = 147+15+102=264 (34% of max value = 765). Red value is 147 (57.81% from 255 or 55.68% from 264); Green value is 15 (6.25% from 255 or 5.68% from 264); Blue value is 102 (40.23% from 255 or 38.64% from 264); Max value from RGB is 147 - color contains mainly: red. Hex color #930F66 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930F66 is #6CF099. Grayscale: #404040. Windows color (decimal): -7139482 or 6688659. OLE color: 6688659.

HSL color Cylindrical-coordinate representation of color #930F66: hue angle of 320.45º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #930F66 is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB14715102-
CMYK00.900.310.42
HSL320.45º81.48%31.76%-
HSV(B)320.45º89.8%57.65%-
XYZ14.67.513.25-
YUV64.39149.23186.93-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 55.68%
GREEN value IS 15 (6.25% from 255) = 5.68%
BLUE value IS 102 (40.23% from 255) = 38.64%
R=55.68%
G=5.68%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471510200.900.310.42320.4581.4831.76
Hex93F6605A1F2A1405120
Octal223171460132375250012140
Binary100100111111110011001011010111111010101010000001010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930F66; }

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

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

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

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

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

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

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

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