#841E82

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

Shades of Dark Purple #841E82

Tints of Dark Purple #841E82

Color information

#841E82 (or 0x841E82) is unknown color: approx Dark Purple. HEX triplet: 84, 1E and 82. RGB value is (132,30,130). Sum of RGB (Red+Green+Blue) = 132+30+130=292 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.21% from 292); Green value is 30 (12.11% from 255 or 10.27% from 292); Blue value is 130 (51.17% from 255 or 44.52% from 292); Max value from RGB is 132 - color contains mainly: red. Hex color #841E82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841E82 is #7BE17D. Grayscale: #474747. Windows color (decimal): -8118654 or 8527492. OLE color: 8527492.

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

Color convert

RGB13230130-
CMYK00.770.020.48
HSL301.18º62.96%31.76%-
HSV(B)301.18º77.27%51.76%-
XYZ14.017.4521.82-
YUV71.9160.79170.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.21%
GREEN value IS 30 (12.11% from 255) = 10.27%
BLUE value IS 130 (51.17% from 255) = 44.52%
R=45.21%
G=10.27%
B=44.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323013000.770.020.48301.1862.9631.76
Hex841E8204D23012d3f20
Octal2043620201152604557740
Binary1000010011110100000100100110110110000100101101111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,30,130); }

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

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

 a { background-color: rgb(132,30,130); }

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

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

 span { border-color: rgb(132,30,130); }

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