Html Css Color HEX #8206A2 Dark Magenta

📋 copy color: '#8206A2'

red 130 ◦ green 6 ◦ blue 162

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

Shades of Dark Magenta #8206A2

Tints of Dark Magenta #8206A2

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.01%

 BLUE value IS 162 (63.67% from 255) = 54.36%

R = 43.62%
G = 2.01%
B = 54.36%

CMYK

 C value IS 0.20

 M value IS 0.96

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#8206A2 (or 0x8206A2) is known color: Dark Magenta. HEX triplet: 82, 06 and A2. RGB value is (130,6,162). Sum of RGB (Red+Green+Blue) = 130+6+162=298 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.62% from 298); Green value is 6 (2.73% from 255 or 2.01% from 298); Blue value is 162 (63.67% from 255 or 54.36% from 298); Max value from RGB is 162 - color contains mainly: blue. Hex color #8206A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8206A2 is #7DF95D. Grayscale: #3C3C3C. Windows color (decimal): -8255838 or 10618498. OLE color: 10618498.

HSL color Cylindrical-coordinate representation of color #8206A2: hue angle of 287.69º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8206A2 is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 130 6 162 -
CMYK 0.20 0.96 0 0.36
HSL 287.69º 0.93% 0.33% -
HSV(B) 287.69º 0.96% 0.64% -
XYZ 15.79 7.48 34.79 -
YUV 60.86 185.08 177.32 -
System Red Green Blue C M Y K H S L
Decimal 130 6 162 0.20 0.96 0 0.36 287.69 0.93 0.33
Hex 82 6 A2 14 60 0 24 120 5D 21
Octal 202 6 242 24 140 0 44 440 135 41
Binary 10000010 110 10100010 10100 1100000 0 100100 100100000 1011101 100001

Color Harmonies of #8206A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8206A2

Black with #8206A2

Text Example


Text Example

White with #8206A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8206A2; }

 p { color: rgb(130,6,162); }

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

background-color css

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

 a { background-color: rgb(130,6,162); }

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

border-color css

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

 span { border-color: rgb(130,6,162); }

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