#84029E

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

Shades of Dark Magenta #84029E

Tints of Dark Magenta #84029E

Color information

#84029E (or 0x84029E) is unknown color: approx Dark Magenta. HEX triplet: 84, 02 and 9E. RGB value is (132,2,158). Sum of RGB (Red+Green+Blue) = 132+2+158=292 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.21% from 292); Green value is 2 (1.17% from 255 or 0.68% from 292); Blue value is 158 (62.11% from 255 or 54.11% from 292); Max value from RGB is 158 - color contains mainly: blue. Hex color #84029E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84029E is #7BFD61. Grayscale: #3A3A3A. Windows color (decimal): -8125794 or 10355332. OLE color: 10355332.

HSL color Cylindrical-coordinate representation of color #84029E: hue angle of 290º degrees, saturation: 0.98, 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 #84029E is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1322158-
CMYK0.160.9900.38
HSL290º97.5%31.37%-
HSV(B)290º98.73%61.96%-
XYZ15.717.4232.95-
YUV58.65184.07180.32-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.21%
GREEN value IS 2 (1.17% from 255) = 0.68%
BLUE value IS 158 (62.11% from 255) = 54.11%
R=45.21%
G=0.68%
B=54.11%

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
Decimal13221580.160.9900.3829097.531.37
Hex8429E1063026122621f
Octal20422362014304644214237
Binary1000010010100111101000011000110100110100100010110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84029E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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