#943A7C

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

Shades of Dark Purple #943A7C

Tints of Dark Purple #943A7C

Color information

#943A7C (or 0x943A7C) is unknown color: approx Dark Purple. HEX triplet: 94, 3A and 7C. RGB value is (148,58,124). Sum of RGB (Red+Green+Blue) = 148+58+124=330 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.85% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 148 - color contains mainly: red. Hex color #943A7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943A7C is #6BC583. Grayscale: #5C5C5C. Windows color (decimal): -7062916 or 8141460. OLE color: 8141460.

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

Color convert

RGB14858124-
CMYK00.610.160.42
HSL316º43.69%40.39%-
HSV(B)316º60.81%58.04%-
XYZ17.3610.7820.23-
YUV92.43145.82167.63-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.85%
GREEN value IS 58 (23.05% from 255) = 17.58%
BLUE value IS 124 (48.83% from 255) = 37.58%
R=44.85%
G=17.58%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1485812400.610.160.4231643.6940.39
Hex943A7C03D102A13c2c28
Octal2247217407520524745450
Binary100101001110101111100011110110000101010100111100101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,58,124); }

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

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

 a { background-color: rgb(148,58,124); }

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

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

 span { border-color: rgb(148,58,124); }

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