#82168B

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

Shades of Dark Magenta #82168B

Tints of Dark Magenta #82168B

Color information

#82168B (or 0x82168B) is unknown color: approx Dark Magenta. HEX triplet: 82, 16 and 8B. RGB value is (130,22,139). Sum of RGB (Red+Green+Blue) = 130+22+139=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 139 (54.69% from 255 or 47.77% from 291); Max value from RGB is 139 - color contains mainly: blue. Hex color #82168B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82168B is #7DE974. Grayscale: #434343. Windows color (decimal): -8251765 or 9115266. OLE color: 9115266.

HSL color Cylindrical-coordinate representation of color #82168B: hue angle of 295.38º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #82168B is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13022139-
CMYK0.060.8400.45
HSL295.38º72.67%31.57%-
HSV(B)295.38º84.17%54.51%-
XYZ14.157.1825.07-
YUV67.63168.28172.49-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.67%
GREEN value IS 22 (8.98% from 255) = 7.56%
BLUE value IS 139 (54.69% from 255) = 47.77%
R=44.67%
G=7.56%
B=47.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal130221390.060.8400.45295.3872.6731.57
Hex82168B65402D1274920
Octal20226213612405544711140
Binary100000101011010001011110101010001011011001001111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82168B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82168B; }

 p { color: rgb(130,22,139); }

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

<style>
 a { background-color: #82168B; }

 a { background-color: rgb(130,22,139); }

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

<style>
 span { border-color: #82168B; }

 span { border-color: rgb(130,22,139); }

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