Html Css Color HEX #841990 Dark Magenta

📋 copy color: '#841990'

red 132 ◦ green 25 ◦ blue 144

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

Shades of Dark Magenta #841990

Tints of Dark Magenta #841990

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.31%

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

R = 43.85%
G = 8.31%
B = 47.84%

CMYK

 C value IS 0.08

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#841990 (or 0x841990) is known color: Dark Magenta. HEX triplet: 84, 19 and 90. RGB value is (132,25,144). Sum of RGB (Red+Green+Blue) = 132+25+144=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 25 (10.16% from 255 or 8.31% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 144 - color contains mainly: blue. Hex color #841990 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841990 is #7BE66F. Grayscale: #464646. Windows color (decimal): -8119920 or 9443716. OLE color: 9443716.

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

Color convert

RGB 132 25 144 -
CMYK 0.08 0.83 0 0.44
HSL 293.95º 0.7% 0.33% -
HSV(B) 293.95º 0.83% 0.56% -
XYZ 14.9 7.61 27.07 -
YUV 70.56 169.45 171.82 -
System Red Green Blue C M Y K H S L
Decimal 132 25 144 0.08 0.83 0 0.44 293.95 0.7 0.33
Hex 84 19 90 8 53 0 2C 126 46 21
Octal 204 31 220 10 123 0 54 446 106 41
Binary 10000100 11001 10010000 1000 1010011 0 101100 100100110 1000110 100001

Color Harmonies of #841990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841990

Black with #841990

Text Example


Text Example

White with #841990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841990; }

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

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

background-color css

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

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

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

border-color css

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

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

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