Html Css Color HEX #821891 Dark Magenta

📋 copy color: '#821891'

red 130 ◦ green 24 ◦ blue 145

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

Shades of Dark Magenta #821891

Tints of Dark Magenta #821891

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.03%

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

R = 43.48%
G = 8.03%
B = 48.49%

CMYK

 C value IS 0.10

 M value IS 0.83

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#821891 (or 0x821891) is known color: Dark Magenta. HEX triplet: 82, 18 and 91. RGB value is (130,24,145). Sum of RGB (Red+Green+Blue) = 130+24+145=299 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.48% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 145 (57.03% from 255 or 48.49% from 299); Max value from RGB is 145 - color contains mainly: blue. Hex color #821891 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821891 is #7DE76E. Grayscale: #454545. Windows color (decimal): -8251247 or 9508994. OLE color: 9508994.

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

Color convert

RGB 130 24 145 -
CMYK 0.10 0.83 0 0.43
HSL 292.56º 0.72% 0.33% -
HSV(B) 292.56º 0.83% 0.57% -
XYZ 14.64 7.44 27.45 -
YUV 69.49 170.62 171.16 -
System Red Green Blue C M Y K H S L
Decimal 130 24 145 0.10 0.83 0 0.43 292.56 0.72 0.33
Hex 82 18 91 A 53 0 2B 125 48 21
Octal 202 30 221 12 123 0 53 445 110 41
Binary 10000010 11000 10010001 1010 1010011 0 101011 100100101 1001000 100001

Color Harmonies of #821891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821891

Black with #821891

Text Example


Text Example

White with #821891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821891; }

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

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

background-color css

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

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

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

border-color css

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

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

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