#82148A

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

Shades of Dark Magenta #82148A

Tints of Dark Magenta #82148A

Color information

#82148A (or 0x82148A) is unknown color: approx Dark Magenta. HEX triplet: 82, 14 and 8A. RGB value is (130,20,138). Sum of RGB (Red+Green+Blue) = 130+20+138=288 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.14% from 288); Green value is 20 (8.20% from 255 or 6.94% from 288); Blue value is 138 (54.30% from 255 or 47.92% from 288); Max value from RGB is 138 - color contains mainly: blue. Hex color #82148A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82148A is #7DEB75. Grayscale: #414141. Windows color (decimal): -8252278 or 9049218. OLE color: 9049218.

HSL color Cylindrical-coordinate representation of color #82148A: hue angle of 295.93º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #82148A is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13020138-
CMYK0.060.8600.46
HSL295.93º74.68%30.98%-
HSV(B)295.93º85.51%54.12%-
XYZ14.047.0824.67-
YUV66.34168.44173.41-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.14%
GREEN value IS 20 (8.20% from 255) = 6.94%
BLUE value IS 138 (54.30% from 255) = 47.92%
R=45.14%
G=6.94%
B=47.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal130201380.060.8600.46295.9374.6830.98
Hex82148A65602E1284b1f
Octal20224212612605645011337
Binary10000010101001000101011010101100101110100101000100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82148A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82148A; }

 p { color: rgb(130,20,138); }

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

<style>
 a { background-color: #82148A; }

 a { background-color: rgb(130,20,138); }

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

<style>
 span { border-color: #82148A; }

 span { border-color: rgb(130,20,138); }

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