#84019D

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

Shades of Dark Magenta #84019D

Tints of Dark Magenta #84019D

Color information

#84019D (or 0x84019D) is unknown color: approx Dark Magenta. HEX triplet: 84, 01 and 9D. RGB value is (132,1,157). Sum of RGB (Red+Green+Blue) = 132+1+157=290 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.52% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 157 (61.72% from 255 or 54.14% from 290); Max value from RGB is 157 - color contains mainly: blue. Hex color #84019D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84019D is #7BFE62. Grayscale: #393939. Windows color (decimal): -8126051 or 10289540. OLE color: 10289540.

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

Color convert

RGB1321157-
CMYK0.160.9900.38
HSL290.38º98.73%30.98%-
HSV(B)290.38º99.36%61.57%-
XYZ15.617.3632.5-
YUV57.95183.9180.82-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.52%
GREEN value IS 1 (0.78% from 255) = 0.34%
BLUE value IS 157 (61.72% from 255) = 54.14%
R=45.52%
G=0.34%
B=54.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal13211570.160.9900.38290.3898.7330.98
Hex8419D1063026122631f
Octal20412352014304644214337
Binary100001001100111011000011000110100110100100010110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84019D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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