Html Css Color HEX #84059F Dark Magenta

📋 copy color: '#84059F'

red 132 ◦ green 5 ◦ blue 159

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

Shades of Dark Magenta #84059F

Tints of Dark Magenta #84059F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.69%

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

R = 44.59%
G = 1.69%
B = 53.72%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#84059F (or 0x84059F) is known color: Dark Magenta. HEX triplet: 84, 05 and 9F. RGB value is (132,5,159). Sum of RGB (Red+Green+Blue) = 132+5+159=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 5 (2.34% from 255 or 1.69% from 296); Blue value is 159 (62.5% from 255 or 53.72% from 296); Max value from RGB is 159 - color contains mainly: blue. Hex color #84059F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84059F is #7BFA60. Grayscale: #3C3C3C. Windows color (decimal): -8125025 or 10421636. OLE color: 10421636.

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

Color convert

RGB 132 5 159 -
CMYK 0.17 0.97 0 0.38
HSL 289.48º 0.94% 0.32% -
HSV(B) 289.48º 0.97% 0.62% -
XYZ 15.83 7.52 33.42 -
YUV 60.53 183.58 178.98 -
System Red Green Blue C M Y K H S L
Decimal 132 5 159 0.17 0.97 0 0.38 289.48 0.94 0.32
Hex 84 5 9F 11 61 0 26 121 5E 20
Octal 204 5 237 21 141 0 46 441 136 40
Binary 10000100 101 10011111 10001 1100001 0 100110 100100001 1011110 100000

Color Harmonies of #84059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84059F

Black with #84059F

Text Example


Text Example

White with #84059F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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