Html Css Color HEX #841189 Dark Magenta

📋 copy color: '#841189'

red 132 ◦ green 17 ◦ blue 137

#841189
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #841189

Tints of Dark Magenta #841189

RGB

 RED value IS 132 (51.95% from 255) = 46.15%

 GREEN value IS 17 (7.03% from 255) = 5.94%

 BLUE value IS 137 (53.91% from 255) = 47.9%

R = 46.15%
G = 5.94%
B = 47.9%

CMYK

 C value IS 0.04

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#841189 (or 0x841189) is known color: Dark Magenta. HEX triplet: 84, 11 and 89. RGB value is (132,17,137). Sum of RGB (Red+Green+Blue) = 132+17+137=286 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.15% from 286); Green value is 17 (7.03% from 255 or 5.94% from 286); Blue value is 137 (53.91% from 255 or 47.90% from 286); Max value from RGB is 137 - color contains mainly: blue. Hex color #841189 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841189 is #7BEE76. Grayscale: #404040. Windows color (decimal): -8121975 or 8982916. OLE color: 8982916.

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

Color convert

RGB 132 17 137 -
CMYK 0.04 0.88 0 0.46
HSL 297.5º 0.78% 0.3% -
HSV(B) 297.5º 0.88% 0.54% -
XYZ 14.23 7.11 24.29 -
YUV 65.07 168.6 175.74 -
System Red Green Blue C M Y K H S L
Decimal 132 17 137 0.04 0.88 0 0.46 297.5 0.78 0.3
Hex 84 11 89 4 58 0 2E 12A 4E 1E
Octal 204 21 211 4 130 0 56 452 116 36
Binary 10000100 10001 10001001 100 1011000 0 101110 100101010 1001110 11110

Color Harmonies of #841189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841189

Black with #841189

Text Example


Text Example

White with #841189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841189; }

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

 H1.HeaderClassName
 {
   color: #841189;
 }
 .AnyTagClassName
 {
   color: #841189;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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