Html Css Color HEX #841491 Dark Magenta

📋 copy color: '#841491'

red 132 ◦ green 20 ◦ blue 145

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

Shades of Dark Magenta #841491

Tints of Dark Magenta #841491

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.73%

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

R = 44.44%
G = 6.73%
B = 48.82%

CMYK

 C value IS 0.09

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#841491 (or 0x841491) is known color: Dark Magenta. HEX triplet: 84, 14 and 91. RGB value is (132,20,145). Sum of RGB (Red+Green+Blue) = 132+20+145=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 20 (8.20% from 255 or 6.73% from 297); Blue value is 145 (57.03% from 255 or 48.82% from 297); Max value from RGB is 145 - color contains mainly: blue. Hex color #841491 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841491 is #7BEB6E. Grayscale: #434343. Windows color (decimal): -8121199 or 9507972. OLE color: 9507972.

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

Color convert

RGB 132 20 145 -
CMYK 0.09 0.86 0 0.43
HSL 293.76º 0.76% 0.32% -
HSV(B) 293.76º 0.86% 0.57% -
XYZ 14.88 7.45 27.44 -
YUV 67.74 171.61 173.84 -
System Red Green Blue C M Y K H S L
Decimal 132 20 145 0.09 0.86 0 0.43 293.76 0.76 0.32
Hex 84 14 91 9 56 0 2B 126 4C 20
Octal 204 24 221 11 126 0 53 446 114 40
Binary 10000100 10100 10010001 1001 1010110 0 101011 100100110 1001100 100000

Color Harmonies of #841491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841491

Black with #841491

Text Example


Text Example

White with #841491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841491; }

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

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

background-color css

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

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

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

border-color css

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

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

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