#82108D

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

Shades of Dark Magenta #82108D

Tints of Dark Magenta #82108D

Color information

#82108D (or 0x82108D) is unknown color: approx Dark Magenta. HEX triplet: 82, 10 and 8D. RGB value is (130,16,141). Sum of RGB (Red+Green+Blue) = 130+16+141=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 141 (55.47% from 255 or 49.13% from 287); Max value from RGB is 141 - color contains mainly: blue. Hex color #82108D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82108D is #7DEF72. Grayscale: #3F3F3F. Windows color (decimal): -8253299 or 9244802. OLE color: 9244802.

HSL color Cylindrical-coordinate representation of color #82108D: hue angle of 294.72º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #82108D is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13016141-
CMYK0.080.8900.45
HSL294.72º79.62%30.78%-
HSV(B)294.72º88.65%55.29%-
XYZ14.27.0425.81-
YUV64.34171.27174.84-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.30%
GREEN value IS 16 (6.64% from 255) = 5.57%
BLUE value IS 141 (55.47% from 255) = 49.13%
R=45.30%
G=5.57%
B=49.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal130161410.080.8900.45294.7279.6230.78
Hex82108D85902D127501f
Octal202202151013105544712037
Binary100000101000010001101100010110010101101100100111101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82108D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82108D; }

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

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

<style>
 a { background-color: #82108D; }

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

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

<style>
 span { border-color: #82108D; }

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

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