Html Css Color HEX #820D93 Dark Magenta

📋 copy color: '#820D93'

red 130 ◦ green 13 ◦ blue 147

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

Shades of Dark Magenta #820D93

Tints of Dark Magenta #820D93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 50.69%

R = 44.83%
G = 4.48%
B = 50.69%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#820D93 (or 0x820D93) is known color: Dark Magenta. HEX triplet: 82, 0D and 93. RGB value is (130,13,147). Sum of RGB (Red+Green+Blue) = 130+13+147=290 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.83% from 290); Green value is 13 (5.47% from 255 or 4.48% from 290); Blue value is 147 (57.81% from 255 or 50.69% from 290); Max value from RGB is 147 - color contains mainly: blue. Hex color #820D93 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820D93 is #7DF26C. Grayscale: #3E3E3E. Windows color (decimal): -8254061 or 9637250. OLE color: 9637250.

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

Color convert

RGB 130 13 147 -
CMYK 0.12 0.91 0 0.42
HSL 292.39º 0.84% 0.31% -
HSV(B) 292.39º 0.91% 0.58% -
XYZ 14.62 7.14 28.21 -
YUV 63.26 175.26 175.6 -
System Red Green Blue C M Y K H S L
Decimal 130 13 147 0.12 0.91 0 0.42 292.39 0.84 0.31
Hex 82 D 93 C 5B 0 2A 124 54 1F
Octal 202 15 223 14 133 0 52 444 124 37
Binary 10000010 1101 10010011 1100 1011011 0 101010 100100100 1010100 11111

Color Harmonies of #820D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820D93

Black with #820D93

Text Example


Text Example

White with #820D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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