Html Css Color HEX #841891 Dark Magenta

📋 copy color: '#841891'

red 132 ◦ green 24 ◦ blue 145

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

Shades of Dark Magenta #841891

Tints of Dark Magenta #841891

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.97%

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

R = 43.85%
G = 7.97%
B = 48.17%

CMYK

 C value IS 0.09

 M value IS 0.83

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#841891 (or 0x841891) is known color: Dark Magenta. HEX triplet: 84, 18 and 91. RGB value is (132,24,145). Sum of RGB (Red+Green+Blue) = 132+24+145=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 24 (9.77% from 255 or 7.97% from 301); Blue value is 145 (57.03% from 255 or 48.17% from 301); Max value from RGB is 145 - color contains mainly: blue. Hex color #841891 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841891 is #7BE76E. Grayscale: #454545. Windows color (decimal): -8120175 or 9508996. OLE color: 9508996.

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

Color convert

RGB 132 24 145 -
CMYK 0.09 0.83 0 0.43
HSL 293.55º 0.72% 0.33% -
HSV(B) 293.55º 0.83% 0.57% -
XYZ 14.95 7.6 27.47 -
YUV 70.09 170.28 172.16 -
System Red Green Blue C M Y K H S L
Decimal 132 24 145 0.09 0.83 0 0.43 293.55 0.72 0.33
Hex 84 18 91 9 53 0 2B 126 48 21
Octal 204 30 221 11 123 0 53 446 110 41
Binary 10000100 11000 10010001 1001 1010011 0 101011 100100110 1001000 100001

Color Harmonies of #841891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841891

Black with #841891

Text Example


Text Example

White with #841891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841891; }

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

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

background-color css

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

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

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

border-color css

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

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

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