Html Css Color HEX #82058A Dark Magenta

📋 copy color: '#82058A'

red 130 ◦ green 5 ◦ blue 138

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

Shades of Dark Magenta #82058A

Tints of Dark Magenta #82058A

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.3% from 255) = 50.55%

R = 47.62%
G = 1.83%
B = 50.55%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#82058A (or 0x82058A) is known color: 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

RGB 130 5 138 -
CMYK 0.06 0.96 0 0.46
HSL 296.39º 0.93% 0.28% -
HSV(B) 296.39º 0.96% 0.54% -
XYZ 13.85 6.69 24.61 -
YUV 57.54 173.41 179.69 -
System Red Green Blue C M Y K H S L
Decimal 130 5 138 0.06 0.96 0 0.46 296.39 0.93 0.28
Hex 82 5 8A 6 60 0 2E 128 5D 1C
Octal 202 5 212 6 140 0 56 450 135 34
Binary 10000010 101 10001010 110 1100000 0 101110 100101000 1011101 11100

Color Harmonies of #82058A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82058A

Black with #82058A

Text Example


Text Example

White with #82058A

Text Example


Text Example

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