Html Css Color HEX #821589 Dark Magenta

📋 copy color: '#821589'

red 130 ◦ green 21 ◦ blue 137

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

Shades of Dark Magenta #821589

Tints of Dark Magenta #821589

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.29%

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

R = 45.14%
G = 7.29%
B = 47.57%

CMYK

 C value IS 0.05

 M value IS 0.85

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#821589 (or 0x821589) is known color: Dark Magenta. HEX triplet: 82, 15 and 89. RGB value is (130,21,137). Sum of RGB (Red+Green+Blue) = 130+21+137=288 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.14% from 288); Green value is 21 (8.59% from 255 or 7.29% from 288); Blue value is 137 (53.91% from 255 or 47.57% from 288); Max value from RGB is 137 - color contains mainly: blue. Hex color #821589 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821589 is #7DEA76. Grayscale: #424242. Windows color (decimal): -8252023 or 8983938. OLE color: 8983938.

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

Color convert

RGB 130 21 137 -
CMYK 0.05 0.85 0 0.46
HSL 296.38º 0.73% 0.31% -
HSV(B) 296.38º 0.85% 0.54% -
XYZ 13.99 7.09 24.3 -
YUV 66.82 167.61 173.07 -
System Red Green Blue C M Y K H S L
Decimal 130 21 137 0.05 0.85 0 0.46 296.38 0.73 0.31
Hex 82 15 89 5 55 0 2E 128 49 1F
Octal 202 25 211 5 125 0 56 450 111 37
Binary 10000010 10101 10001001 101 1010101 0 101110 100101000 1001001 11111

Color Harmonies of #821589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821589

Black with #821589

Text Example


Text Example

White with #821589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821589; }

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

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

background-color css

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

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

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

border-color css

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

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

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