Html Css Color HEX #820889 Dark Magenta

📋 copy color: '#820889'

red 130 ◦ green 8 ◦ blue 137

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

Shades of Dark Magenta #820889

Tints of Dark Magenta #820889

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.91%

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

R = 47.27%
G = 2.91%
B = 49.82%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#820889 (or 0x820889) is known color: Dark Magenta. HEX triplet: 82, 08 and 89. RGB value is (130,8,137). Sum of RGB (Red+Green+Blue) = 130+8+137=275 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.27% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 137 (53.91% from 255 or 49.82% from 275); Max value from RGB is 137 - color contains mainly: blue. Hex color #820889 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820889 is #7DF776. Grayscale: #3A3A3A. Windows color (decimal): -8255351 or 8980610. OLE color: 8980610.

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

Color convert

RGB 130 8 137 -
CMYK 0.05 0.94 0 0.46
HSL 296.74º 0.89% 0.28% -
HSV(B) 296.74º 0.94% 0.54% -
XYZ 13.81 6.73 24.24 -
YUV 59.18 171.92 178.51 -
System Red Green Blue C M Y K H S L
Decimal 130 8 137 0.05 0.94 0 0.46 296.74 0.89 0.28
Hex 82 8 89 5 5E 0 2E 129 59 1C
Octal 202 10 211 5 136 0 56 451 131 34
Binary 10000010 1000 10001001 101 1011110 0 101110 100101001 1011001 11100

Color Harmonies of #820889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820889

Black with #820889

Text Example


Text Example

White with #820889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820889; }

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

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

background-color css

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

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

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

border-color css

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

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

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