#943A7F

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

Shades of Dark Purple #943A7F

Tints of Dark Purple #943A7F

Color information

#943A7F (or 0x943A7F) is unknown color: approx Dark Purple. HEX triplet: 94, 3A and 7F. RGB value is (148,58,127). Sum of RGB (Red+Green+Blue) = 148+58+127=333 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.44% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 127 (50% from 255 or 38.14% from 333); Max value from RGB is 148 - color contains mainly: red. Hex color #943A7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943A7F is #6BC580. Grayscale: #5C5C5C. Windows color (decimal): -7062913 or 8338068. OLE color: 8338068.

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

Color convert

RGB14858127-
CMYK00.610.140.42
HSL314º43.69%40.39%-
HSV(B)314º60.81%58.04%-
XYZ17.5610.8521.25-
YUV92.78147.32167.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.44%
GREEN value IS 58 (23.05% from 255) = 17.42%
BLUE value IS 127 (50% from 255) = 38.14%
R=44.44%
G=17.42%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1485812700.610.140.4231443.6940.39
Hex943A7F03DE2A13a2c28
Octal2247217707516524725450
Binary10010100111010111111101111011110101010100111010101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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