Html Css Color HEX #820297 Dark Magenta

📋 copy color: '#820297'

red 130 ◦ green 2 ◦ blue 151

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

Shades of Dark Magenta #820297

Tints of Dark Magenta #820297

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

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

R = 45.94%
G = 0.71%
B = 53.36%

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

#820297 (or 0x820297) is known color: Dark Magenta. HEX triplet: 82, 02 and 97. RGB value is (130,2,151). Sum of RGB (Red+Green+Blue) = 130+2+151=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 151 (59.38% from 255 or 53.36% from 283); Max value from RGB is 151 - color contains mainly: blue. Hex color #820297 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820297 is #7DFD68. Grayscale: #383838. Windows color (decimal): -8256873 or 9896578. OLE color: 9896578.

HSL color Cylindrical-coordinate representation of color #820297: hue angle of 291.54º degrees, saturation: 0.97, 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 #820297 is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 130 2 151 -
CMYK 0.14 0.99 0 0.41
HSL 291.54º 0.97% 0.3% -
HSV(B) 291.54º 0.99% 0.59% -
XYZ 14.81 7.02 29.85 -
YUV 57.26 180.91 179.88 -
System Red Green Blue C M Y K H S L
Decimal 130 2 151 0.14 0.99 0 0.41 291.54 0.97 0.3
Hex 82 2 97 E 63 0 29 124 61 1E
Octal 202 2 227 16 143 0 51 444 141 36
Binary 10000010 10 10010111 1110 1100011 0 101001 100100100 1100001 11110

Color Harmonies of #820297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820297

Black with #820297

Text Example


Text Example

White with #820297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820297; }

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

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

background-color css

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

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

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

border-color css

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

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

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