Html Css Color HEX #841095 Dark Magenta

📋 copy color: '#841095'

red 132 ◦ green 16 ◦ blue 149

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

Shades of Dark Magenta #841095

Tints of Dark Magenta #841095

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.39%

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

R = 44.44%
G = 5.39%
B = 50.17%

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

#841095 (or 0x841095) is known color: Dark Magenta. HEX triplet: 84, 10 and 95. RGB value is (132,16,149). Sum of RGB (Red+Green+Blue) = 132+16+149=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 149 (58.59% from 255 or 50.17% from 297); Max value from RGB is 149 - color contains mainly: blue. Hex color #841095 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841095 is #7BEF6A. Grayscale: #414141. Windows color (decimal): -8122219 or 9769092. OLE color: 9769092.

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

Color convert

RGB 132 16 149 -
CMYK 0.11 0.89 0 0.42
HSL 292.33º 0.81% 0.32% -
HSV(B) 292.33º 0.89% 0.58% -
XYZ 15.13 7.45 29.07 -
YUV 65.85 174.93 175.19 -
System Red Green Blue C M Y K H S L
Decimal 132 16 149 0.11 0.89 0 0.42 292.33 0.81 0.32
Hex 84 10 95 B 59 0 2A 124 51 20
Octal 204 20 225 13 131 0 52 444 121 40
Binary 10000100 10000 10010101 1011 1011001 0 101010 100100100 1010001 100000

Color Harmonies of #841095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841095

Black with #841095

Text Example


Text Example

White with #841095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841095; }

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

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

background-color css

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

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

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

border-color css

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

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

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