Html Css Color HEX #820890 Dark Magenta

📋 copy color: '#820890'

red 130 ◦ green 8 ◦ blue 144

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

Shades of Dark Magenta #820890

Tints of Dark Magenta #820890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 51.06%

R = 46.1%
G = 2.84%
B = 51.06%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#820890 (or 0x820890) is known color: Dark Magenta. HEX triplet: 82, 08 and 90. RGB value is (130,8,144). Sum of RGB (Red+Green+Blue) = 130+8+144=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 8 (3.52% from 255 or 2.84% from 282); Blue value is 144 (56.64% from 255 or 51.06% from 282); Max value from RGB is 144 - color contains mainly: blue. Hex color #820890 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820890 is #7DF76F. Grayscale: #3B3B3B. Windows color (decimal): -8255344 or 9439362. OLE color: 9439362.

HSL color Cylindrical-coordinate representation of color #820890: hue angle of 293.82º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #820890 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 130 8 144 -
CMYK 0.10 0.94 0 0.44
HSL 293.82º 0.89% 0.3% -
HSV(B) 293.82º 0.94% 0.56% -
XYZ 14.33 6.93 26.97 -
YUV 59.98 175.42 177.94 -
System Red Green Blue C M Y K H S L
Decimal 130 8 144 0.10 0.94 0 0.44 293.82 0.89 0.3
Hex 82 8 90 A 5E 0 2C 126 59 1E
Octal 202 10 220 12 136 0 54 446 131 36
Binary 10000010 1000 10010000 1010 1011110 0 101100 100100110 1011001 11110

Color Harmonies of #820890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820890

Black with #820890

Text Example


Text Example

White with #820890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820890; }

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

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

background-color css

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

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

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

border-color css

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

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

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