#842E6F

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

Shades of Dark Purple #842E6F

Tints of Dark Purple #842E6F

Color information

#842E6F (or 0x842E6F) is unknown color: approx Dark Purple. HEX triplet: 84, 2E and 6F. RGB value is (132,46,111). Sum of RGB (Red+Green+Blue) = 132+46+111=289 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.67% from 289); Green value is 46 (18.36% from 255 or 15.92% from 289); Blue value is 111 (43.75% from 255 or 38.41% from 289); Max value from RGB is 132 - color contains mainly: red. Hex color #842E6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842E6F is #7BD190. Grayscale: #4E4E4E. Windows color (decimal): -8114577 or 7286404. OLE color: 7286404.

HSL color Cylindrical-coordinate representation of color #842E6F: hue angle of 314.65º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #842E6F is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB13246111-
CMYK00.650.160.48
HSL314.65º48.31%34.9%-
HSV(B)314.65º65.15%51.76%-
XYZ13.368.0115.88-
YUV79.12145.99165.71-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.67%
GREEN value IS 46 (18.36% from 255) = 15.92%
BLUE value IS 111 (43.75% from 255) = 38.41%
R=45.67%
G=15.92%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1324611100.650.160.48314.6548.3134.9
Hex842E6F041103013b3023
Octal20456157010120604736043
Binary1000010010111011011110100000110000110000100111011110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,46,111); }

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

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

 a { background-color: rgb(132,46,111); }

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

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

 span { border-color: rgb(132,46,111); }

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