#84048B

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

Shades of Dark Magenta #84048B

Tints of Dark Magenta #84048B

Color information

#84048B (or 0x84048B) is unknown color: approx Dark Magenta. HEX triplet: 84, 04 and 8B. RGB value is (132,4,139). Sum of RGB (Red+Green+Blue) = 132+4+139=275 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #84048B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84048B is #7BFB74. Grayscale: #393939. Windows color (decimal): -8125301 or 9110660. OLE color: 9110660.

HSL color Cylindrical-coordinate representation of color #84048B: hue angle of 296.89º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #84048B is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1324139-
CMYK0.050.9700.45
HSL296.89º94.41%28.04%-
HSV(B)296.89º97.12%54.51%-
XYZ14.226.8625-
YUV57.66173.91181.02-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48%
GREEN value IS 4 (1.95% from 255) = 1.45%
BLUE value IS 139 (54.69% from 255) = 50.55%
R=48%
G=1.45%
B=50.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13241390.050.9700.45296.8994.4128.04
Hex8448B56102D1295e1c
Octal2044213514105545113634
Binary100001001001000101110111000010101101100101001101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84048B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84048B; }

 p { color: rgb(132,4,139); }

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

<style>
 a { background-color: #84048B; }

 a { background-color: rgb(132,4,139); }

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

<style>
 span { border-color: #84048B; }

 span { border-color: rgb(132,4,139); }

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