#84118A

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

Shades of Dark Magenta #84118A

Tints of Dark Magenta #84118A

Color information

#84118A (or 0x84118A) is unknown color: approx Dark Magenta. HEX triplet: 84, 11 and 8A. RGB value is (132,17,138). Sum of RGB (Red+Green+Blue) = 132+17+138=287 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.99% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 138 (54.30% from 255 or 48.08% from 287); Max value from RGB is 138 - color contains mainly: blue. Hex color #84118A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84118A is #7BEE75. Grayscale: #404040. Windows color (decimal): -8121974 or 9048452. OLE color: 9048452.

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

Color convert

RGB13217138-
CMYK0.040.8800.46
HSL297.02º78.06%30.39%-
HSV(B)297.02º87.68%54.12%-
XYZ14.37.1424.67-
YUV65.18169.1175.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.99%
GREEN value IS 17 (7.03% from 255) = 5.92%
BLUE value IS 138 (54.30% from 255) = 48.08%
R=45.99%
G=5.92%
B=48.08%

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
Decimal132171380.040.8800.46297.0278.0630.39
Hex84118A45802E1294e1e
Octal20421212413005645111636
Binary10000100100011000101010010110000101110100101001100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84118A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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