Html Css Color HEX #841196 Dark Magenta

📋 copy color: '#841196'

red 132 ◦ green 17 ◦ blue 150

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

Shades of Dark Magenta #841196

Tints of Dark Magenta #841196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 50.17%

R = 44.15%
G = 5.69%
B = 50.17%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#841196 (or 0x841196) is known color: Dark Magenta. HEX triplet: 84, 11 and 96. RGB value is (132,17,150). Sum of RGB (Red+Green+Blue) = 132+17+150=299 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.15% from 299); Green value is 17 (7.03% from 255 or 5.69% from 299); Blue value is 150 (58.98% from 255 or 50.17% from 299); Max value from RGB is 150 - color contains mainly: blue. Hex color #841196 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841196 is #7BEE69. Grayscale: #424242. Windows color (decimal): -8121962 or 9834884. OLE color: 9834884.

HSL color Cylindrical-coordinate representation of color #841196: hue angle of 291.88º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #841196 is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 132 17 150 -
CMYK 0.12 0.89 0 0.41
HSL 291.88º 0.8% 0.33% -
HSV(B) 291.88º 0.89% 0.59% -
XYZ 15.22 7.51 29.5 -
YUV 66.55 175.1 174.69 -
System Red Green Blue C M Y K H S L
Decimal 132 17 150 0.12 0.89 0 0.41 291.88 0.8 0.33
Hex 84 11 96 C 59 0 29 124 50 21
Octal 204 21 226 14 131 0 51 444 120 41
Binary 10000100 10001 10010110 1100 1011001 0 101001 100100100 1010000 100001

Color Harmonies of #841196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841196

Black with #841196

Text Example


Text Example

White with #841196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841196; }

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

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

background-color css

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

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

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

border-color css

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

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

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