#841996

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

Shades of Dark Magenta #841996

Tints of Dark Magenta #841996

Color information

#841996 (or 0x841996) is unknown color: approx Dark Magenta. HEX triplet: 84, 19 and 96. RGB value is (132,25,150). Sum of RGB (Red+Green+Blue) = 132+25+150=307 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.00% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 150 (58.98% from 255 or 48.86% from 307); Max value from RGB is 150 - color contains mainly: blue. Hex color #841996 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841996 is #7BE669. Grayscale: #464646. Windows color (decimal): -8119914 or 9836932. OLE color: 9836932.

HSL color Cylindrical-coordinate representation of color #841996: hue angle of 291.36º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #841996 is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13225150-
CMYK0.120.8300.41
HSL291.36º71.43%34.31%-
HSV(B)291.36º83.33%58.82%-
XYZ15.377.829.55-
YUV71.24172.45171.34-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.00%
GREEN value IS 25 (10.16% from 255) = 8.14%
BLUE value IS 150 (58.98% from 255) = 48.86%
R=43.00%
G=8.14%
B=48.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal132251500.120.8300.41291.3671.4334.31
Hex841996C530291234722
Octal204312261412305144310742
Binary1000010011001100101101100101001101010011001000111000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841996; }

 p { color: rgb(132,25,150); }

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

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

 a { background-color: rgb(132,25,150); }

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

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

 span { border-color: rgb(132,25,150); }

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