#842b6e

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

Shades of Dark Purple #842B6E

Tints of Dark Purple #842B6E

Color information

#842B6E (or 0x842B6E) is unknown color: approx Dark Purple. HEX triplet: 84, 2B and 6E. RGB value is (132,43,110). Sum of RGB (Red+Green+Blue) = 132+43+110=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 43 (17.19% from 255 or 15.09% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 132 - color contains mainly: red. Hex color #842B6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842B6E is #7BD491. Grayscale: #4D4D4D. Windows color (decimal): -8115346 or 7220100. OLE color: 7220100.

HSL color Cylindrical-coordinate representation of color #842B6E: hue angle of 314.83º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #842B6E is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB13243110-
CMYK00.670.170.48
HSL314.83º50.86%34.31%-
HSV(B)314.83º67.42%51.76%-
XYZ13.197.7615.55-
YUV77.25146.49167.05-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.32%
GREEN value IS 43 (17.19% from 255) = 15.09%
BLUE value IS 110 (43.36% from 255) = 38.60%
R=46.32%
G=15.09%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1324311000.670.170.48314.8350.8634.31
Hex842B6E043113013b3322
Octal20453156010321604736342
Binary1000010010101111011100100001110001110000100111011110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842b6e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842b6e; }

 p { color: rgb(132,43,110); }

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

<style>
 a { background-color: #842b6e; }

 a { background-color: rgb(132,43,110); }

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

<style>
 span { border-color: #842b6e; }

 span { border-color: rgb(132,43,110); }

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