Html Css Color HEX #820D95 Dark Magenta

📋 copy color: '#820D95'

red 130 ◦ green 13 ◦ blue 149

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

Shades of Dark Magenta #820D95

Tints of Dark Magenta #820D95

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.45%

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

R = 44.52%
G = 4.45%
B = 51.03%

CMYK

 C value IS 0.13

 M value IS 0.91

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#820D95 (or 0x820D95) is known color: Dark Magenta. HEX triplet: 82, 0D and 95. RGB value is (130,13,149). Sum of RGB (Red+Green+Blue) = 130+13+149=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 13 (5.47% from 255 or 4.45% from 292); Blue value is 149 (58.59% from 255 or 51.03% from 292); Max value from RGB is 149 - color contains mainly: blue. Hex color #820D95 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820D95 is #7DF26A. Grayscale: #3F3F3F. Windows color (decimal): -8254059 or 9768322. OLE color: 9768322.

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

Color convert

RGB 130 13 149 -
CMYK 0.13 0.91 0 0.42
HSL 291.62º 0.84% 0.32% -
HSV(B) 291.62º 0.91% 0.58% -
XYZ 14.77 7.2 29.05 -
YUV 63.49 176.26 175.44 -
System Red Green Blue C M Y K H S L
Decimal 130 13 149 0.13 0.91 0 0.42 291.62 0.84 0.32
Hex 82 D 95 D 5B 0 2A 124 54 20
Octal 202 15 225 15 133 0 52 444 124 40
Binary 10000010 1101 10010101 1101 1011011 0 101010 100100100 1010100 100000

Color Harmonies of #820D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820D95

Black with #820D95

Text Example


Text Example

White with #820D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820D95; }

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

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

background-color css

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

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

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

border-color css

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

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

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