Html Css Color HEX #841694 Dark Magenta

📋 copy color: '#841694'

red 132 ◦ green 22 ◦ blue 148

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

Shades of Dark Magenta #841694

Tints of Dark Magenta #841694

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.28%

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

R = 43.71%
G = 7.28%
B = 49.01%

CMYK

 C value IS 0.11

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#841694 (or 0x841694) is known color: Dark Magenta. HEX triplet: 84, 16 and 94. RGB value is (132,22,148). Sum of RGB (Red+Green+Blue) = 132+22+148=302 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.71% from 302); Green value is 22 (8.98% from 255 or 7.28% from 302); Blue value is 148 (58.20% from 255 or 49.01% from 302); Max value from RGB is 148 - color contains mainly: blue. Hex color #841694 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841694 is #7BE96B. Grayscale: #444444. Windows color (decimal): -8120684 or 9705092. OLE color: 9705092.

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

Color convert

RGB 132 22 148 -
CMYK 0.11 0.85 0 0.42
HSL 292.38º 0.74% 0.33% -
HSV(B) 292.38º 0.85% 0.58% -
XYZ 15.15 7.62 28.69 -
YUV 69.25 172.44 172.75 -
System Red Green Blue C M Y K H S L
Decimal 132 22 148 0.11 0.85 0 0.42 292.38 0.74 0.33
Hex 84 16 94 B 55 0 2A 124 4A 21
Octal 204 26 224 13 125 0 52 444 112 41
Binary 10000100 10110 10010100 1011 1010101 0 101010 100100100 1001010 100001

Color Harmonies of #841694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841694

Black with #841694

Text Example


Text Example

White with #841694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841694; }

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

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

background-color css

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

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

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

border-color css

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

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

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