Html Css Color HEX #841195 Dark Magenta

📋 copy color: '#841195'

red 132 ◦ green 17 ◦ blue 149

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

Shades of Dark Magenta #841195

Tints of Dark Magenta #841195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 50%

R = 44.3%
G = 5.7%
B = 50%

CMYK

 C value IS 0.11

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#841195 (or 0x841195) is known color: Dark Magenta. HEX triplet: 84, 11 and 95. RGB value is (132,17,149). Sum of RGB (Red+Green+Blue) = 132+17+149=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 149 (58.59% from 255 or 50% from 298); Max value from RGB is 149 - color contains mainly: blue. Hex color #841195 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841195 is #7BEE6A. Grayscale: #424242. Windows color (decimal): -8121963 or 9769348. OLE color: 9769348.

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

Color convert

RGB 132 17 149 -
CMYK 0.11 0.89 0 0.42
HSL 292.27º 0.8% 0.33% -
HSV(B) 292.27º 0.89% 0.58% -
XYZ 15.14 7.48 29.08 -
YUV 66.43 174.6 174.77 -
System Red Green Blue C M Y K H S L
Decimal 132 17 149 0.11 0.89 0 0.42 292.27 0.8 0.33
Hex 84 11 95 B 59 0 2A 124 50 21
Octal 204 21 225 13 131 0 52 444 120 41
Binary 10000100 10001 10010101 1011 1011001 0 101010 100100100 1010000 100001

Color Harmonies of #841195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841195

Black with #841195

Text Example


Text Example

White with #841195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841195; }

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

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

background-color css

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

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

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

border-color css

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

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

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