Html Css Color HEX #821890 Dark Magenta

📋 copy color: '#821890'

red 130 ◦ green 24 ◦ blue 144

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

Shades of Dark Magenta #821890

Tints of Dark Magenta #821890

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.05%

 BLUE value IS 144 (56.64% from 255) = 48.32%

R = 43.62%
G = 8.05%
B = 48.32%

CMYK

 C value IS 0.10

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#821890 (or 0x821890) is known color: Dark Magenta. HEX triplet: 82, 18 and 90. RGB value is (130,24,144). Sum of RGB (Red+Green+Blue) = 130+24+144=298 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.62% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 144 (56.64% from 255 or 48.32% from 298); Max value from RGB is 144 - color contains mainly: blue. Hex color #821890 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821890 is #7DE76F. Grayscale: #454545. Windows color (decimal): -8251248 or 9443458. OLE color: 9443458.

HSL color Cylindrical-coordinate representation of color #821890: hue angle of 293º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #821890 is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 130 24 144 -
CMYK 0.10 0.83 0 0.44
HSL 293º 0.71% 0.33% -
HSV(B) 293º 0.83% 0.56% -
XYZ 14.57 7.41 27.05 -
YUV 69.37 170.12 171.24 -
System Red Green Blue C M Y K H S L
Decimal 130 24 144 0.10 0.83 0 0.44 293 0.71 0.33
Hex 82 18 90 A 53 0 2C 125 47 21
Octal 202 30 220 12 123 0 54 445 107 41
Binary 10000010 11000 10010000 1010 1010011 0 101100 100100101 1000111 100001

Color Harmonies of #821890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821890

Black with #821890

Text Example


Text Example

White with #821890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821890; }

 p { color: rgb(130,24,144); }

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

background-color css

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

 a { background-color: rgb(130,24,144); }

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

border-color css

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

 span { border-color: rgb(130,24,144); }

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