#943973

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

Shades of Dark Purple #943973

Tints of Dark Purple #943973

Color information

#943973 (or 0x943973) is unknown color: approx Dark Purple. HEX triplet: 94, 39 and 73. RGB value is (148,57,115). Sum of RGB (Red+Green+Blue) = 148+57+115=320 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.25% from 320); Green value is 57 (22.66% from 255 or 17.81% from 320); Blue value is 115 (45.31% from 255 or 35.94% from 320); Max value from RGB is 148 - color contains mainly: red. Hex color #943973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943973 is #6BC68C. Grayscale: #5A5A5A. Windows color (decimal): -7063181 or 7551380. OLE color: 7551380.

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

Color convert

RGB14857115-
CMYK00.610.220.42
HSL321.76º44.39%40.2%-
HSV(B)321.76º61.49%58.04%-
XYZ16.7710.4617.35-
YUV90.82141.65168.78-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.25%
GREEN value IS 57 (22.66% from 255) = 17.81%
BLUE value IS 115 (45.31% from 255) = 35.94%
R=46.25%
G=17.81%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1485711500.610.220.42321.7644.3940.2
Hex94397303D162A1422c28
Octal2247116307526525025450
Binary100101001110011110011011110110110101010101000010101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943973; }

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

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

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

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

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

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

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

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