Html Css Color HEX #841893 Dark Magenta

📋 copy color: '#841893'

red 132 ◦ green 24 ◦ blue 147

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

Shades of Dark Magenta #841893

Tints of Dark Magenta #841893

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.92%

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

R = 43.56%
G = 7.92%
B = 48.51%

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

#841893 (or 0x841893) is known color: Dark Magenta. HEX triplet: 84, 18 and 93. RGB value is (132,24,147). Sum of RGB (Red+Green+Blue) = 132+24+147=303 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.56% from 303); Green value is 24 (9.77% from 255 or 7.92% from 303); Blue value is 147 (57.81% from 255 or 48.51% from 303); Max value from RGB is 147 - color contains mainly: blue. Hex color #841893 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841893 is #7BE76C. Grayscale: #454545. Windows color (decimal): -8120173 or 9640068. OLE color: 9640068.

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

Color convert

RGB 132 24 147 -
CMYK 0.10 0.84 0 0.42
HSL 292.68º 0.72% 0.34% -
HSV(B) 292.68º 0.84% 0.58% -
XYZ 15.11 7.67 28.29 -
YUV 70.31 171.28 172 -
System Red Green Blue C M Y K H S L
Decimal 132 24 147 0.10 0.84 0 0.42 292.68 0.72 0.34
Hex 84 18 93 A 54 0 2A 125 48 22
Octal 204 30 223 12 124 0 52 445 110 42
Binary 10000100 11000 10010011 1010 1010100 0 101010 100100101 1001000 100010

Color Harmonies of #841893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841893

Black with #841893

Text Example


Text Example

White with #841893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841893; }

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

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

background-color css

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

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

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

border-color css

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

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

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