Html Css Color HEX #821297 Dark Magenta

📋 copy color: '#821297'

red 130 ◦ green 18 ◦ blue 151

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

Shades of Dark Magenta #821297

Tints of Dark Magenta #821297

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.02%

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

R = 43.48%
G = 6.02%
B = 50.5%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#821297 (or 0x821297) is known color: Dark Magenta. HEX triplet: 82, 12 and 97. RGB value is (130,18,151). Sum of RGB (Red+Green+Blue) = 130+18+151=299 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.48% from 299); Green value is 18 (7.42% from 255 or 6.02% from 299); Blue value is 151 (59.38% from 255 or 50.50% from 299); Max value from RGB is 151 - color contains mainly: blue. Hex color #821297 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821297 is #7DED68. Grayscale: #424242. Windows color (decimal): -8252777 or 9900674. OLE color: 9900674.

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

Color convert

RGB 130 18 151 -
CMYK 0.14 0.88 0 0.41
HSL 290.53º 0.79% 0.33% -
HSV(B) 290.53º 0.88% 0.59% -
XYZ 15.01 7.41 29.92 -
YUV 66.65 175.61 173.19 -
System Red Green Blue C M Y K H S L
Decimal 130 18 151 0.14 0.88 0 0.41 290.53 0.79 0.33
Hex 82 12 97 E 58 0 29 123 4F 21
Octal 202 22 227 16 130 0 51 443 117 41
Binary 10000010 10010 10010111 1110 1011000 0 101001 100100011 1001111 100001

Color Harmonies of #821297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821297

Black with #821297

Text Example


Text Example

White with #821297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821297; }

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

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

background-color css

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

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

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

border-color css

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

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

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