Html Css Color HEX #820490 Dark Magenta

📋 copy color: '#820490'

red 130 ◦ green 4 ◦ blue 144

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

Shades of Dark Magenta #820490

Tints of Dark Magenta #820490

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.44%

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

R = 46.76%
G = 1.44%
B = 51.8%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#820490 (or 0x820490) is known color: Dark Magenta. HEX triplet: 82, 04 and 90. RGB value is (130,4,144). Sum of RGB (Red+Green+Blue) = 130+4+144=278 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.76% from 278); Green value is 4 (1.95% from 255 or 1.44% from 278); Blue value is 144 (56.64% from 255 or 51.80% from 278); Max value from RGB is 144 - color contains mainly: blue. Hex color #820490 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820490 is #7DFB6F. Grayscale: #393939. Windows color (decimal): -8256368 or 9438338. OLE color: 9438338.

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

Color convert

RGB 130 4 144 -
CMYK 0.10 0.97 0 0.44
HSL 294º 0.95% 0.29% -
HSV(B) 294º 0.97% 0.56% -
XYZ 14.28 6.85 26.95 -
YUV 57.63 176.74 179.62 -
System Red Green Blue C M Y K H S L
Decimal 130 4 144 0.10 0.97 0 0.44 294 0.95 0.29
Hex 82 4 90 A 61 0 2C 126 5F 1D
Octal 202 4 220 12 141 0 54 446 137 35
Binary 10000010 100 10010000 1010 1100001 0 101100 100100110 1011111 11101

Color Harmonies of #820490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820490

Black with #820490

Text Example


Text Example

White with #820490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820490; }

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

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

background-color css

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

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

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

border-color css

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

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

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