Html Css Color HEX #821796 Dark Magenta

📋 copy color: '#821796'

red 130 ◦ green 23 ◦ blue 150

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

Shades of Dark Magenta #821796

Tints of Dark Magenta #821796

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.59%

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

R = 42.9%
G = 7.59%
B = 49.5%

CMYK

 C value IS 0.13

 M value IS 0.85

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#821796 (or 0x821796) is known color: Dark Magenta. HEX triplet: 82, 17 and 96. RGB value is (130,23,150). Sum of RGB (Red+Green+Blue) = 130+23+150=303 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.90% from 303); Green value is 23 (9.38% from 255 or 7.59% from 303); Blue value is 150 (58.98% from 255 or 49.50% from 303); Max value from RGB is 150 - color contains mainly: blue. Hex color #821796 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821796 is #7DE869. Grayscale: #454545. Windows color (decimal): -8251498 or 9836418. OLE color: 9836418.

HSL color Cylindrical-coordinate representation of color #821796: hue angle of 290.55º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #821796 is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 130 23 150 -
CMYK 0.13 0.85 0 0.41
HSL 290.55º 0.73% 0.34% -
HSV(B) 290.55º 0.85% 0.59% -
XYZ 15.02 7.56 29.52 -
YUV 69.47 173.45 171.17 -
System Red Green Blue C M Y K H S L
Decimal 130 23 150 0.13 0.85 0 0.41 290.55 0.73 0.34
Hex 82 17 96 D 55 0 29 123 49 22
Octal 202 27 226 15 125 0 51 443 111 42
Binary 10000010 10111 10010110 1101 1010101 0 101001 100100011 1001001 100010

Color Harmonies of #821796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821796

Black with #821796

Text Example


Text Example

White with #821796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821796; }

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

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

background-color css

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

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

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

border-color css

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

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

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