Html Css Color HEX #820FA5 Dark Magenta

📋 copy color: '#820FA5'

red 130 ◦ green 15 ◦ blue 165

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

Shades of Dark Magenta #820FA5

Tints of Dark Magenta #820FA5

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.84%

 BLUE value IS 165 (64.84% from 255) = 53.23%

R = 41.94%
G = 4.84%
B = 53.23%

CMYK

 C value IS 0.21

 M value IS 0.91

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#820FA5 (or 0x820FA5) is known color: Dark Magenta. HEX triplet: 82, 0F and A5. RGB value is (130,15,165). Sum of RGB (Red+Green+Blue) = 130+15+165=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 15 (6.25% from 255 or 4.84% from 310); Blue value is 165 (64.84% from 255 or 53.23% from 310); Max value from RGB is 165 - color contains mainly: blue. Hex color #820FA5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820FA5 is #7DF05A. Grayscale: #424242. Windows color (decimal): -8253531 or 10817410. OLE color: 10817410.

HSL color Cylindrical-coordinate representation of color #820FA5: hue angle of 286º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #820FA5 is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 130 15 165 -
CMYK 0.21 0.91 0 0.35
HSL 286º 0.83% 0.35% -
HSV(B) 286º 0.91% 0.65% -
XYZ 16.17 7.8 36.25 -
YUV 66.49 183.6 173.3 -
System Red Green Blue C M Y K H S L
Decimal 130 15 165 0.21 0.91 0 0.35 286 0.83 0.35
Hex 82 F A5 15 5B 0 23 11E 53 23
Octal 202 17 245 25 133 0 43 436 123 43
Binary 10000010 1111 10100101 10101 1011011 0 100011 100011110 1010011 100011

Color Harmonies of #820FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820FA5

Black with #820FA5

Text Example


Text Example

White with #820FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,15,165); }

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

background-color css

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

 a { background-color: rgb(130,15,165); }

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

border-color css

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

 span { border-color: rgb(130,15,165); }

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