#84038F

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

Shades of Dark Magenta #84038F

Tints of Dark Magenta #84038F

Color information

#84038F (or 0x84038F) is unknown color: approx Dark Magenta. HEX triplet: 84, 03 and 8F. RGB value is (132,3,143). Sum of RGB (Red+Green+Blue) = 132+3+143=278 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.48% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 143 (56.25% from 255 or 51.44% from 278); Max value from RGB is 143 - color contains mainly: blue. Hex color #84038F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84038F is #7BFC70. Grayscale: #393939. Windows color (decimal): -8125553 or 9372548. OLE color: 9372548.

HSL color Cylindrical-coordinate representation of color #84038F: hue angle of 295.29º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #84038F is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1323143-
CMYK0.080.9800.44
HSL295.29º95.89%28.63%-
HSV(B)295.29º97.9%56.08%-
XYZ14.516.9526.56-
YUV57.53176.24181.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.48%
GREEN value IS 3 (1.56% from 255) = 1.08%
BLUE value IS 143 (56.25% from 255) = 51.44%
R=47.48%
G=1.08%
B=51.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13231430.080.9800.44295.2995.8928.63
Hex8438F86202C127601d
Octal20432171014205444714035
Binary100001001110001111100011000100101100100100111110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84038F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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