Html Css Color HEX #821990 Dark Magenta

📋 copy color: '#821990'

red 130 ◦ green 25 ◦ blue 144

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

Shades of Dark Magenta #821990

Tints of Dark Magenta #821990

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.36%

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

R = 43.48%
G = 8.36%
B = 48.16%

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

#821990 (or 0x821990) is known color: Dark Magenta. HEX triplet: 82, 19 and 90. RGB value is (130,25,144). Sum of RGB (Red+Green+Blue) = 130+25+144=299 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.48% from 299); Green value is 25 (10.16% from 255 or 8.36% from 299); Blue value is 144 (56.64% from 255 or 48.16% from 299); Max value from RGB is 144 - color contains mainly: blue. Hex color #821990 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821990 is #7DE66F. Grayscale: #454545. Windows color (decimal): -8250992 or 9443714. OLE color: 9443714.

HSL color Cylindrical-coordinate representation of color #821990: hue angle of 292.94º degrees, saturation: 0.7, 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 #821990 is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 130 25 144 -
CMYK 0.10 0.83 0 0.44
HSL 292.94º 0.7% 0.33% -
HSV(B) 292.94º 0.83% 0.56% -
XYZ 14.59 7.45 27.06 -
YUV 69.96 169.79 170.82 -
System Red Green Blue C M Y K H S L
Decimal 130 25 144 0.10 0.83 0 0.44 292.94 0.7 0.33
Hex 82 19 90 A 53 0 2C 125 46 21
Octal 202 31 220 12 123 0 54 445 106 41
Binary 10000010 11001 10010000 1010 1010011 0 101100 100100101 1000110 100001

Color Harmonies of #821990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821990

Black with #821990

Text Example


Text Example

White with #821990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821990; }

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

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

background-color css

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

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

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

border-color css

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

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

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