#84028E

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

Shades of Dark Magenta #84028E

Tints of Dark Magenta #84028E

Color information

#84028E (or 0x84028E) is unknown color: approx Dark Magenta. HEX triplet: 84, 02 and 8E. RGB value is (132,2,142). Sum of RGB (Red+Green+Blue) = 132+2+142=276 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.83% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 142 (55.86% from 255 or 51.45% from 276); Max value from RGB is 142 - color contains mainly: blue. Hex color #84028E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84028E is #7BFD71. Grayscale: #383838. Windows color (decimal): -8125810 or 9306756. OLE color: 9306756.

HSL color Cylindrical-coordinate representation of color #84028E: hue angle of 295.71º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #84028E is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1322142-
CMYK0.070.9900.44
HSL295.71º97.22%28.24%-
HSV(B)295.71º98.59%55.69%-
XYZ14.426.926.16-
YUV56.83176.07181.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.83%
GREEN value IS 2 (1.17% from 255) = 0.72%
BLUE value IS 142 (55.86% from 255) = 51.45%
R=47.83%
G=0.72%
B=51.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13221420.070.9900.44295.7197.2228.24
Hex8428E76302C128611c
Octal2042216714305445014134
Binary10000100101000111011111000110101100100101000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84028E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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