Html Css Color HEX #821189 Dark Magenta

📋 copy color: '#821189'

red 130 ◦ green 17 ◦ blue 137

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

Shades of Dark Magenta #821189

Tints of Dark Magenta #821189

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.99%

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

R = 45.77%
G = 5.99%
B = 48.24%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#821189 (or 0x821189) is known color: Dark Magenta. HEX triplet: 82, 11 and 89. RGB value is (130,17,137). Sum of RGB (Red+Green+Blue) = 130+17+137=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 137 (53.91% from 255 or 48.24% from 284); Max value from RGB is 137 - color contains mainly: blue. Hex color #821189 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821189 is #7DEE76. Grayscale: #404040. Windows color (decimal): -8253047 or 8982914. OLE color: 8982914.

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

Color convert

RGB 130 17 137 -
CMYK 0.05 0.88 0 0.46
HSL 296.5º 0.78% 0.3% -
HSV(B) 296.5º 0.88% 0.54% -
XYZ 13.92 6.95 24.28 -
YUV 64.47 168.94 174.74 -
System Red Green Blue C M Y K H S L
Decimal 130 17 137 0.05 0.88 0 0.46 296.5 0.78 0.3
Hex 82 11 89 5 58 0 2E 128 4E 1E
Octal 202 21 211 5 130 0 56 450 116 36
Binary 10000010 10001 10001001 101 1011000 0 101110 100101000 1001110 11110

Color Harmonies of #821189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821189

Black with #821189

Text Example


Text Example

White with #821189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821189; }

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

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

background-color css

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

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

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

border-color css

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

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

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