#930965

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

Shades of Eggplant #930965

Tints of Eggplant #930965

Color information

#930965 (or 0x930965) is unknown color: approx Eggplant. HEX triplet: 93, 09 and 65. RGB value is (147,9,101). Sum of RGB (Red+Green+Blue) = 147+9+101=257 (34% of max value = 765). Red value is 147 (57.81% from 255 or 57.20% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 101 (39.84% from 255 or 39.30% from 257); Max value from RGB is 147 - color contains mainly: red. Hex color #930965 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930965 is #6CF69A. Grayscale: #3C3C3C. Windows color (decimal): -7141019 or 6621587. OLE color: 6621587.

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

Color convert

RGB1479101-
CMYK00.940.310.42
HSL320º88.46%30.59%-
HSV(B)320º93.88%57.65%-
XYZ14.487.3412.97-
YUV60.75150.72189.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 57.20%
GREEN value IS 9 (3.91% from 255) = 3.50%
BLUE value IS 101 (39.84% from 255) = 39.30%
R=57.20%
G=3.50%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147910100.940.310.4232088.4630.59
Hex9396505E1F2A140581f
Octal223111450136375250013037
Binary10010011100111001010101111011111101010101000000101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930965; }

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

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

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

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

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

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

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

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