Html Css Color HEX #821391 Dark Magenta

📋 copy color: '#821391'

red 130 ◦ green 19 ◦ blue 145

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

Shades of Dark Magenta #821391

Tints of Dark Magenta #821391

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.46%

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

R = 44.22%
G = 6.46%
B = 49.32%

CMYK

 C value IS 0.10

 M value IS 0.87

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#821391 (or 0x821391) is known color: Dark Magenta. HEX triplet: 82, 13 and 91. RGB value is (130,19,145). Sum of RGB (Red+Green+Blue) = 130+19+145=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 145 (57.03% from 255 or 49.32% from 294); Max value from RGB is 145 - color contains mainly: blue. Hex color #821391 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821391 is #7DEC6E. Grayscale: #424242. Windows color (decimal): -8252527 or 9507714. OLE color: 9507714.

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

Color convert

RGB 130 19 145 -
CMYK 0.10 0.87 0 0.43
HSL 292.86º 0.77% 0.32% -
HSV(B) 292.86º 0.87% 0.57% -
XYZ 14.55 7.26 27.42 -
YUV 66.55 172.27 173.25 -
System Red Green Blue C M Y K H S L
Decimal 130 19 145 0.10 0.87 0 0.43 292.86 0.77 0.32
Hex 82 13 91 A 57 0 2B 125 4D 20
Octal 202 23 221 12 127 0 53 445 115 40
Binary 10000010 10011 10010001 1010 1010111 0 101011 100100101 1001101 100000

Color Harmonies of #821391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821391

Black with #821391

Text Example


Text Example

White with #821391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821391; }

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

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

background-color css

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

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

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

border-color css

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

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

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