Html Css Color HEX #821196 Dark Magenta

📋 copy color: '#821196'

red 130 ◦ green 17 ◦ blue 150

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

Shades of Dark Magenta #821196

Tints of Dark Magenta #821196

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.72%

 BLUE value IS 150 (58.98% from 255) = 50.51%

R = 43.77%
G = 5.72%
B = 50.51%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#821196 (or 0x821196) is known color: Dark Magenta. HEX triplet: 82, 11 and 96. RGB value is (130,17,150). Sum of RGB (Red+Green+Blue) = 130+17+150=297 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.77% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 150 (58.98% from 255 or 50.51% from 297); Max value from RGB is 150 - color contains mainly: blue. Hex color #821196 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821196 is #7DEE69. Grayscale: #414141. Windows color (decimal): -8253034 or 9834882. OLE color: 9834882.

HSL color Cylindrical-coordinate representation of color #821196: hue angle of 290.98º degrees, saturation: 0.8, 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 #821196 is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 130 17 150 -
CMYK 0.13 0.89 0 0.41
HSL 290.98º 0.8% 0.33% -
HSV(B) 290.98º 0.89% 0.59% -
XYZ 14.91 7.35 29.49 -
YUV 65.95 175.44 173.69 -
System Red Green Blue C M Y K H S L
Decimal 130 17 150 0.13 0.89 0 0.41 290.98 0.8 0.33
Hex 82 11 96 D 59 0 29 123 50 21
Octal 202 21 226 15 131 0 51 443 120 41
Binary 10000010 10001 10010110 1101 1011001 0 101001 100100011 1010000 100001

Color Harmonies of #821196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821196

Black with #821196

Text Example


Text Example

White with #821196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821196; }

 p { color: rgb(130,17,150); }

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

background-color css

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

 a { background-color: rgb(130,17,150); }

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

border-color css

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

 span { border-color: rgb(130,17,150); }

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