Html Css Color HEX #820497 Dark Magenta

📋 copy color: '#820497'

red 130 ◦ green 4 ◦ blue 151

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

Shades of Dark Magenta #820497

Tints of Dark Magenta #820497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 52.98%

R = 45.61%
G = 1.4%
B = 52.98%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#820497 (or 0x820497) is known color: Dark Magenta. HEX triplet: 82, 04 and 97. RGB value is (130,4,151). Sum of RGB (Red+Green+Blue) = 130+4+151=285 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.61% from 285); Green value is 4 (1.95% from 255 or 1.40% from 285); Blue value is 151 (59.38% from 255 or 52.98% from 285); Max value from RGB is 151 - color contains mainly: blue. Hex color #820497 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820497 is #7DFB68. Grayscale: #393939. Windows color (decimal): -8256361 or 9897090. OLE color: 9897090.

HSL color Cylindrical-coordinate representation of color #820497: hue angle of 291.43º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #820497 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 130 4 151 -
CMYK 0.14 0.97 0 0.41
HSL 291.43º 0.95% 0.3% -
HSV(B) 291.43º 0.97% 0.59% -
XYZ 14.84 7.07 29.86 -
YUV 58.43 180.24 179.05 -
System Red Green Blue C M Y K H S L
Decimal 130 4 151 0.14 0.97 0 0.41 291.43 0.95 0.3
Hex 82 4 97 E 61 0 29 123 5F 1E
Octal 202 4 227 16 141 0 51 443 137 36
Binary 10000010 100 10010111 1110 1100001 0 101001 100100011 1011111 11110

Color Harmonies of #820497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820497

Black with #820497

Text Example


Text Example

White with #820497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820497; }

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

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

background-color css

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

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

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

border-color css

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

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

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