Html Css Color HEX #841793 Dark Magenta

📋 copy color: '#841793'

red 132 ◦ green 23 ◦ blue 147

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

Shades of Dark Magenta #841793

Tints of Dark Magenta #841793

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.62%

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

R = 43.71%
G = 7.62%
B = 48.68%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#841793 (or 0x841793) is known color: Dark Magenta. HEX triplet: 84, 17 and 93. RGB value is (132,23,147). Sum of RGB (Red+Green+Blue) = 132+23+147=302 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.71% from 302); Green value is 23 (9.38% from 255 or 7.62% from 302); Blue value is 147 (57.81% from 255 or 48.68% from 302); Max value from RGB is 147 - color contains mainly: blue. Hex color #841793 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841793 is #7BE86C. Grayscale: #454545. Windows color (decimal): -8120429 or 9639812. OLE color: 9639812.

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

Color convert

RGB 132 23 147 -
CMYK 0.10 0.84 0 0.42
HSL 292.74º 0.73% 0.33% -
HSV(B) 292.74º 0.84% 0.58% -
XYZ 15.09 7.62 28.28 -
YUV 69.73 171.61 172.42 -
System Red Green Blue C M Y K H S L
Decimal 132 23 147 0.10 0.84 0 0.42 292.74 0.73 0.33
Hex 84 17 93 A 54 0 2A 125 49 21
Octal 204 27 223 12 124 0 52 445 111 41
Binary 10000100 10111 10010011 1010 1010100 0 101010 100100101 1001001 100001

Color Harmonies of #841793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841793

Black with #841793

Text Example


Text Example

White with #841793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841793; }

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

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

background-color css

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

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

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

border-color css

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

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

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