#84028A

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

Shades of Dark Magenta #84028A

Tints of Dark Magenta #84028A

Color information

#84028A (or 0x84028A) is unknown color: approx Dark Magenta. HEX triplet: 84, 02 and 8A. RGB value is (132,2,138). Sum of RGB (Red+Green+Blue) = 132+2+138=272 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.53% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 138 (54.30% from 255 or 50.74% from 272); Max value from RGB is 138 - color contains mainly: blue. Hex color #84028A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84028A is #7BFD75. Grayscale: #373737. Windows color (decimal): -8125814 or 9044612. OLE color: 9044612.

HSL color Cylindrical-coordinate representation of color #84028A: hue angle of 297.35º degrees, saturation: 0.97, 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 #84028A is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1322138-
CMYK0.040.9900.46
HSL297.35º97.14%27.45%-
HSV(B)297.35º98.55%54.12%-
XYZ14.126.7824.61-
YUV56.37174.07181.94-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.53%
GREEN value IS 2 (1.17% from 255) = 0.74%
BLUE value IS 138 (54.30% from 255) = 50.74%
R=48.53%
G=0.74%
B=50.74%

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
Decimal13221380.040.9900.46297.3597.1427.45
Hex8428A46302E129611b
Octal2042212414305645114133
Binary10000100101000101010011000110101110100101001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84028A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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