Html Css Color HEX #821290 Dark Magenta

📋 copy color: '#821290'

red 130 ◦ green 18 ◦ blue 144

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

Shades of Dark Magenta #821290

Tints of Dark Magenta #821290

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.16%

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

R = 44.52%
G = 6.16%
B = 49.32%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#821290 (or 0x821290) is known color: Dark Magenta. HEX triplet: 82, 12 and 90. RGB value is (130,18,144). Sum of RGB (Red+Green+Blue) = 130+18+144=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 144 (56.64% from 255 or 49.32% from 292); Max value from RGB is 144 - color contains mainly: blue. Hex color #821290 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821290 is #7DED6F. Grayscale: #414141. Windows color (decimal): -8252784 or 9441922. OLE color: 9441922.

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

Color convert

RGB 130 18 144 -
CMYK 0.10 0.88 0 0.44
HSL 293.33º 0.78% 0.32% -
HSV(B) 293.33º 0.88% 0.56% -
XYZ 14.46 7.19 27.01 -
YUV 65.85 172.11 173.75 -
System Red Green Blue C M Y K H S L
Decimal 130 18 144 0.10 0.88 0 0.44 293.33 0.78 0.32
Hex 82 12 90 A 58 0 2C 125 4E 20
Octal 202 22 220 12 130 0 54 445 116 40
Binary 10000010 10010 10010000 1010 1011000 0 101100 100100101 1001110 100000

Color Harmonies of #821290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821290

Black with #821290

Text Example


Text Example

White with #821290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821290; }

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

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

background-color css

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

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

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

border-color css

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

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

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