Html Css Color HEX #84179B Dark Magenta

📋 copy color: '#84179B'

red 132 ◦ green 23 ◦ blue 155

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

Shades of Dark Magenta #84179B

Tints of Dark Magenta #84179B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.42%

 BLUE value IS 155 (60.94% from 255) = 50%

R = 42.58%
G = 7.42%
B = 50%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#84179B (or 0x84179B) is known color: Dark Magenta. HEX triplet: 84, 17 and 9B. RGB value is (132,23,155). Sum of RGB (Red+Green+Blue) = 132+23+155=310 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.58% from 310); Green value is 23 (9.38% from 255 or 7.42% from 310); Blue value is 155 (60.94% from 255 or 50% from 310); Max value from RGB is 155 - color contains mainly: blue. Hex color #84179B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84179B is #7BE864. Grayscale: #464646. Windows color (decimal): -8120421 or 10164100. OLE color: 10164100.

HSL color Cylindrical-coordinate representation of color #84179B: hue angle of 289.55º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #84179B is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 132 23 155 -
CMYK 0.15 0.85 0 0.39
HSL 289.55º 0.74% 0.35% -
HSV(B) 289.55º 0.85% 0.61% -
XYZ 15.74 7.88 31.7 -
YUV 70.64 175.61 171.77 -
System Red Green Blue C M Y K H S L
Decimal 132 23 155 0.15 0.85 0 0.39 289.55 0.74 0.35
Hex 84 17 9B F 55 0 27 122 4A 23
Octal 204 27 233 17 125 0 47 442 112 43
Binary 10000100 10111 10011011 1111 1010101 0 100111 100100010 1001010 100011

Color Harmonies of #84179B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84179B

Black with #84179B

Text Example


Text Example

White with #84179B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84179B; }

 p { color: rgb(132,23,155); }

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

background-color css

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

 a { background-color: rgb(132,23,155); }

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

border-color css

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

 span { border-color: rgb(132,23,155); }

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