Html Css Color HEX #84139F Dark Magenta

📋 copy color: '#84139F'

red 132 ◦ green 19 ◦ blue 159

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

Shades of Dark Magenta #84139F

Tints of Dark Magenta #84139F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.13%

 BLUE value IS 159 (62.5% from 255) = 51.29%

R = 42.58%
G = 6.13%
B = 51.29%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#84139F (or 0x84139F) is known color: Dark Magenta. HEX triplet: 84, 13 and 9F. RGB value is (132,19,159). Sum of RGB (Red+Green+Blue) = 132+19+159=310 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.58% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 159 (62.5% from 255 or 51.29% from 310); Max value from RGB is 159 - color contains mainly: blue. Hex color #84139F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84139F is #7BEC60. Grayscale: #444444. Windows color (decimal): -8121441 or 10425220. OLE color: 10425220.

HSL color Cylindrical-coordinate representation of color #84139F: hue angle of 288.43º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #84139F is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 132 19 159 -
CMYK 0.17 0.88 0 0.38
HSL 288.43º 0.79% 0.35% -
HSV(B) 288.43º 0.88% 0.62% -
XYZ 16.01 7.87 33.48 -
YUV 68.75 178.94 173.12 -
System Red Green Blue C M Y K H S L
Decimal 132 19 159 0.17 0.88 0 0.38 288.43 0.79 0.35
Hex 84 13 9F 11 58 0 26 120 4F 23
Octal 204 23 237 21 130 0 46 440 117 43
Binary 10000100 10011 10011111 10001 1011000 0 100110 100100000 1001111 100011

Color Harmonies of #84139F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84139F

Black with #84139F

Text Example


Text Example

White with #84139F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84139F; }

 p { color: rgb(132,19,159); }

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

background-color css

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

 a { background-color: rgb(132,19,159); }

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

border-color css

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

 span { border-color: rgb(132,19,159); }

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