#943C82

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

Shades of Dark Purple #943C82

Tints of Dark Purple #943C82

Color information

#943C82 (or 0x943C82) is unknown color: approx Dark Purple. HEX triplet: 94, 3C and 82. RGB value is (148,60,130). Sum of RGB (Red+Green+Blue) = 148+60+130=338 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.79% from 338); Green value is 60 (23.83% from 255 or 17.75% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 148 - color contains mainly: red. Hex color #943C82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943C82 is #6BC37D. Grayscale: #5E5E5E. Windows color (decimal): -7062398 or 8535188. OLE color: 8535188.

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

Color convert

RGB14860130-
CMYK00.590.120.42
HSL312.27º42.31%40.78%-
HSV(B)312.27º59.46%58.04%-
XYZ17.8611.1422.33-
YUV94.29148.15166.31-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.79%
GREEN value IS 60 (23.83% from 255) = 17.75%
BLUE value IS 130 (51.17% from 255) = 38.46%
R=43.79%
G=17.75%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1486013000.590.120.42312.2742.3140.78
Hex943C8203BC2A1382a29
Octal2247420207314524705251
Binary100101001111001000001001110111100101010100111000101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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