#943D81

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

Shades of Dark Purple #943D81

Tints of Dark Purple #943D81

Color information

#943D81 (or 0x943D81) is unknown color: approx Dark Purple. HEX triplet: 94, 3D and 81. RGB value is (148,61,129). Sum of RGB (Red+Green+Blue) = 148+61+129=338 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.79% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 129 (50.78% from 255 or 38.17% from 338); Max value from RGB is 148 - color contains mainly: red. Hex color #943D81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943D81 is #6BC27E. Grayscale: #5E5E5E. Windows color (decimal): -7062143 or 8469908. OLE color: 8469908.

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

Color convert

RGB14861129-
CMYK00.590.130.42
HSL313.1º41.63%40.98%-
HSV(B)313.1º58.78%58.04%-
XYZ17.8411.2221.99-
YUV94.76147.32165.97-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.79%
GREEN value IS 61 (24.22% from 255) = 18.05%
BLUE value IS 129 (50.78% from 255) = 38.17%
R=43.79%
G=18.05%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1486112900.590.130.42313.141.6340.98
Hex943D8103BD2A1392a29
Octal2247520107315524715251
Binary100101001111011000000101110111101101010100111001101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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