Html Css Color HEX #821289 Dark Magenta

📋 copy color: '#821289'

red 130 ◦ green 18 ◦ blue 137

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

Shades of Dark Magenta #821289

Tints of Dark Magenta #821289

RGB

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

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

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

R = 45.61%
G = 6.32%
B = 48.07%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#821289 (or 0x821289) is known color: Dark Magenta. HEX triplet: 82, 12 and 89. RGB value is (130,18,137). Sum of RGB (Red+Green+Blue) = 130+18+137=285 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.61% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 137 (53.91% from 255 or 48.07% from 285); Max value from RGB is 137 - color contains mainly: blue. Hex color #821289 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821289 is #7DED76. Grayscale: #404040. Windows color (decimal): -8252791 or 8983170. OLE color: 8983170.

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

Color convert

RGB 130 18 137 -
CMYK 0.05 0.87 0 0.46
HSL 296.47º 0.77% 0.3% -
HSV(B) 296.47º 0.87% 0.54% -
XYZ 13.94 6.98 24.28 -
YUV 65.05 168.61 174.32 -
System Red Green Blue C M Y K H S L
Decimal 130 18 137 0.05 0.87 0 0.46 296.47 0.77 0.3
Hex 82 12 89 5 57 0 2E 128 4D 1E
Octal 202 22 211 5 127 0 56 450 115 36
Binary 10000010 10010 10001001 101 1010111 0 101110 100101000 1001101 11110

Color Harmonies of #821289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821289

Black with #821289

Text Example


Text Example

White with #821289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821289; }

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

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

background-color css

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

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

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

border-color css

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

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

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