#82128C

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

Shades of Dark Magenta #82128C

Tints of Dark Magenta #82128C

Color information

#82128C (or 0x82128C) is unknown color: approx Dark Magenta. HEX triplet: 82, 12 and 8C. RGB value is (130,18,140). Sum of RGB (Red+Green+Blue) = 130+18+140=288 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.14% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 140 (55.08% from 255 or 48.61% from 288); Max value from RGB is 140 - color contains mainly: blue. Hex color #82128C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82128C is #7DED73. Grayscale: #414141. Windows color (decimal): -8252788 or 9179778. OLE color: 9179778.

HSL color Cylindrical-coordinate representation of color #82128C: hue angle of 295.08º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #82128C is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13018140-
CMYK0.070.8700.45
HSL295.08º77.22%30.98%-
HSV(B)295.08º87.14%54.9%-
XYZ14.167.0725.43-
YUV65.4170.11174.08-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.14%
GREEN value IS 18 (7.42% from 255) = 6.25%
BLUE value IS 140 (55.08% from 255) = 48.61%
R=45.14%
G=6.25%
B=48.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal130181400.070.8700.45295.0877.2230.98
Hex82128C75702D1274d1f
Octal20222214712705544711537
Binary10000010100101000110011110101110101101100100111100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82128C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82128C; }

 p { color: rgb(130,18,140); }

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

<style>
 a { background-color: #82128C; }

 a { background-color: rgb(130,18,140); }

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

<style>
 span { border-color: #82128C; }

 span { border-color: rgb(130,18,140); }

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