Html Css Color HEX #821097 Dark Magenta

📋 copy color: '#821097'

red 130 ◦ green 16 ◦ blue 151

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

Shades of Dark Magenta #821097

Tints of Dark Magenta #821097

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.39%

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

R = 43.77%
G = 5.39%
B = 50.84%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#821097 (or 0x821097) is known color: Dark Magenta. HEX triplet: 82, 10 and 97. RGB value is (130,16,151). Sum of RGB (Red+Green+Blue) = 130+16+151=297 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.77% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 151 (59.38% from 255 or 50.84% from 297); Max value from RGB is 151 - color contains mainly: blue. Hex color #821097 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821097 is #7DEF68. Grayscale: #414141. Windows color (decimal): -8253289 or 9900162. OLE color: 9900162.

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

Color convert

RGB 130 16 151 -
CMYK 0.14 0.89 0 0.41
HSL 290.67º 0.81% 0.33% -
HSV(B) 290.67º 0.89% 0.59% -
XYZ 14.98 7.35 29.91 -
YUV 65.48 176.27 174.02 -
System Red Green Blue C M Y K H S L
Decimal 130 16 151 0.14 0.89 0 0.41 290.67 0.81 0.33
Hex 82 10 97 E 59 0 29 123 51 21
Octal 202 20 227 16 131 0 51 443 121 41
Binary 10000010 10000 10010111 1110 1011001 0 101001 100100011 1010001 100001

Color Harmonies of #821097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821097

Black with #821097

Text Example


Text Example

White with #821097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821097; }

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

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

background-color css

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

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

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

border-color css

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

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

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