#84108A

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

Shades of Dark Magenta #84108A

Tints of Dark Magenta #84108A

Color information

#84108A (or 0x84108A) is unknown color: approx Dark Magenta. HEX triplet: 84, 10 and 8A. RGB value is (132,16,138). Sum of RGB (Red+Green+Blue) = 132+16+138=286 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.15% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 138 (54.30% from 255 or 48.25% from 286); Max value from RGB is 138 - color contains mainly: blue. Hex color #84108A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84108A is #7BEF75. Grayscale: #404040. Windows color (decimal): -8122230 or 9048196. OLE color: 9048196.

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

Color convert

RGB13216138-
CMYK0.040.8800.46
HSL297.05º79.22%30.2%-
HSV(B)297.05º88.41%54.12%-
XYZ14.297.1124.66-
YUV64.59169.43176.08-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.15%
GREEN value IS 16 (6.64% from 255) = 5.59%
BLUE value IS 138 (54.30% from 255) = 48.25%
R=46.15%
G=5.59%
B=48.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal132161380.040.8800.46297.0579.2230.2
Hex84108A45802E1294f1e
Octal20420212413005645111736
Binary10000100100001000101010010110000101110100101001100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84108A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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