#930971

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

Shades of Eggplant #930971

Tints of Eggplant #930971

Color information

#930971 (or 0x930971) is unknown color: approx Eggplant. HEX triplet: 93, 09 and 71. RGB value is (147,9,113). Sum of RGB (Red+Green+Blue) = 147+9+113=269 (35% of max value = 765). Red value is 147 (57.81% from 255 or 54.65% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 147 - color contains mainly: red. Hex color #930971 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930971 is #6CF68E. Grayscale: #3D3D3D. Windows color (decimal): -7141007 or 7408019. OLE color: 7408019.

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

Color convert

RGB1479113-
CMYK00.940.230.42
HSL314.78º88.46%30.59%-
HSV(B)314.78º93.88%57.65%-
XYZ15.117.5916.29-
YUV62.12156.72188.54-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 54.65%
GREEN value IS 9 (3.91% from 255) = 3.35%
BLUE value IS 113 (44.53% from 255) = 42.01%
R=54.65%
G=3.35%
B=42.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147911300.940.230.42314.7888.4630.59
Hex9397105E172A13b581f
Octal223111610136275247313037
Binary10010011100111100010101111010111101010100111011101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930971; }

 p { color: rgb(147,9,113); }

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

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

 a { background-color: rgb(147,9,113); }

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

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

 span { border-color: rgb(147,9,113); }

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