Html Css Color HEX #820996 Dark Magenta

📋 copy color: '#820996'

red 130 ◦ green 9 ◦ blue 150

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

Shades of Dark Magenta #820996

Tints of Dark Magenta #820996

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.11%

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

R = 44.98%
G = 3.11%
B = 51.9%

CMYK

 C value IS 0.13

 M value IS 0.94

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#820996 (or 0x820996) is known color: Dark Magenta. HEX triplet: 82, 09 and 96. RGB value is (130,9,150). Sum of RGB (Red+Green+Blue) = 130+9+150=289 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.98% from 289); Green value is 9 (3.91% from 255 or 3.11% from 289); Blue value is 150 (58.98% from 255 or 51.90% from 289); Max value from RGB is 150 - color contains mainly: blue. Hex color #820996 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820996 is #7DF669. Grayscale: #3C3C3C. Windows color (decimal): -8255082 or 9832834. OLE color: 9832834.

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

Color convert

RGB 130 9 150 -
CMYK 0.13 0.94 0 0.41
HSL 291.49º 0.89% 0.31% -
HSV(B) 291.49º 0.94% 0.59% -
XYZ 14.81 7.14 29.45 -
YUV 61.25 178.09 177.04 -
System Red Green Blue C M Y K H S L
Decimal 130 9 150 0.13 0.94 0 0.41 291.49 0.89 0.31
Hex 82 9 96 D 5E 0 29 123 59 1F
Octal 202 11 226 15 136 0 51 443 131 37
Binary 10000010 1001 10010110 1101 1011110 0 101001 100100011 1011001 11111

Color Harmonies of #820996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820996

Black with #820996

Text Example


Text Example

White with #820996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820996; }

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

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

background-color css

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

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

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

border-color css

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

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

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