Html Css Color HEX #820789 Dark Magenta

📋 copy color: '#820789'

red 130 ◦ green 7 ◦ blue 137

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

Shades of Dark Magenta #820789

Tints of Dark Magenta #820789

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.55%

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

R = 47.45%
G = 2.55%
B = 50%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#820789 (or 0x820789) is known color: Dark Magenta. HEX triplet: 82, 07 and 89. RGB value is (130,7,137). Sum of RGB (Red+Green+Blue) = 130+7+137=274 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.45% from 274); Green value is 7 (3.12% from 255 or 2.55% from 274); Blue value is 137 (53.91% from 255 or 50% from 274); Max value from RGB is 137 - color contains mainly: blue. Hex color #820789 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820789 is #7DF876. Grayscale: #3A3A3A. Windows color (decimal): -8255607 or 8980354. OLE color: 8980354.

HSL color Cylindrical-coordinate representation of color #820789: hue angle of 296.77º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #820789 is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 130 7 137 -
CMYK 0.05 0.95 0 0.46
HSL 296.77º 0.9% 0.28% -
HSV(B) 296.77º 0.95% 0.54% -
XYZ 13.8 6.7 24.23 -
YUV 58.6 172.25 178.93 -
System Red Green Blue C M Y K H S L
Decimal 130 7 137 0.05 0.95 0 0.46 296.77 0.9 0.28
Hex 82 7 89 5 5F 0 2E 129 5A 1C
Octal 202 7 211 5 137 0 56 451 132 34
Binary 10000010 111 10001001 101 1011111 0 101110 100101001 1011010 11100

Color Harmonies of #820789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820789

Black with #820789

Text Example


Text Example

White with #820789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820789; }

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

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

background-color css

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

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

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

border-color css

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

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

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