#943389

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

Shades of Dark Purple #943389

Tints of Dark Purple #943389

Color information

#943389 (or 0x943389) is unknown color: approx Dark Purple. HEX triplet: 94, 33 and 89. RGB value is (148,51,137). Sum of RGB (Red+Green+Blue) = 148+51+137=336 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.05% from 336); Green value is 51 (20.31% from 255 or 15.18% from 336); Blue value is 137 (53.91% from 255 or 40.77% from 336); Max value from RGB is 148 - color contains mainly: red. Hex color #943389 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943389 is #6BCC76. Grayscale: #595959. Windows color (decimal): -7064695 or 8991636. OLE color: 8991636.

HSL color Cylindrical-coordinate representation of color #943389: hue angle of 306.8º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #943389 is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB14851137-
CMYK00.660.070.42
HSL306.8º48.74%39.02%-
HSV(B)306.8º65.54%58.04%-
XYZ17.9110.4724.74-
YUV89.81154.64169.51-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.05%
GREEN value IS 51 (20.31% from 255) = 15.18%
BLUE value IS 137 (53.91% from 255) = 40.77%
R=44.05%
G=15.18%
B=40.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1485113700.660.070.42306.848.7439.02
Hex94338904272A1333127
Octal2246321101027524636147
Binary100101001100111000100101000010111101010100110011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943389; }

 p { color: rgb(148,51,137); }

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

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

 a { background-color: rgb(148,51,137); }

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

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

 span { border-color: rgb(148,51,137); }

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