#941061

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

Shades of Eggplant #941061

Tints of Eggplant #941061

Color information

#941061 (or 0x941061) is unknown color: approx Eggplant. HEX triplet: 94, 10 and 61. RGB value is (148,16,97). Sum of RGB (Red+Green+Blue) = 148+16+97=261 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.70% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 97 (38.28% from 255 or 37.16% from 261); Max value from RGB is 148 - color contains mainly: red. Hex color #941061 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941061 is #6BEF9E. Grayscale: #404040. Windows color (decimal): -7073695 or 6361236. OLE color: 6361236.

HSL color Cylindrical-coordinate representation of color #941061: hue angle of 323.18º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #941061 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB1481697-
CMYK00.890.340.42
HSL323.18º80.49%32.16%-
HSV(B)323.18º89.19%58.04%-
XYZ14.567.5312-
YUV64.7146.23187.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.70%
GREEN value IS 16 (6.64% from 255) = 6.13%
BLUE value IS 97 (38.28% from 255) = 37.16%
R=56.70%
G=6.13%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148169700.890.340.42323.1880.4932.16
Hex941061059222A1435020
Octal224201410131425250312040
Binary10010100100001100001010110011000101010101010000111010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941061; }

 p { color: rgb(148,16,97); }

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

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

 a { background-color: rgb(148,16,97); }

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

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

 span { border-color: rgb(148,16,97); }

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