Html Css Color HEX #820197 Dark Magenta

📋 copy color: '#820197'

red 130 ◦ green 1 ◦ blue 151

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

Shades of Dark Magenta #820197

Tints of Dark Magenta #820197

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 46.1%
G = 0.35%
B = 53.55%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#820197 (or 0x820197) is known color: Dark Magenta. HEX triplet: 82, 01 and 97. RGB value is (130,1,151). Sum of RGB (Red+Green+Blue) = 130+1+151=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 151 (59.38% from 255 or 53.55% from 282); Max value from RGB is 151 - color contains mainly: blue. Hex color #820197 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820197 is #7DFE68. Grayscale: #383838. Windows color (decimal): -8257129 or 9896322. OLE color: 9896322.

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

Color convert

RGB 130 1 151 -
CMYK 0.14 0.99 0 0.41
HSL 291.6º 0.99% 0.3% -
HSV(B) 291.6º 0.99% 0.59% -
XYZ 14.8 7 29.85 -
YUV 56.67 181.24 180.3 -
System Red Green Blue C M Y K H S L
Decimal 130 1 151 0.14 0.99 0 0.41 291.6 0.99 0.3
Hex 82 1 97 E 63 0 29 124 63 1E
Octal 202 1 227 16 143 0 51 444 143 36
Binary 10000010 1 10010111 1110 1100011 0 101001 100100100 1100011 11110

Color Harmonies of #820197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820197

Black with #820197

Text Example


Text Example

White with #820197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820197; }

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

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

background-color css

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

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

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

border-color css

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

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

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