Html Css Color HEX #821090 Dark Magenta

📋 copy color: '#821090'

red 130 ◦ green 16 ◦ blue 144

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

Shades of Dark Magenta #821090

Tints of Dark Magenta #821090

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.52%

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

R = 44.83%
G = 5.52%
B = 49.66%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#821090 (or 0x821090) is known color: Dark Magenta. HEX triplet: 82, 10 and 90. RGB value is (130,16,144). Sum of RGB (Red+Green+Blue) = 130+16+144=290 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.83% from 290); Green value is 16 (6.64% from 255 or 5.52% from 290); Blue value is 144 (56.64% from 255 or 49.66% from 290); Max value from RGB is 144 - color contains mainly: blue. Hex color #821090 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821090 is #7DEF6F. Grayscale: #404040. Windows color (decimal): -8253296 or 9441410. OLE color: 9441410.

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

Color convert

RGB 130 16 144 -
CMYK 0.10 0.89 0 0.44
HSL 293.44º 0.8% 0.31% -
HSV(B) 293.44º 0.89% 0.56% -
XYZ 14.43 7.13 27 -
YUV 64.68 172.77 174.59 -
System Red Green Blue C M Y K H S L
Decimal 130 16 144 0.10 0.89 0 0.44 293.44 0.8 0.31
Hex 82 10 90 A 59 0 2C 125 50 1F
Octal 202 20 220 12 131 0 54 445 120 37
Binary 10000010 10000 10010000 1010 1011001 0 101100 100100101 1010000 11111

Color Harmonies of #821090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821090

Black with #821090

Text Example


Text Example

White with #821090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821090; }

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

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

background-color css

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

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

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

border-color css

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

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

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