#8106A5

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

Shades of Dark Magenta #8106A5

Tints of Dark Magenta #8106A5

Color information

#8106A5 (or 0x8106A5) is unknown color: approx Dark Magenta. HEX triplet: 81, 06 and A5. RGB value is (129,6,165). Sum of RGB (Red+Green+Blue) = 129+6+165=300 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43% from 300); Green value is 6 (2.73% from 255 or 2% from 300); Blue value is 165 (64.84% from 255 or 55% from 300); Max value from RGB is 165 - color contains mainly: blue. Hex color #8106A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8106A5 is #7EF95A. Grayscale: #3C3C3C. Windows color (decimal): -8321371 or 10815105. OLE color: 10815105.

HSL color Cylindrical-coordinate representation of color #8106A5: hue angle of 286.42º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8106A5 is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1296165-
CMYK0.220.9600.35
HSL286.42º92.98%33.53%-
HSV(B)286.42º96.36%64.71%-
XYZ15.917.5136.21-
YUV60.9186.75176.57-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43%
GREEN value IS 6 (2.73% from 255) = 2%
BLUE value IS 165 (64.84% from 255) = 55%
R=43%
G=2%
B=55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal12961650.220.9600.35286.4292.9833.53
Hex816A5166002311e5d22
Octal20162452614004343613542
Binary100000011101010010110110110000001000111000111101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8106A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8106A5; }

 p { color: rgb(129,6,165); }

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

<style>
 a { background-color: #8106A5; }

 a { background-color: rgb(129,6,165); }

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

<style>
 span { border-color: #8106A5; }

 span { border-color: rgb(129,6,165); }

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