Html Css Color HEX #821389 Dark Magenta

📋 copy color: '#821389'

red 130 ◦ green 19 ◦ blue 137

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

Shades of Dark Magenta #821389

Tints of Dark Magenta #821389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 47.9%

R = 45.45%
G = 6.64%
B = 47.9%

CMYK

 C value IS 0.05

 M value IS 0.86

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#821389 (or 0x821389) is known color: Dark Magenta. HEX triplet: 82, 13 and 89. RGB value is (130,19,137). Sum of RGB (Red+Green+Blue) = 130+19+137=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 137 (53.91% from 255 or 47.90% from 286); Max value from RGB is 137 - color contains mainly: blue. Hex color #821389 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821389 is #7DEC76. Grayscale: #414141. Windows color (decimal): -8252535 or 8983426. OLE color: 8983426.

HSL color Cylindrical-coordinate representation of color #821389: hue angle of 296.44º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #821389 is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 130 19 137 -
CMYK 0.05 0.86 0 0.46
HSL 296.44º 0.76% 0.31% -
HSV(B) 296.44º 0.86% 0.54% -
XYZ 13.95 7.02 24.29 -
YUV 65.64 168.27 173.91 -
System Red Green Blue C M Y K H S L
Decimal 130 19 137 0.05 0.86 0 0.46 296.44 0.76 0.31
Hex 82 13 89 5 56 0 2E 128 4C 1F
Octal 202 23 211 5 126 0 56 450 114 37
Binary 10000010 10011 10001001 101 1010110 0 101110 100101000 1001100 11111

Color Harmonies of #821389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821389

Black with #821389

Text Example


Text Example

White with #821389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821389; }

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

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

background-color css

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

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

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

border-color css

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

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

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