#930F5F

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

Shades of Eggplant #930F5F

Tints of Eggplant #930F5F

Color information

#930F5F (or 0x930F5F) is unknown color: approx Eggplant. HEX triplet: 93, 0F and 5F. RGB value is (147,15,95). Sum of RGB (Red+Green+Blue) = 147+15+95=257 (34% of max value = 765). Red value is 147 (57.81% from 255 or 57.20% from 257); Green value is 15 (6.25% from 255 or 5.84% from 257); Blue value is 95 (37.5% from 255 or 36.96% from 257); Max value from RGB is 147 - color contains mainly: red. Hex color #930F5F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930F5F is #6CF0A0. Grayscale: #3F3F3F. Windows color (decimal): -7139489 or 6229907. OLE color: 6229907.

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

Color convert

RGB1471595-
CMYK00.900.350.42
HSL323.64º81.48%31.76%-
HSV(B)323.64º89.8%57.65%-
XYZ14.277.3711.5-
YUV63.59145.73187.5-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 57.20%
GREEN value IS 15 (6.25% from 255) = 5.84%
BLUE value IS 95 (37.5% from 255) = 36.96%
R=57.20%
G=5.84%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147159500.900.350.42323.6481.4831.76
Hex93F5F05A232A1445120
Octal223171370132435250412140
Binary1001001111111011111010110101000111010101010001001010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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