#842E6C

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

Shades of Dark Purple #842E6C

Tints of Dark Purple #842E6C

Color information

#842E6C (or 0x842E6C) is unknown color: approx Dark Purple. HEX triplet: 84, 2E and 6C. RGB value is (132,46,108). Sum of RGB (Red+Green+Blue) = 132+46+108=286 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.15% from 286); Green value is 46 (18.36% from 255 or 16.08% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 132 - color contains mainly: red. Hex color #842E6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842E6C is #7BD193. Grayscale: #4E4E4E. Windows color (decimal): -8114580 or 7089796. OLE color: 7089796.

HSL color Cylindrical-coordinate representation of color #842E6C: hue angle of 316.74º 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 #842E6C is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB13246108-
CMYK00.650.180.48
HSL316.74º48.31%34.9%-
HSV(B)316.74º65.15%51.76%-
XYZ13.27.9415.02-
YUV78.78144.49165.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.15%
GREEN value IS 46 (18.36% from 255) = 16.08%
BLUE value IS 108 (42.58% from 255) = 37.76%
R=46.15%
G=16.08%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1324610800.650.180.48316.7448.3134.9
Hex842E6C041123013d3023
Octal20456154010122604756043
Binary1000010010111011011000100000110010110000100111101110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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