#841289

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

Shades of Dark Magenta #841289

Tints of Dark Magenta #841289

Color information

#841289 (or 0x841289) is unknown color: approx Dark Magenta. HEX triplet: 84, 12 and 89. RGB value is (132,18,137). Sum of RGB (Red+Green+Blue) = 132+18+137=287 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.99% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 137 (53.91% from 255 or 47.74% from 287); Max value from RGB is 137 - color contains mainly: blue. Hex color #841289 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841289 is #7BED76. Grayscale: #414141. Windows color (decimal): -8121719 or 8983172. OLE color: 8983172.

HSL color Cylindrical-coordinate representation of color #841289: hue angle of 297.48º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #841289 is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13218137-
CMYK0.040.8700.46
HSL297.48º76.77%30.39%-
HSV(B)297.48º86.86%53.73%-
XYZ14.257.1424.29-
YUV65.65168.27175.32-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.99%
GREEN value IS 18 (7.42% from 255) = 6.27%
BLUE value IS 137 (53.91% from 255) = 47.74%
R=45.99%
G=6.27%
B=47.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal132181370.040.8700.46297.4876.7730.39
Hex84128945702E1294d1e
Octal20422211412705645111536
Binary10000100100101000100110010101110101110100101001100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841289; }

 p { color: rgb(132,18,137); }

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

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

 a { background-color: rgb(132,18,137); }

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

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

 span { border-color: rgb(132,18,137); }

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