#930F61

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

Shades of Eggplant #930F61

Tints of Eggplant #930F61

Color information

#930F61 (or 0x930F61) is unknown color: approx Eggplant. HEX triplet: 93, 0F and 61. RGB value is (147,15,97). Sum of RGB (Red+Green+Blue) = 147+15+97=259 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.76% from 259); Green value is 15 (6.25% from 255 or 5.79% from 259); Blue value is 97 (38.28% from 255 or 37.45% from 259); Max value from RGB is 147 - color contains mainly: red. Hex color #930F61 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930F61 is #6CF09E. Grayscale: #3F3F3F. Windows color (decimal): -7139487 or 6360979. OLE color: 6360979.

HSL color Cylindrical-coordinate representation of color #930F61: hue angle of 322.73º 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 #930F61 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB1471597-
CMYK00.900.340.42
HSL322.73º81.48%31.76%-
HSV(B)322.73º89.8%57.65%-
XYZ14.367.4111.98-
YUV63.82146.73187.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 56.76%
GREEN value IS 15 (6.25% from 255) = 5.79%
BLUE value IS 97 (38.28% from 255) = 37.45%
R=56.76%
G=5.79%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147159700.900.340.42322.7381.4831.76
Hex93F6105A222A1435120
Octal223171410132425250312140
Binary1001001111111100001010110101000101010101010000111010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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