Html Css Color HEX #820689 Dark Magenta

📋 copy color: '#820689'

red 130 ◦ green 6 ◦ blue 137

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

Shades of Dark Magenta #820689

Tints of Dark Magenta #820689

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.2%

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

R = 47.62%
G = 2.2%
B = 50.18%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#820689 (or 0x820689) is known color: Dark Magenta. HEX triplet: 82, 06 and 89. RGB value is (130,6,137). Sum of RGB (Red+Green+Blue) = 130+6+137=273 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.62% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 137 (53.91% from 255 or 50.18% from 273); Max value from RGB is 137 - color contains mainly: blue. Hex color #820689 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820689 is #7DF976. Grayscale: #393939. Windows color (decimal): -8255863 or 8980098. OLE color: 8980098.

HSL color Cylindrical-coordinate representation of color #820689: hue angle of 296.79º degrees, saturation: 0.92, 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 #820689 is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 130 6 137 -
CMYK 0.05 0.96 0 0.46
HSL 296.79º 0.92% 0.28% -
HSV(B) 296.79º 0.96% 0.54% -
XYZ 13.79 6.68 24.23 -
YUV 58.01 172.58 179.35 -
System Red Green Blue C M Y K H S L
Decimal 130 6 137 0.05 0.96 0 0.46 296.79 0.92 0.28
Hex 82 6 89 5 60 0 2E 129 5C 1C
Octal 202 6 211 5 140 0 56 451 134 34
Binary 10000010 110 10001001 101 1100000 0 101110 100101001 1011100 11100

Color Harmonies of #820689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820689

Black with #820689

Text Example


Text Example

White with #820689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820689; }

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

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

background-color css

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

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

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

border-color css

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

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

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