Html Css Color HEX #84159D Dark Magenta

📋 copy color: '#84159D'

red 132 ◦ green 21 ◦ blue 157

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

Shades of Dark Magenta #84159D

Tints of Dark Magenta #84159D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 50.65%

R = 42.58%
G = 6.77%
B = 50.65%

CMYK

 C value IS 0.16

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#84159D (or 0x84159D) is known color: Dark Magenta. HEX triplet: 84, 15 and 9D. RGB value is (132,21,157). Sum of RGB (Red+Green+Blue) = 132+21+157=310 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.58% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 157 (61.72% from 255 or 50.65% from 310); Max value from RGB is 157 - color contains mainly: blue. Hex color #84159D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84159D is #7BEA62. Grayscale: #454545. Windows color (decimal): -8120931 or 10294660. OLE color: 10294660.

HSL color Cylindrical-coordinate representation of color #84159D: hue angle of 288.97º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #84159D is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 132 21 157 -
CMYK 0.16 0.87 0 0.38
HSL 288.97º 0.76% 0.35% -
HSV(B) 288.97º 0.87% 0.62% -
XYZ 15.87 7.88 32.58 -
YUV 69.69 177.27 172.44 -
System Red Green Blue C M Y K H S L
Decimal 132 21 157 0.16 0.87 0 0.38 288.97 0.76 0.35
Hex 84 15 9D 10 57 0 26 121 4C 23
Octal 204 25 235 20 127 0 46 441 114 43
Binary 10000100 10101 10011101 10000 1010111 0 100110 100100001 1001100 100011

Color Harmonies of #84159D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84159D

Black with #84159D

Text Example


Text Example

White with #84159D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84159D; }

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

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

background-color css

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

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

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

border-color css

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

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

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