#943379

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

Shades of Dark Purple #943379

Tints of Dark Purple #943379

Color information

#943379 (or 0x943379) is unknown color: approx Dark Purple. HEX triplet: 94, 33 and 79. RGB value is (148,51,121). Sum of RGB (Red+Green+Blue) = 148+51+121=320 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.25% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 121 (47.66% from 255 or 37.81% from 320); Max value from RGB is 148 - color contains mainly: red. Hex color #943379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943379 is #6BCC86. Grayscale: #575757. Windows color (decimal): -7064711 or 7943060. OLE color: 7943060.

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

Color convert

RGB14851121-
CMYK00.660.180.42
HSL316.7º48.74%39.02%-
HSV(B)316.7º65.54%58.04%-
XYZ16.8510.0419.14-
YUV87.98146.64170.81-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.25%
GREEN value IS 51 (20.31% from 255) = 15.94%
BLUE value IS 121 (47.66% from 255) = 37.81%
R=46.25%
G=15.94%
B=37.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1485112100.660.180.42316.748.7439.02
Hex943379042122A13d3127
Octal22463171010222524756147
Binary1001010011001111110010100001010010101010100111101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943379; }

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

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

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

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

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

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

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

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