#841688

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

Shades of Dark Magenta #841688

Tints of Dark Magenta #841688

Color information

#841688 (or 0x841688) is unknown color: approx Dark Magenta. HEX triplet: 84, 16 and 88. RGB value is (132,22,136). Sum of RGB (Red+Green+Blue) = 132+22+136=290 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.52% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 136 (53.52% from 255 or 46.90% from 290); Max value from RGB is 136 - color contains mainly: blue. Hex color #841688 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841688 is #7BE977. Grayscale: #434343. Windows color (decimal): -8120696 or 8918660. OLE color: 8918660.

HSL color Cylindrical-coordinate representation of color #841688: hue angle of 297.89º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #841688 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13222136-
CMYK0.030.8400.47
HSL297.89º72.15%30.98%-
HSV(B)297.89º83.82%53.33%-
XYZ14.257.2623.94-
YUV67.89166.44173.73-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.52%
GREEN value IS 22 (8.98% from 255) = 7.59%
BLUE value IS 136 (53.52% from 255) = 46.90%
R=45.52%
G=7.59%
B=46.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal132221360.030.8400.47297.8972.1530.98
Hex84168835402F12a481f
Octal20426210312405745211037
Binary1000010010110100010001110101000101111100101010100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841688; }

 p { color: rgb(132,22,136); }

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

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

 a { background-color: rgb(132,22,136); }

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

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

 span { border-color: rgb(132,22,136); }

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