#841D80

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

Shades of Dark Purple #841D80

Tints of Dark Purple #841D80

Color information

#841D80 (or 0x841D80) is unknown color: approx Dark Purple. HEX triplet: 84, 1D and 80. RGB value is (132,29,128). Sum of RGB (Red+Green+Blue) = 132+29+128=289 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.67% from 289); Green value is 29 (11.72% from 255 or 10.03% from 289); Blue value is 128 (50.39% from 255 or 44.29% from 289); Max value from RGB is 132 - color contains mainly: red. Hex color #841D80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841D80 is #7BE27F. Grayscale: #464646. Windows color (decimal): -8118912 or 8396164. OLE color: 8396164.

HSL color Cylindrical-coordinate representation of color #841D80: hue angle of 302.33º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #841D80 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB13229128-
CMYK00.780.030.48
HSL302.33º63.98%31.57%-
HSV(B)302.33º78.03%51.76%-
XYZ13.857.3421.11-
YUV71.08160.12171.45-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.67%
GREEN value IS 29 (11.72% from 255) = 10.03%
BLUE value IS 128 (50.39% from 255) = 44.29%
R=45.67%
G=10.03%
B=44.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1322912800.780.030.48302.3363.9831.57
Hex841D8004E33012e4020
Octal20435200011636045610040
Binary10000100111011000000001001110111100001001011101000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841D80; }

 p { color: rgb(132,29,128); }

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

<style>
 a { background-color: #841D80; }

 a { background-color: rgb(132,29,128); }

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

<style>
 span { border-color: #841D80; }

 span { border-color: rgb(132,29,128); }

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