Html Css Color HEX #820595 Dark Magenta

📋 copy color: '#820595'

red 130 ◦ green 5 ◦ blue 149

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

Shades of Dark Magenta #820595

Tints of Dark Magenta #820595

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.76%

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

R = 45.77%
G = 1.76%
B = 52.46%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#820595 (or 0x820595) is known color: Dark Magenta. HEX triplet: 82, 05 and 95. RGB value is (130,5,149). Sum of RGB (Red+Green+Blue) = 130+5+149=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 149 (58.59% from 255 or 52.46% from 284); Max value from RGB is 149 - color contains mainly: blue. Hex color #820595 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820595 is #7DFA6A. Grayscale: #3A3A3A. Windows color (decimal): -8256107 or 9766274. OLE color: 9766274.

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

Color convert

RGB 130 5 149 -
CMYK 0.13 0.97 0 0.42
HSL 292.08º 0.94% 0.3% -
HSV(B) 292.08º 0.97% 0.58% -
XYZ 14.69 7.02 29.02 -
YUV 58.79 178.91 178.79 -
System Red Green Blue C M Y K H S L
Decimal 130 5 149 0.13 0.97 0 0.42 292.08 0.94 0.3
Hex 82 5 95 D 61 0 2A 124 5E 1E
Octal 202 5 225 15 141 0 52 444 136 36
Binary 10000010 101 10010101 1101 1100001 0 101010 100100100 1011110 11110

Color Harmonies of #820595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820595

Black with #820595

Text Example


Text Example

White with #820595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820595; }

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

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

background-color css

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

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

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

border-color css

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

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

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