Html Css Color HEX #820A9B Dark Magenta

📋 copy color: '#820A9B'

red 130 ◦ green 10 ◦ blue 155

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

Shades of Dark Magenta #820A9B

Tints of Dark Magenta #820A9B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.39%

 BLUE value IS 155 (60.94% from 255) = 52.54%

R = 44.07%
G = 3.39%
B = 52.54%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#820A9B (or 0x820A9B) is known color: Dark Magenta. HEX triplet: 82, 0A and 9B. RGB value is (130,10,155). Sum of RGB (Red+Green+Blue) = 130+10+155=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 10 (4.30% from 255 or 3.39% from 295); Blue value is 155 (60.94% from 255 or 52.54% from 295); Max value from RGB is 155 - color contains mainly: blue. Hex color #820A9B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820A9B is #7DF564. Grayscale: #3D3D3D. Windows color (decimal): -8254821 or 10160770. OLE color: 10160770.

HSL color Cylindrical-coordinate representation of color #820A9B: hue angle of 289.66º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #820A9B is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 130 10 155 -
CMYK 0.16 0.94 0 0.39
HSL 289.66º 0.88% 0.32% -
HSV(B) 289.66º 0.94% 0.61% -
XYZ 15.23 7.33 31.62 -
YUV 62.41 180.26 176.21 -
System Red Green Blue C M Y K H S L
Decimal 130 10 155 0.16 0.94 0 0.39 289.66 0.88 0.32
Hex 82 A 9B 10 5E 0 27 122 58 20
Octal 202 12 233 20 136 0 47 442 130 40
Binary 10000010 1010 10011011 10000 1011110 0 100111 100100010 1011000 100000

Color Harmonies of #820A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820A9B

Black with #820A9B

Text Example


Text Example

White with #820A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,10,155); }

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

background-color css

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

 a { background-color: rgb(130,10,155); }

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

border-color css

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

 span { border-color: rgb(130,10,155); }

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