#930976

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

Shades of Eggplant #930976

Tints of Eggplant #930976

Color information

#930976 (or 0x930976) is unknown color: approx Eggplant. HEX triplet: 93, 09 and 76. RGB value is (147,9,118). Sum of RGB (Red+Green+Blue) = 147+9+118=274 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.65% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 118 (46.48% from 255 or 43.07% from 274); Max value from RGB is 147 - color contains mainly: red. Hex color #930976 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930976 is #6CF689. Grayscale: #3E3E3E. Windows color (decimal): -7141002 or 7735699. OLE color: 7735699.

HSL color Cylindrical-coordinate representation of color #930976: hue angle of 312.61º 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 #930976 is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB1479118-
CMYK00.940.200.42
HSL312.61º88.46%30.59%-
HSV(B)312.61º93.88%57.65%-
XYZ15.47.7117.82-
YUV62.69159.22188.14-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 53.65%
GREEN value IS 9 (3.91% from 255) = 3.28%
BLUE value IS 118 (46.48% from 255) = 43.07%
R=53.65%
G=3.28%
B=43.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147911800.940.200.42312.6188.4630.59
Hex9397605E142A139581f
Octal223111660136245247113037
Binary10010011100111101100101111010100101010100111001101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930976; }

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

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

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

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

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

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

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

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