#8210ab

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

Shades of Dark Magenta #8210AB

Tints of Dark Magenta #8210AB

Color information

#8210AB (or 0x8210AB) is unknown color: approx Dark Magenta. HEX triplet: 82, 10 and AB. RGB value is (130,16,171). Sum of RGB (Red+Green+Blue) = 130+16+171=317 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.01% from 317); Green value is 16 (6.64% from 255 or 5.05% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #8210AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8210AB is #7DEF54. Grayscale: #434343. Windows color (decimal): -8253269 or 11210882. OLE color: 11210882.

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

Color convert

RGB13016171-
CMYK0.240.9100.33
HSL284.13º82.89%36.67%-
HSV(B)284.13º90.64%67.06%-
XYZ16.748.0639.2-
YUV67.76186.27172.4-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.01%
GREEN value IS 16 (6.64% from 255) = 5.05%
BLUE value IS 171 (67.19% from 255) = 53.94%
R=41.01%
G=5.05%
B=53.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal130161710.240.9100.33284.1382.8936.67
Hex8210AB185B02111c5325
Octal202202533013304143412345
Binary10000010100001010101111000101101101000011000111001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8210ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8210ab; }

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

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

<style>
 a { background-color: #8210ab; }

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

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

<style>
 span { border-color: #8210ab; }

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

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