#943B82

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

Shades of Dark Purple #943B82

Tints of Dark Purple #943B82

Color information

#943B82 (or 0x943B82) is unknown color: approx Dark Purple. HEX triplet: 94, 3B and 82. RGB value is (148,59,130). Sum of RGB (Red+Green+Blue) = 148+59+130=337 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.92% from 337); Green value is 59 (23.44% from 255 or 17.51% from 337); Blue value is 130 (51.17% from 255 or 38.58% from 337); Max value from RGB is 148 - color contains mainly: red. Hex color #943B82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943B82 is #6BC47D. Grayscale: #5D5D5D. Windows color (decimal): -7062654 or 8534932. OLE color: 8534932.

HSL color Cylindrical-coordinate representation of color #943B82: hue angle of 312.13º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #943B82 is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB14859130-
CMYK00.600.120.42
HSL312.13º43%40.59%-
HSV(B)312.13º60.14%58.04%-
XYZ17.8111.0422.31-
YUV93.7148.49166.73-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.92%
GREEN value IS 59 (23.44% from 255) = 17.51%
BLUE value IS 130 (51.17% from 255) = 38.58%
R=43.92%
G=17.51%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1485913000.600.120.42312.134340.59
Hex943B8203CC2A1382b29
Octal2247320207414524705351
Binary100101001110111000001001111001100101010100111000101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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