Html Css Color HEX #821095 Dark Magenta

📋 copy color: '#821095'

red 130 ◦ green 16 ◦ blue 149

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

Shades of Dark Magenta #821095

Tints of Dark Magenta #821095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 50.51%

R = 44.07%
G = 5.42%
B = 50.51%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#821095 (or 0x821095) is known color: Dark Magenta. HEX triplet: 82, 10 and 95. RGB value is (130,16,149). Sum of RGB (Red+Green+Blue) = 130+16+149=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 149 (58.59% from 255 or 50.51% from 295); Max value from RGB is 149 - color contains mainly: blue. Hex color #821095 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821095 is #7DEF6A. Grayscale: #404040. Windows color (decimal): -8253291 or 9769090. OLE color: 9769090.

HSL color Cylindrical-coordinate representation of color #821095: hue angle of 291.43º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #821095 is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 16 149 -
CMYK 0.13 0.89 0 0.42
HSL 291.43º 0.81% 0.32% -
HSV(B) 291.43º 0.89% 0.58% -
XYZ 14.82 7.29 29.06 -
YUV 65.25 175.27 174.19 -
System Red Green Blue C M Y K H S L
Decimal 130 16 149 0.13 0.89 0 0.42 291.43 0.81 0.32
Hex 82 10 95 D 59 0 2A 123 51 20
Octal 202 20 225 15 131 0 52 443 121 40
Binary 10000010 10000 10010101 1101 1011001 0 101010 100100011 1010001 100000

Color Harmonies of #821095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821095

Black with #821095

Text Example


Text Example

White with #821095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821095; }

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

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

background-color css

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

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

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

border-color css

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

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

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