Html Css Color HEX #821291 Dark Magenta

📋 copy color: '#821291'

red 130 ◦ green 18 ◦ blue 145

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

Shades of Dark Magenta #821291

Tints of Dark Magenta #821291

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.14%

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

R = 44.37%
G = 6.14%
B = 49.49%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#821291 (or 0x821291) is known color: Dark Magenta. HEX triplet: 82, 12 and 91. RGB value is (130,18,145). Sum of RGB (Red+Green+Blue) = 130+18+145=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 145 (57.03% from 255 or 49.49% from 293); Max value from RGB is 145 - color contains mainly: blue. Hex color #821291 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821291 is #7DED6E. Grayscale: #414141. Windows color (decimal): -8252783 or 9507458. OLE color: 9507458.

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

Color convert

RGB 130 18 145 -
CMYK 0.10 0.88 0 0.43
HSL 292.91º 0.78% 0.32% -
HSV(B) 292.91º 0.88% 0.57% -
XYZ 14.53 7.22 27.42 -
YUV 65.97 172.61 173.67 -
System Red Green Blue C M Y K H S L
Decimal 130 18 145 0.10 0.88 0 0.43 292.91 0.78 0.32
Hex 82 12 91 A 58 0 2B 125 4E 20
Octal 202 22 221 12 130 0 53 445 116 40
Binary 10000010 10010 10010001 1010 1011000 0 101011 100100101 1001110 100000

Color Harmonies of #821291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821291

Black with #821291

Text Example


Text Example

White with #821291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821291; }

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

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

background-color css

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

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

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

border-color css

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

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

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