#943C7A

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

Shades of Dark Purple #943C7A

Tints of Dark Purple #943C7A

Color information

#943C7A (or 0x943C7A) is unknown color: approx Dark Purple. HEX triplet: 94, 3C and 7A. RGB value is (148,60,122). Sum of RGB (Red+Green+Blue) = 148+60+122=330 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.85% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 122 (48.05% from 255 or 36.97% from 330); Max value from RGB is 148 - color contains mainly: red. Hex color #943C7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943C7A is #6BC385. Grayscale: #5D5D5D. Windows color (decimal): -7062406 or 8010900. OLE color: 8010900.

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

Color convert

RGB14860122-
CMYK00.590.180.42
HSL317.73º42.31%40.78%-
HSV(B)317.73º59.46%58.04%-
XYZ17.3410.9319.61-
YUV93.38144.15166.96-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.85%
GREEN value IS 60 (23.83% from 255) = 18.18%
BLUE value IS 122 (48.05% from 255) = 36.97%
R=44.85%
G=18.18%
B=36.97%

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
Decimal1486012200.590.180.42317.7342.3140.78
Hex943C7A03B122A13e2a29
Octal2247417207322524765251
Binary100101001111001111010011101110010101010100111110101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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