#82048D

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

Shades of Dark Magenta #82048D

Tints of Dark Magenta #82048D

Color information

#82048D (or 0x82048D) is unknown color: approx Dark Magenta. HEX triplet: 82, 04 and 8D. RGB value is (130,4,141). Sum of RGB (Red+Green+Blue) = 130+4+141=275 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.27% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 141 (55.47% from 255 or 51.27% from 275); Max value from RGB is 141 - color contains mainly: blue. Hex color #82048D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82048D is #7DFB72. Grayscale: #383838. Windows color (decimal): -8256371 or 9241730. OLE color: 9241730.

HSL color Cylindrical-coordinate representation of color #82048D: hue angle of 295.18º 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 #82048D is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1304141-
CMYK0.080.9700.45
HSL295.18º94.48%28.43%-
HSV(B)295.18º97.16%55.29%-
XYZ14.066.7625.76-
YUV57.29175.24179.86-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.27%
GREEN value IS 4 (1.95% from 255) = 1.45%
BLUE value IS 141 (55.47% from 255) = 51.27%
R=47.27%
G=1.45%
B=51.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13041410.080.9700.45295.1894.4828.43
Hex8248D86102D1275e1c
Octal20242151014105544713634
Binary1000001010010001101100011000010101101100100111101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82048D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,4,141); }

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

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

 a { background-color: rgb(130,4,141); }

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

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

 span { border-color: rgb(130,4,141); }

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