Html Css Color HEX #841996 Dark Magenta

📋 copy color: '#841996'

red 132 ◦ green 25 ◦ blue 150

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

Shades of Dark Magenta #841996

Tints of Dark Magenta #841996

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.14%

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

R = 43%
G = 8.14%
B = 48.86%

CMYK

 C value IS 0.12

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#841996 (or 0x841996) is known color: Dark Magenta. HEX triplet: 84, 19 and 96. RGB value is (132,25,150). Sum of RGB (Red+Green+Blue) = 132+25+150=307 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.00% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 150 (58.98% from 255 or 48.86% from 307); Max value from RGB is 150 - color contains mainly: blue. Hex color #841996 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841996 is #7BE669. Grayscale: #464646. Windows color (decimal): -8119914 or 9836932. OLE color: 9836932.

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

Color convert

RGB 132 25 150 -
CMYK 0.12 0.83 0 0.41
HSL 291.36º 0.71% 0.34% -
HSV(B) 291.36º 0.83% 0.59% -
XYZ 15.37 7.8 29.55 -
YUV 71.24 172.45 171.34 -
System Red Green Blue C M Y K H S L
Decimal 132 25 150 0.12 0.83 0 0.41 291.36 0.71 0.34
Hex 84 19 96 C 53 0 29 123 47 22
Octal 204 31 226 14 123 0 51 443 107 42
Binary 10000100 11001 10010110 1100 1010011 0 101001 100100011 1000111 100010

Color Harmonies of #841996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841996

Black with #841996

Text Example


Text Example

White with #841996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841996; }

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

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

background-color css

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

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

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

border-color css

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

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

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