Html Css Color HEX #821190 Dark Magenta

📋 copy color: '#821190'

red 130 ◦ green 17 ◦ blue 144

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

Shades of Dark Magenta #821190

Tints of Dark Magenta #821190

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.84%

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

R = 44.67%
G = 5.84%
B = 49.48%

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

#821190 (or 0x821190) is known color: Dark Magenta. HEX triplet: 82, 11 and 90. RGB value is (130,17,144). Sum of RGB (Red+Green+Blue) = 130+17+144=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 17 (7.03% from 255 or 5.84% from 291); Blue value is 144 (56.64% from 255 or 49.48% from 291); Max value from RGB is 144 - color contains mainly: blue. Hex color #821190 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821190 is #7DEE6F. Grayscale: #404040. Windows color (decimal): -8253040 or 9441666. OLE color: 9441666.

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

Color convert

RGB 130 17 144 -
CMYK 0.10 0.88 0 0.44
HSL 293.39º 0.79% 0.32% -
HSV(B) 293.39º 0.88% 0.56% -
XYZ 14.44 7.16 27.01 -
YUV 65.27 172.44 174.17 -
System Red Green Blue C M Y K H S L
Decimal 130 17 144 0.10 0.88 0 0.44 293.39 0.79 0.32
Hex 82 11 90 A 58 0 2C 125 4F 20
Octal 202 21 220 12 130 0 54 445 117 40
Binary 10000010 10001 10010000 1010 1011000 0 101100 100100101 1001111 100000

Color Harmonies of #821190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821190

Black with #821190

Text Example


Text Example

White with #821190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821190; }

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

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

background-color css

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

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

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

border-color css

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

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

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