#84128D

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

Shades of Dark Magenta #84128D

Tints of Dark Magenta #84128D

Color information

#84128D (or 0x84128D) is unknown color: approx Dark Magenta. HEX triplet: 84, 12 and 8D. RGB value is (132,18,141). Sum of RGB (Red+Green+Blue) = 132+18+141=291 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.36% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 141 (55.47% from 255 or 48.45% from 291); Max value from RGB is 141 - color contains mainly: blue. Hex color #84128D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84128D is #7BED72. Grayscale: #414141. Windows color (decimal): -8121715 or 9245316. OLE color: 9245316.

HSL color Cylindrical-coordinate representation of color #84128D: hue angle of 295.61º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #84128D is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13218141-
CMYK0.060.8700.45
HSL295.61º77.36%31.18%-
HSV(B)295.61º87.23%55.29%-
XYZ14.547.2625.83-
YUV66.11170.27175-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.36%
GREEN value IS 18 (7.42% from 255) = 6.19%
BLUE value IS 141 (55.47% from 255) = 48.45%
R=45.36%
G=6.19%
B=48.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal132181410.060.8700.45295.6177.3631.18
Hex84128D65702D1284d1f
Octal20422215612705545011537
Binary10000100100101000110111010101110101101100101000100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84128D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84128D; }

 p { color: rgb(132,18,141); }

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

<style>
 a { background-color: #84128D; }

 a { background-color: rgb(132,18,141); }

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

<style>
 span { border-color: #84128D; }

 span { border-color: rgb(132,18,141); }

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