#82039A

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

Shades of Dark Magenta #82039A

Tints of Dark Magenta #82039A

Color information

#82039A (or 0x82039A) is unknown color: approx Dark Magenta. HEX triplet: 82, 03 and 9A. RGB value is (130,3,154). Sum of RGB (Red+Green+Blue) = 130+3+154=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 154 (60.55% from 255 or 53.66% from 287); Max value from RGB is 154 - color contains mainly: blue. Hex color #82039A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82039A is #7DFC65. Grayscale: #393939. Windows color (decimal): -8256614 or 10093442. OLE color: 10093442.

HSL color Cylindrical-coordinate representation of color #82039A: hue angle of 290.46º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #82039A is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1303154-
CMYK0.160.9800.40
HSL290.46º96.18%30.78%-
HSV(B)290.46º98.05%60.39%-
XYZ15.077.1431.16-
YUV58.19182.08179.22-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.30%
GREEN value IS 3 (1.56% from 255) = 1.05%
BLUE value IS 154 (60.55% from 255) = 53.66%
R=45.30%
G=1.05%
B=53.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal13031540.160.9800.40290.4696.1830.78
Hex8239A1062028122601f
Octal20232322014205044214037
Binary1000001011100110101000011000100101000100100010110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82039A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,3,154); }

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

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

 a { background-color: rgb(130,3,154); }

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

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

 span { border-color: rgb(130,3,154); }

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