#943C83

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

Shades of Dark Purple #943C83

Tints of Dark Purple #943C83

Color information

#943C83 (or 0x943C83) is unknown color: approx Dark Purple. HEX triplet: 94, 3C and 83. RGB value is (148,60,131). Sum of RGB (Red+Green+Blue) = 148+60+131=339 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.66% from 339); Green value is 60 (23.83% from 255 or 17.70% from 339); Blue value is 131 (51.56% from 255 or 38.64% from 339); Max value from RGB is 148 - color contains mainly: red. Hex color #943C83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943C83 is #6BC37C. Grayscale: #5E5E5E. Windows color (decimal): -7062397 or 8600724. OLE color: 8600724.

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

Color convert

RGB14860131-
CMYK00.590.110.42
HSL311.59º42.31%40.78%-
HSV(B)311.59º59.46%58.04%-
XYZ17.9311.1722.68-
YUV94.41148.65166.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.66%
GREEN value IS 60 (23.83% from 255) = 17.70%
BLUE value IS 131 (51.56% from 255) = 38.64%
R=43.66%
G=17.70%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1486013100.590.110.42311.5942.3140.78
Hex943C8303BB2A1382a29
Octal2247420307313524705251
Binary100101001111001000001101110111011101010100111000101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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