Html Css Color HEX #820790 Dark Magenta

📋 copy color: '#820790'

red 130 ◦ green 7 ◦ blue 144

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

Shades of Dark Magenta #820790

Tints of Dark Magenta #820790

RGB

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

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

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

R = 46.26%
G = 2.49%
B = 51.25%

CMYK

 C value IS 0.10

 M value IS 0.95

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#820790 (or 0x820790) is known color: Dark Magenta. HEX triplet: 82, 07 and 90. RGB value is (130,7,144). Sum of RGB (Red+Green+Blue) = 130+7+144=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 144 (56.64% from 255 or 51.25% from 281); Max value from RGB is 144 - color contains mainly: blue. Hex color #820790 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820790 is #7DF86F. Grayscale: #3A3A3A. Windows color (decimal): -8255600 or 9439106. OLE color: 9439106.

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

Color convert

RGB 130 7 144 -
CMYK 0.10 0.95 0 0.44
HSL 293.87º 0.91% 0.3% -
HSV(B) 293.87º 0.95% 0.56% -
XYZ 14.32 6.91 26.97 -
YUV 59.4 175.75 178.36 -
System Red Green Blue C M Y K H S L
Decimal 130 7 144 0.10 0.95 0 0.44 293.87 0.91 0.3
Hex 82 7 90 A 5F 0 2C 126 5B 1E
Octal 202 7 220 12 137 0 54 446 133 36
Binary 10000010 111 10010000 1010 1011111 0 101100 100100110 1011011 11110

Color Harmonies of #820790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820790

Black with #820790

Text Example


Text Example

White with #820790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820790; }

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

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

background-color css

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

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

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

border-color css

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

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

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