Html Css Color HEX #841594 Dark Magenta

📋 copy color: '#841594'

red 132 ◦ green 21 ◦ blue 148

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

Shades of Dark Magenta #841594

Tints of Dark Magenta #841594

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.98%

 BLUE value IS 148 (58.2% from 255) = 49.17%

R = 43.85%
G = 6.98%
B = 49.17%

CMYK

 C value IS 0.11

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#841594 (or 0x841594) is known color: Dark Magenta. HEX triplet: 84, 15 and 94. RGB value is (132,21,148). Sum of RGB (Red+Green+Blue) = 132+21+148=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 148 (58.20% from 255 or 49.17% from 301); Max value from RGB is 148 - color contains mainly: blue. Hex color #841594 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841594 is #7BEA6B. Grayscale: #444444. Windows color (decimal): -8120940 or 9704836. OLE color: 9704836.

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

Color convert

RGB 132 21 148 -
CMYK 0.11 0.86 0 0.42
HSL 292.44º 0.75% 0.33% -
HSV(B) 292.44º 0.86% 0.58% -
XYZ 15.13 7.58 28.68 -
YUV 68.67 172.77 173.17 -
System Red Green Blue C M Y K H S L
Decimal 132 21 148 0.11 0.86 0 0.42 292.44 0.75 0.33
Hex 84 15 94 B 56 0 2A 124 4B 21
Octal 204 25 224 13 126 0 52 444 113 41
Binary 10000100 10101 10010100 1011 1010110 0 101010 100100100 1001011 100001

Color Harmonies of #841594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841594

Black with #841594

Text Example


Text Example

White with #841594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841594; }

 p { color: rgb(132,21,148); }

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

background-color css

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

 a { background-color: rgb(132,21,148); }

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

border-color css

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

 span { border-color: rgb(132,21,148); }

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