#82058A

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

Shades of Dark Magenta #82058A

Tints of Dark Magenta #82058A

Color information

#82058A (or 0x82058A) is unknown color: approx Dark Magenta. HEX triplet: 82, 05 and 8A. RGB value is (130,5,138). Sum of RGB (Red+Green+Blue) = 130+5+138=273 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.62% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 138 (54.30% from 255 or 50.55% from 273); Max value from RGB is 138 - color contains mainly: blue. Hex color #82058A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82058A is #7DFA75. Grayscale: #393939. Windows color (decimal): -8256118 or 9045378. OLE color: 9045378.

HSL color Cylindrical-coordinate representation of color #82058A: hue angle of 296.39º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #82058A is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1305138-
CMYK0.060.9600.46
HSL296.39º93.01%28.04%-
HSV(B)296.39º96.38%54.12%-
XYZ13.856.6924.61-
YUV57.54173.41179.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.62%
GREEN value IS 5 (2.34% from 255) = 1.83%
BLUE value IS 138 (54.30% from 255) = 50.55%
R=47.62%
G=1.83%
B=50.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13051380.060.9600.46296.3993.0128.04
Hex8258A66002E1285d1c
Octal2025212614005645013534
Binary100000101011000101011011000000101110100101000101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82058A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82058A; }

 p { color: rgb(130,5,138); }

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

<style>
 a { background-color: #82058A; }

 a { background-color: rgb(130,5,138); }

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

<style>
 span { border-color: #82058A; }

 span { border-color: rgb(130,5,138); }

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