Html Css Color HEX #82048D Dark Magenta

📋 copy color: '#82048D'

red 130 ◦ green 4 ◦ blue 141

#82048D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #82048D

Tints of Dark Magenta #82048D

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 value IS 0.08

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#82048D (or 0x82048D) is known color: 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

RGB 130 4 141 -
CMYK 0.08 0.97 0 0.45
HSL 295.18º 0.94% 0.28% -
HSV(B) 295.18º 0.97% 0.55% -
XYZ 14.06 6.76 25.76 -
YUV 57.29 175.24 179.86 -
System Red Green Blue C M Y K H S L
Decimal 130 4 141 0.08 0.97 0 0.45 295.18 0.94 0.28
Hex 82 4 8D 8 61 0 2D 127 5E 1C
Octal 202 4 215 10 141 0 55 447 136 34
Binary 10000010 100 10001101 1000 1100001 0 101101 100100111 1011110 11100

Color Harmonies of #82048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82048D

Black with #82048D

Text Example


Text Example

White with #82048D

Text Example


Text Example

HTML Codes & Css Web 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>