#84159F

Color #84159F Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #84159F

Tints of Dark Magenta #84159F

Color information

#84159F (or 0x84159F) is unknown color: approx Dark Magenta. HEX triplet: 84, 15 and 9F. RGB value is (132,21,159). Sum of RGB (Red+Green+Blue) = 132+21+159=312 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.31% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 159 (62.5% from 255 or 50.96% from 312); Max value from RGB is 159 - color contains mainly: blue. Hex color #84159F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84159F is #7BEA60. Grayscale: #454545. Windows color (decimal): -8120929 or 10425732. OLE color: 10425732.

HSL color Cylindrical-coordinate representation of color #84159F: hue angle of 288.26º degrees, saturation: 0.77, 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 #84159F is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13221159-
CMYK0.170.8700.38
HSL288.26º76.67%35.29%-
HSV(B)288.26º86.79%62.35%-
XYZ16.047.9533.49-
YUV69.92178.27172.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.31%
GREEN value IS 21 (8.59% from 255) = 6.73%
BLUE value IS 159 (62.5% from 255) = 50.96%
R=42.31%
G=6.73%
B=50.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal132211590.170.8700.38288.2676.6735.29
Hex84159F11570261204d23
Octal204252372112704644011543
Binary10000100101011001111110001101011101001101001000001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84159F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #84159F;
 }
 .AnyTagClassName
 {
   color: #84159F;
 }
</style>
background-color css

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

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

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

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

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

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