#84038D

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

Shades of Dark Magenta #84038D

Tints of Dark Magenta #84038D

Color information

#84038D (or 0x84038D) is unknown color: approx Dark Magenta. HEX triplet: 84, 03 and 8D. RGB value is (132,3,141). Sum of RGB (Red+Green+Blue) = 132+3+141=276 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.83% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 141 (55.47% from 255 or 51.09% from 276); Max value from RGB is 141 - color contains mainly: blue. Hex color #84038D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84038D is #7BFC72. Grayscale: #383838. Windows color (decimal): -8125555 or 9241476. OLE color: 9241476.

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

Color convert

RGB1323141-
CMYK0.060.9800.45
HSL296.09º95.83%28.24%-
HSV(B)296.09º97.87%55.29%-
XYZ14.366.8925.77-
YUV57.3175.24181.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.83%
GREEN value IS 3 (1.56% from 255) = 1.09%
BLUE value IS 141 (55.47% from 255) = 51.09%
R=47.83%
G=1.09%
B=51.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13231410.060.9800.45296.0995.8328.24
Hex8438D66202D128601c
Octal2043215614205545014034
Binary10000100111000110111011000100101101100101000110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84038D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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