Html Css Color HEX #821789 Dark Magenta

📋 copy color: '#821789'

red 130 ◦ green 23 ◦ blue 137

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

Shades of Dark Magenta #821789

Tints of Dark Magenta #821789

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.93%

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

R = 44.83%
G = 7.93%
B = 47.24%

CMYK

 C value IS 0.05

 M value IS 0.83

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#821789 (or 0x821789) is known color: Dark Magenta. HEX triplet: 82, 17 and 89. RGB value is (130,23,137). Sum of RGB (Red+Green+Blue) = 130+23+137=290 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.83% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 137 (53.91% from 255 or 47.24% from 290); Max value from RGB is 137 - color contains mainly: blue. Hex color #821789 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821789 is #7DE876. Grayscale: #434343. Windows color (decimal): -8251511 or 8984450. OLE color: 8984450.

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

Color convert

RGB 130 23 137 -
CMYK 0.05 0.83 0 0.46
HSL 296.32º 0.71% 0.31% -
HSV(B) 296.32º 0.83% 0.54% -
XYZ 14.03 7.16 24.31 -
YUV 67.99 166.95 172.23 -
System Red Green Blue C M Y K H S L
Decimal 130 23 137 0.05 0.83 0 0.46 296.32 0.71 0.31
Hex 82 17 89 5 53 0 2E 128 47 1F
Octal 202 27 211 5 123 0 56 450 107 37
Binary 10000010 10111 10001001 101 1010011 0 101110 100101000 1000111 11111

Color Harmonies of #821789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821789

Black with #821789

Text Example


Text Example

White with #821789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821789; }

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

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

background-color css

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

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

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

border-color css

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

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

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