Html Css Color HEX #841493 Dark Magenta

📋 copy color: '#841493'

red 132 ◦ green 20 ◦ blue 147

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

Shades of Dark Magenta #841493

Tints of Dark Magenta #841493

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.69%

 BLUE value IS 147 (57.81% from 255) = 49.16%

R = 44.15%
G = 6.69%
B = 49.16%

CMYK

 C value IS 0.10

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#841493 (or 0x841493) is known color: Dark Magenta. HEX triplet: 84, 14 and 93. RGB value is (132,20,147). Sum of RGB (Red+Green+Blue) = 132+20+147=299 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.15% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 147 (57.81% from 255 or 49.16% from 299); Max value from RGB is 147 - color contains mainly: blue. Hex color #841493 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841493 is #7BEB6C. Grayscale: #434343. Windows color (decimal): -8121197 or 9639044. OLE color: 9639044.

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

Color convert

RGB 132 20 147 -
CMYK 0.10 0.86 0 0.42
HSL 292.91º 0.76% 0.33% -
HSV(B) 292.91º 0.86% 0.58% -
XYZ 15.03 7.51 28.26 -
YUV 67.97 172.61 173.67 -
System Red Green Blue C M Y K H S L
Decimal 132 20 147 0.10 0.86 0 0.42 292.91 0.76 0.33
Hex 84 14 93 A 56 0 2A 125 4C 21
Octal 204 24 223 12 126 0 52 445 114 41
Binary 10000100 10100 10010011 1010 1010110 0 101010 100100101 1001100 100001

Color Harmonies of #841493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841493

Black with #841493

Text Example


Text Example

White with #841493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841493; }

 p { color: rgb(132,20,147); }

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

background-color css

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

 a { background-color: rgb(132,20,147); }

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

border-color css

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

 span { border-color: rgb(132,20,147); }

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