#943373

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

Shades of Dark Purple #943373

Tints of Dark Purple #943373

Color information

#943373 (or 0x943373) is unknown color: approx Dark Purple. HEX triplet: 94, 33 and 73. RGB value is (148,51,115). Sum of RGB (Red+Green+Blue) = 148+51+115=314 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.13% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 115 (45.31% from 255 or 36.62% from 314); Max value from RGB is 148 - color contains mainly: red. Hex color #943373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943373 is #6BCC8C. Grayscale: #575757. Windows color (decimal): -7064717 or 7549844. OLE color: 7549844.

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

Color convert

RGB14851115-
CMYK00.660.220.42
HSL320.41º48.74%39.02%-
HSV(B)320.41º65.54%58.04%-
XYZ16.499.917.26-
YUV87.3143.64171.3-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.13%
GREEN value IS 51 (20.31% from 255) = 16.24%
BLUE value IS 115 (45.31% from 255) = 36.62%
R=47.13%
G=16.24%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1485111500.660.220.42320.4148.7439.02
Hex943373042162A1403127
Octal22463163010226525006147
Binary1001010011001111100110100001010110101010101000000110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943373; }

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

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

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

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

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

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

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

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