Html Css Color HEX #841492 Dark Magenta

📋 copy color: '#841492'

red 132 ◦ green 20 ◦ blue 146

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

Shades of Dark Magenta #841492

Tints of Dark Magenta #841492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 48.99%

R = 44.3%
G = 6.71%
B = 48.99%

CMYK

 C value IS 0.10

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#841492 (or 0x841492) is known color: Dark Magenta. HEX triplet: 84, 14 and 92. RGB value is (132,20,146). Sum of RGB (Red+Green+Blue) = 132+20+146=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 20 (8.20% from 255 or 6.71% from 298); Blue value is 146 (57.42% from 255 or 48.99% from 298); Max value from RGB is 146 - color contains mainly: blue. Hex color #841492 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841492 is #7BEB6D. Grayscale: #434343. Windows color (decimal): -8121198 or 9573508. OLE color: 9573508.

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

Color convert

RGB 132 20 146 -
CMYK 0.10 0.86 0 0.43
HSL 293.33º 0.76% 0.33% -
HSV(B) 293.33º 0.86% 0.57% -
XYZ 14.95 7.48 27.85 -
YUV 67.85 172.11 173.75 -
System Red Green Blue C M Y K H S L
Decimal 132 20 146 0.10 0.86 0 0.43 293.33 0.76 0.33
Hex 84 14 92 A 56 0 2B 125 4C 21
Octal 204 24 222 12 126 0 53 445 114 41
Binary 10000100 10100 10010010 1010 1010110 0 101011 100100101 1001100 100001

Color Harmonies of #841492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841492

Black with #841492

Text Example


Text Example

White with #841492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841492; }

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

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

background-color css

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

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

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

border-color css

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

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

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