#930E73

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

Shades of Eggplant #930E73

Tints of Eggplant #930E73

Color information

#930E73 (or 0x930E73) is unknown color: approx Eggplant. HEX triplet: 93, 0E and 73. RGB value is (147,14,115). Sum of RGB (Red+Green+Blue) = 147+14+115=276 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.26% from 276); Green value is 14 (5.86% from 255 or 5.07% from 276); Blue value is 115 (45.31% from 255 or 41.67% from 276); Max value from RGB is 147 - color contains mainly: red. Hex color #930E73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930E73 is #6CF18C. Grayscale: #414141. Windows color (decimal): -7139725 or 7540371. OLE color: 7540371.

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

Color convert

RGB14714115-
CMYK00.900.220.42
HSL314.44º82.61%31.57%-
HSV(B)314.44º90.48%57.65%-
XYZ15.287.7516.91-
YUV65.28156.06186.29-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 53.26%
GREEN value IS 14 (5.86% from 255) = 5.07%
BLUE value IS 115 (45.31% from 255) = 41.67%
R=53.26%
G=5.07%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471411500.900.220.42314.4482.6131.57
Hex93E7305A162A13a5320
Octal223161630132265247212340
Binary100100111110111001101011010101101010101001110101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,14,115); }

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

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

 a { background-color: rgb(147,14,115); }

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

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

 span { border-color: rgb(147,14,115); }

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