Html Css Color HEX #841395 Dark Magenta

📋 copy color: '#841395'

red 132 ◦ green 19 ◦ blue 149

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

Shades of Dark Magenta #841395

Tints of Dark Magenta #841395

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.33%

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

R = 44%
G = 6.33%
B = 49.67%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#841395 (or 0x841395) is known color: Dark Magenta. HEX triplet: 84, 13 and 95. RGB value is (132,19,149). Sum of RGB (Red+Green+Blue) = 132+19+149=300 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 149 (58.59% from 255 or 49.67% from 300); Max value from RGB is 149 - color contains mainly: blue. Hex color #841395 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841395 is #7BEC6A. Grayscale: #434343. Windows color (decimal): -8121451 or 9769860. OLE color: 9769860.

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

Color convert

RGB 132 19 149 -
CMYK 0.11 0.87 0 0.42
HSL 292.15º 0.77% 0.33% -
HSV(B) 292.15º 0.87% 0.58% -
XYZ 15.17 7.54 29.09 -
YUV 67.61 173.94 173.93 -
System Red Green Blue C M Y K H S L
Decimal 132 19 149 0.11 0.87 0 0.42 292.15 0.77 0.33
Hex 84 13 95 B 57 0 2A 124 4D 21
Octal 204 23 225 13 127 0 52 444 115 41
Binary 10000100 10011 10010101 1011 1010111 0 101010 100100100 1001101 100001

Color Harmonies of #841395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841395

Black with #841395

Text Example


Text Example

White with #841395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841395; }

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

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

background-color css

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

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

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

border-color css

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

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

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