#84008B

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

Shades of Dark Magenta #84008B

Tints of Dark Magenta #84008B

Color information

#84008B (or 0x84008B) is unknown color: approx Dark Magenta. HEX triplet: 84, 00 and 8B. RGB value is (132,0,139). Sum of RGB (Red+Green+Blue) = 132+0+139=271 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.71% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 139 (54.69% from 255 or 51.29% from 271); Max value from RGB is 139 - color contains mainly: blue. Hex color #84008B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84008B is #7BFF74. Grayscale: #363636. Windows color (decimal): -8126325 or 9109636. OLE color: 9109636.

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

Color convert

RGB1320139-
CMYK0.05100.45
HSL296.98º100%27.25%-
HSV(B)296.98º100%54.51%-
XYZ14.186.7724.99-
YUV55.31175.23182.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 139 (54.69% from 255) = 51.29%
R=48.71%
G=0%
B=51.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13201390.05100.45296.9810027.25
Hex8408B56402D129641b
Octal2040213514405545114433
Binary1000010001000101110111001000101101100101001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84008B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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