#943980

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

Shades of Dark Purple #943980

Tints of Dark Purple #943980

Color information

#943980 (or 0x943980) is unknown color: approx Dark Purple. HEX triplet: 94, 39 and 80. RGB value is (148,57,128). Sum of RGB (Red+Green+Blue) = 148+57+128=333 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.44% from 333); Green value is 57 (22.66% from 255 or 17.12% from 333); Blue value is 128 (50.39% from 255 or 38.44% from 333); Max value from RGB is 148 - color contains mainly: red. Hex color #943980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943980 is #6BC67F. Grayscale: #5C5C5C. Windows color (decimal): -7063168 or 8403348. OLE color: 8403348.

HSL color Cylindrical-coordinate representation of color #943980: hue angle of 313.19º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #943980 is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB14857128-
CMYK00.610.140.42
HSL313.19º44.39%40.2%-
HSV(B)313.19º61.49%58.04%-
XYZ17.5710.7821.58-
YUV92.3148.15167.73-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.44%
GREEN value IS 57 (22.66% from 255) = 17.12%
BLUE value IS 128 (50.39% from 255) = 38.44%
R=44.44%
G=17.12%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1485712800.610.140.42313.1944.3940.2
Hex94398003DE2A1392c28
Octal2247120007516524715450
Binary100101001110011000000001111011110101010100111001101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943980; }

 p { color: rgb(148,57,128); }

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

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

 a { background-color: rgb(148,57,128); }

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

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

 span { border-color: rgb(148,57,128); }

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