#943873

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

Shades of Dark Purple #943873

Tints of Dark Purple #943873

Color information

#943873 (or 0x943873) is unknown color: approx Dark Purple. HEX triplet: 94, 38 and 73. RGB value is (148,56,115). Sum of RGB (Red+Green+Blue) = 148+56+115=319 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.39% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 148 - color contains mainly: red. Hex color #943873 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943873 is #6BC78C. Grayscale: #5A5A5A. Windows color (decimal): -7063437 or 7551124. OLE color: 7551124.

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

Color convert

RGB14856115-
CMYK00.620.220.42
HSL321.52º45.1%40%-
HSV(B)321.52º62.16%58.04%-
XYZ16.7210.3617.34-
YUV90.23141.98169.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.39%
GREEN value IS 56 (22.27% from 255) = 17.55%
BLUE value IS 115 (45.31% from 255) = 36.05%
R=46.39%
G=17.55%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1485611500.620.220.42321.5245.140
Hex94387303E162A1422d28
Octal2247016307626525025550
Binary100101001110001110011011111010110101010101000010101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943873; }

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

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

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

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

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

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

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

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