Html Css Color HEX #841689 Dark Magenta

📋 copy color: '#841689'

red 132 ◦ green 22 ◦ blue 137

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

Shades of Dark Magenta #841689

Tints of Dark Magenta #841689

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.56%

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

R = 45.36%
G = 7.56%
B = 47.08%

CMYK

 C value IS 0.04

 M value IS 0.84

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#841689 (or 0x841689) is known color: Dark Magenta. HEX triplet: 84, 16 and 89. RGB value is (132,22,137). Sum of RGB (Red+Green+Blue) = 132+22+137=291 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.36% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 137 (53.91% from 255 or 47.08% from 291); Max value from RGB is 137 - color contains mainly: blue. Hex color #841689 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841689 is #7BE976. Grayscale: #434343. Windows color (decimal): -8120695 or 8984196. OLE color: 8984196.

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

Color convert

RGB 132 22 137 -
CMYK 0.04 0.84 0 0.46
HSL 297.39º 0.72% 0.31% -
HSV(B) 297.39º 0.84% 0.54% -
XYZ 14.32 7.29 24.32 -
YUV 68 166.94 173.65 -
System Red Green Blue C M Y K H S L
Decimal 132 22 137 0.04 0.84 0 0.46 297.39 0.72 0.31
Hex 84 16 89 4 54 0 2E 129 48 1F
Octal 204 26 211 4 124 0 56 451 110 37
Binary 10000100 10110 10001001 100 1010100 0 101110 100101001 1001000 11111

Color Harmonies of #841689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841689

Black with #841689

Text Example


Text Example

White with #841689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841689; }

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

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

background-color css

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

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

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

border-color css

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

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

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