Html Css Color HEX #821491 Dark Magenta

📋 copy color: '#821491'

red 130 ◦ green 20 ◦ blue 145

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

Shades of Dark Magenta #821491

Tints of Dark Magenta #821491

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.78%

 BLUE value IS 145 (57.03% from 255) = 49.15%

R = 44.07%
G = 6.78%
B = 49.15%

CMYK

 C value IS 0.10

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#821491 (or 0x821491) is known color: Dark Magenta. HEX triplet: 82, 14 and 91. RGB value is (130,20,145). Sum of RGB (Red+Green+Blue) = 130+20+145=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 145 (57.03% from 255 or 49.15% from 295); Max value from RGB is 145 - color contains mainly: blue. Hex color #821491 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821491 is #7DEB6E. Grayscale: #424242. Windows color (decimal): -8252271 or 9507970. OLE color: 9507970.

HSL color Cylindrical-coordinate representation of color #821491: hue angle of 292.8º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #821491 is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 130 20 145 -
CMYK 0.10 0.86 0 0.43
HSL 292.8º 0.76% 0.32% -
HSV(B) 292.8º 0.86% 0.57% -
XYZ 14.57 7.29 27.43 -
YUV 67.14 171.94 172.84 -
System Red Green Blue C M Y K H S L
Decimal 130 20 145 0.10 0.86 0 0.43 292.8 0.76 0.32
Hex 82 14 91 A 56 0 2B 125 4C 20
Octal 202 24 221 12 126 0 53 445 114 40
Binary 10000010 10100 10010001 1010 1010110 0 101011 100100101 1001100 100000

Color Harmonies of #821491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821491

Black with #821491

Text Example


Text Example

White with #821491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821491; }

 p { color: rgb(130,20,145); }

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

background-color css

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

 a { background-color: rgb(130,20,145); }

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

border-color css

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

 span { border-color: rgb(130,20,145); }

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