#943D7A

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

Shades of Dark Purple #943D7A

Tints of Dark Purple #943D7A

Color information

#943D7A (or 0x943D7A) is unknown color: approx Dark Purple. HEX triplet: 94, 3D and 7A. RGB value is (148,61,122). Sum of RGB (Red+Green+Blue) = 148+61+122=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 61 (24.22% from 255 or 18.43% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 148 - color contains mainly: red. Hex color #943D7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943D7A is #6BC285. Grayscale: #5D5D5D. Windows color (decimal): -7062150 or 8011156. OLE color: 8011156.

HSL color Cylindrical-coordinate representation of color #943D7A: hue angle of 317.93º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #943D7A is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB14861122-
CMYK00.590.180.42
HSL317.93º41.63%40.98%-
HSV(B)317.93º58.78%58.04%-
XYZ17.3911.0419.63-
YUV93.97143.82166.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.71%
GREEN value IS 61 (24.22% from 255) = 18.43%
BLUE value IS 122 (48.05% from 255) = 36.86%
R=44.71%
G=18.43%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1486112200.590.180.42317.9341.6340.98
Hex943D7A03B122A13e2a29
Octal2247517207322524765251
Binary100101001111011111010011101110010101010100111110101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943D7A; }

 p { color: rgb(148,61,122); }

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

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

 a { background-color: rgb(148,61,122); }

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

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

 span { border-color: rgb(148,61,122); }

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