Html Css Color HEX #841791 Dark Magenta

📋 copy color: '#841791'

red 132 ◦ green 23 ◦ blue 145

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

Shades of Dark Magenta #841791

Tints of Dark Magenta #841791

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.67%

 BLUE value IS 145 (57.03% from 255) = 48.33%

R = 44%
G = 7.67%
B = 48.33%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#841791 (or 0x841791) is known color: Dark Magenta. HEX triplet: 84, 17 and 91. RGB value is (132,23,145). Sum of RGB (Red+Green+Blue) = 132+23+145=300 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44% from 300); Green value is 23 (9.38% from 255 or 7.67% from 300); Blue value is 145 (57.03% from 255 or 48.33% from 300); Max value from RGB is 145 - color contains mainly: blue. Hex color #841791 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841791 is #7BE86E. Grayscale: #454545. Windows color (decimal): -8120431 or 9508740. OLE color: 9508740.

HSL color Cylindrical-coordinate representation of color #841791: hue angle of 293.61º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #841791 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 132 23 145 -
CMYK 0.09 0.84 0 0.43
HSL 293.61º 0.73% 0.33% -
HSV(B) 293.61º 0.84% 0.57% -
XYZ 14.93 7.56 27.46 -
YUV 69.5 170.61 172.58 -
System Red Green Blue C M Y K H S L
Decimal 132 23 145 0.09 0.84 0 0.43 293.61 0.73 0.33
Hex 84 17 91 9 54 0 2B 126 49 21
Octal 204 27 221 11 124 0 53 446 111 41
Binary 10000100 10111 10010001 1001 1010100 0 101011 100100110 1001001 100001

Color Harmonies of #841791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841791

Black with #841791

Text Example


Text Example

White with #841791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841791; }

 p { color: rgb(132,23,145); }

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

background-color css

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

 a { background-color: rgb(132,23,145); }

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

border-color css

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

 span { border-color: rgb(132,23,145); }

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