#82158B

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

Shades of Dark Magenta #82158B

Tints of Dark Magenta #82158B

Color information

#82158B (or 0x82158B) is unknown color: approx Dark Magenta. HEX triplet: 82, 15 and 8B. RGB value is (130,21,139). Sum of RGB (Red+Green+Blue) = 130+21+139=290 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.83% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 139 (54.69% from 255 or 47.93% from 290); Max value from RGB is 139 - color contains mainly: blue. Hex color #82158B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82158B is #7DEA74. Grayscale: #424242. Windows color (decimal): -8252021 or 9115010. OLE color: 9115010.

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

Color convert

RGB13021139-
CMYK0.060.8500.45
HSL295.42º73.75%31.37%-
HSV(B)295.42º84.89%54.51%-
XYZ14.137.1525.06-
YUV67.04168.61172.91-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.83%
GREEN value IS 21 (8.59% from 255) = 7.24%
BLUE value IS 139 (54.69% from 255) = 47.93%
R=44.83%
G=7.24%
B=47.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal130211390.060.8500.45295.4273.7531.37
Hex82158B65502D1274a1f
Octal20225213612505544711237
Binary10000010101011000101111010101010101101100100111100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82158B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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