#82138A

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

Shades of Dark Magenta #82138A

Tints of Dark Magenta #82138A

Color information

#82138A (or 0x82138A) is unknown color: approx Dark Magenta. HEX triplet: 82, 13 and 8A. RGB value is (130,19,138). Sum of RGB (Red+Green+Blue) = 130+19+138=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 138 (54.30% from 255 or 48.08% from 287); Max value from RGB is 138 - color contains mainly: blue. Hex color #82138A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82138A is #7DEC75. Grayscale: #414141. Windows color (decimal): -8252534 or 9048962. OLE color: 9048962.

HSL color Cylindrical-coordinate representation of color #82138A: hue angle of 295.97º degrees, saturation: 0.76, 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 #82138A is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13019138-
CMYK0.060.8600.46
HSL295.97º75.8%30.78%-
HSV(B)295.97º86.23%54.12%-
XYZ14.037.0524.67-
YUV65.76168.77173.82-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.30%
GREEN value IS 19 (7.81% from 255) = 6.62%
BLUE value IS 138 (54.30% from 255) = 48.08%
R=45.30%
G=6.62%
B=48.08%

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
Decimal130191380.060.8600.46295.9775.830.78
Hex82138A65602E1284c1f
Octal20223212612605645011437
Binary10000010100111000101011010101100101110100101000100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82138A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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