#841489

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

Shades of Dark Magenta #841489

Tints of Dark Magenta #841489

Color information

#841489 (or 0x841489) is unknown color: approx Dark Magenta. HEX triplet: 84, 14 and 89. RGB value is (132,20,137). Sum of RGB (Red+Green+Blue) = 132+20+137=289 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.67% from 289); Green value is 20 (8.20% from 255 or 6.92% from 289); Blue value is 137 (53.91% from 255 or 47.40% from 289); Max value from RGB is 137 - color contains mainly: blue. Hex color #841489 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841489 is #7BEB76. Grayscale: #424242. Windows color (decimal): -8121207 or 8983684. OLE color: 8983684.

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

Color convert

RGB13220137-
CMYK0.040.8500.46
HSL297.44º74.52%30.78%-
HSV(B)297.44º85.4%53.73%-
XYZ14.287.2124.31-
YUV66.83167.61174.49-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.67%
GREEN value IS 20 (8.20% from 255) = 6.92%
BLUE value IS 137 (53.91% from 255) = 47.40%
R=45.67%
G=6.92%
B=47.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal132201370.040.8500.46297.4474.5230.78
Hex84148945502E1294b1f
Octal20424211412505645111337
Binary10000100101001000100110010101010101110100101001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841489; }

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

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

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

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

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

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

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

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