Html Css Color HEX #820D89 Dark Magenta

📋 copy color: '#820D89'

red 130 ◦ green 13 ◦ blue 137

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

Shades of Dark Magenta #820D89

Tints of Dark Magenta #820D89

RGB

 RED value IS 130 (51.17% from 255) = 46.43%

 GREEN value IS 13 (5.47% from 255) = 4.64%

 BLUE value IS 137 (53.91% from 255) = 48.93%

R = 46.43%
G = 4.64%
B = 48.93%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#820D89 (or 0x820D89) is known color: Dark Magenta. HEX triplet: 82, 0D and 89. RGB value is (130,13,137). Sum of RGB (Red+Green+Blue) = 130+13+137=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 13 (5.47% from 255 or 4.64% from 280); Blue value is 137 (53.91% from 255 or 48.93% from 280); Max value from RGB is 137 - color contains mainly: blue. Hex color #820D89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820D89 is #7DF276. Grayscale: #3D3D3D. Windows color (decimal): -8254071 or 8981890. OLE color: 8981890.

HSL color Cylindrical-coordinate representation of color #820D89: hue angle of 296.61º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #820D89 is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 130 13 137 -
CMYK 0.05 0.91 0 0.46
HSL 296.61º 0.83% 0.29% -
HSV(B) 296.61º 0.91% 0.54% -
XYZ 13.87 6.84 24.26 -
YUV 62.12 170.26 176.42 -
System Red Green Blue C M Y K H S L
Decimal 130 13 137 0.05 0.91 0 0.46 296.61 0.83 0.29
Hex 82 D 89 5 5B 0 2E 129 53 1D
Octal 202 15 211 5 133 0 56 451 123 35
Binary 10000010 1101 10001001 101 1011011 0 101110 100101001 1010011 11101

Color Harmonies of #820D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820D89

Black with #820D89

Text Example


Text Example

White with #820D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820D89; }

 p { color: rgb(130,13,137); }

 H1.HeaderClassName
 {
   color: #820D89;
 }
 .AnyTagClassName
 {
   color: #820D89;
 }
</style>

background-color css

<style>
 a { background-color: #820D89; }

 a { background-color: rgb(130,13,137); }

 div.DivClassName
 {
   background-color: #820D89;
 }
 .BgClassName
 {
   background-color: #820D89;
 }
</style>

border-color css

<style>
 span { border-color: #820D89; }

 span { border-color: rgb(130,13,137); }

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