Html Css Color HEX #841390 Dark Magenta

📋 copy color: '#841390'

red 132 ◦ green 19 ◦ blue 144

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

Shades of Dark Magenta #841390

Tints of Dark Magenta #841390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 48.81%

R = 44.75%
G = 6.44%
B = 48.81%

CMYK

 C value IS 0.08

 M value IS 0.87

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#841390 (or 0x841390) is known color: Dark Magenta. HEX triplet: 84, 13 and 90. RGB value is (132,19,144). Sum of RGB (Red+Green+Blue) = 132+19+144=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 144 (56.64% from 255 or 48.81% from 295); Max value from RGB is 144 - color contains mainly: blue. Hex color #841390 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841390 is #7BEC6F. Grayscale: #424242. Windows color (decimal): -8121456 or 9442180. OLE color: 9442180.

HSL color Cylindrical-coordinate representation of color #841390: hue angle of 294.24º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #841390 is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 132 19 144 -
CMYK 0.08 0.87 0 0.44
HSL 294.24º 0.77% 0.32% -
HSV(B) 294.24º 0.87% 0.56% -
XYZ 14.78 7.38 27.03 -
YUV 67.04 171.44 174.34 -
System Red Green Blue C M Y K H S L
Decimal 132 19 144 0.08 0.87 0 0.44 294.24 0.77 0.32
Hex 84 13 90 8 57 0 2C 126 4D 20
Octal 204 23 220 10 127 0 54 446 115 40
Binary 10000100 10011 10010000 1000 1010111 0 101100 100100110 1001101 100000

Color Harmonies of #841390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841390

Black with #841390

Text Example


Text Example

White with #841390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841390; }

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

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

background-color css

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

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

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

border-color css

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

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

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