#84058A

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

Shades of Dark Magenta #84058A

Tints of Dark Magenta #84058A

Color information

#84058A (or 0x84058A) is unknown color: approx Dark Magenta. HEX triplet: 84, 05 and 8A. RGB value is (132,5,138). Sum of RGB (Red+Green+Blue) = 132+5+138=275 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 138 (54.30% from 255 or 50.18% from 275); Max value from RGB is 138 - color contains mainly: blue. Hex color #84058A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84058A is #7BFA75. Grayscale: #393939. Windows color (decimal): -8125046 or 9045380. OLE color: 9045380.

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

Color convert

RGB1325138-
CMYK0.040.9600.46
HSL297.29º93.01%28.04%-
HSV(B)297.29º96.38%54.12%-
XYZ14.166.8524.62-
YUV58.14173.08180.69-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48%
GREEN value IS 5 (2.34% from 255) = 1.82%
BLUE value IS 138 (54.30% from 255) = 50.18%
R=48%
G=1.82%
B=50.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13251380.040.9600.46297.2993.0128.04
Hex8458A46002E1295d1c
Octal2045212414005645113534
Binary100001001011000101010011000000101110100101001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84058A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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