#8211AB

Color #8211AB Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #8211AB

Tints of Dark Magenta #8211AB

Color information

#8211AB (or 0x8211AB) is unknown color: approx Dark Magenta. HEX triplet: 82, 11 and AB. RGB value is (130,17,171). Sum of RGB (Red+Green+Blue) = 130+17+171=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 17 (7.03% from 255 or 5.35% from 318); Blue value is 171 (67.19% from 255 or 53.77% from 318); Max value from RGB is 171 - color contains mainly: blue. Hex color #8211AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8211AB is #7DEE54. Grayscale: #434343. Windows color (decimal): -8253013 or 11211138. OLE color: 11211138.

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

Color convert

RGB13017171-
CMYK0.240.9000.33
HSL284.03º81.91%36.86%-
HSV(B)284.03º90.06%67.06%-
XYZ16.768.0939.21-
YUV68.34185.94171.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.88%
GREEN value IS 17 (7.03% from 255) = 5.35%
BLUE value IS 171 (67.19% from 255) = 53.77%
R=40.88%
G=5.35%
B=53.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal130171710.240.9000.33284.0381.9136.86
Hex8211AB185A02111c5225
Octal202212533013204143412245
Binary10000010100011010101111000101101001000011000111001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8211AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8211AB;
 }
 .AnyTagClassName
 {
   color: #8211AB;
 }
</style>
background-color css

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

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

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

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

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

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