#84018A

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

Shades of Dark Magenta #84018A

Tints of Dark Magenta #84018A

Color information

#84018A (or 0x84018A) is unknown color: approx Dark Magenta. HEX triplet: 84, 01 and 8A. RGB value is (132,1,138). Sum of RGB (Red+Green+Blue) = 132+1+138=271 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.71% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 138 (54.30% from 255 or 50.92% from 271); Max value from RGB is 138 - color contains mainly: blue. Hex color #84018A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84018A is #7BFE75. Grayscale: #373737. Windows color (decimal): -8126070 or 9044356. OLE color: 9044356.

HSL color Cylindrical-coordinate representation of color #84018A: hue angle of 297.37º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #84018A is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1321138-
CMYK0.040.9900.46
HSL297.37º98.56%27.25%-
HSV(B)297.37º99.28%54.12%-
XYZ14.116.7624.61-
YUV55.79174.4182.36-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.71%
GREEN value IS 1 (0.78% from 255) = 0.37%
BLUE value IS 138 (54.30% from 255) = 50.92%
R=48.71%
G=0.37%
B=50.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13211380.040.9900.46297.3798.5627.25
Hex8418A46302E129631b
Octal2041212414305645114333
Binary1000010011000101010011000110101110100101001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84018A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84018A; }

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

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

<style>
 a { background-color: #84018A; }

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

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

<style>
 span { border-color: #84018A; }

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

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