Html Css Color HEX #8200AB Dark Magenta

📋 copy color: '#8200AB'

red 130 ◦ green 0 ◦ blue 171

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

Shades of Dark Magenta #8200AB

Tints of Dark Magenta #8200AB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 171 (67.19% from 255) = 56.81%

R = 43.19%
G = 0%
B = 56.81%

CMYK

 C value IS 0.24

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8200AB (or 0x8200AB) is known color: Dark Magenta. HEX triplet: 82, 00 and AB. RGB value is (130,0,171). Sum of RGB (Red+Green+Blue) = 130+0+171=301 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.19% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #8200AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8200AB is #7DFF54. Grayscale: #393939. Windows color (decimal): -8257365 or 11206786. OLE color: 11206786.

HSL color Cylindrical-coordinate representation of color #8200AB: hue angle of 285.61º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8200AB is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 0 171 -
CMYK 0.24 1 0 0.33
HSL 285.61º 1% 0.34% -
HSV(B) 285.61º 1% 0.67% -
XYZ 16.56 7.69 39.14 -
YUV 58.36 191.57 179.1 -
System Red Green Blue C M Y K H S L
Decimal 130 0 171 0.24 1 0 0.33 285.61 1 0.34
Hex 82 0 AB 18 64 0 21 11E 64 22
Octal 202 0 253 30 144 0 41 436 144 42
Binary 10000010 0 10101011 11000 1100100 0 100001 100011110 1100100 100010

Color Harmonies of #8200AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8200AB

Black with #8200AB

Text Example


Text Example

White with #8200AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8200AB; }

 p { color: rgb(130,0,171); }

 H1.HeaderClassName
 {
   color: #8200AB;
 }
 .AnyTagClassName
 {
   color: #8200AB;
 }
</style>

background-color css

<style>
 a { background-color: #8200AB; }

 a { background-color: rgb(130,0,171); }

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

border-color css

<style>
 span { border-color: #8200AB; }

 span { border-color: rgb(130,0,171); }

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