#82038A

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

Shades of Dark Magenta #82038A

Tints of Dark Magenta #82038A

Color information

#82038A (or 0x82038A) is unknown color: approx Dark Magenta. HEX triplet: 82, 03 and 8A. RGB value is (130,3,138). Sum of RGB (Red+Green+Blue) = 130+3+138=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 138 (54.30% from 255 or 50.92% from 271); Max value from RGB is 138 - color contains mainly: blue. Hex color #82038A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82038A is #7DFC75. Grayscale: #373737. Windows color (decimal): -8256630 or 9044866. OLE color: 9044866.

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

Color convert

RGB1303138-
CMYK0.060.9800.46
HSL296.44º95.74%27.65%-
HSV(B)296.44º97.83%54.12%-
XYZ13.836.6524.6-
YUV56.36174.08180.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.97%
GREEN value IS 3 (1.56% from 255) = 1.11%
BLUE value IS 138 (54.30% from 255) = 50.92%
R=47.97%
G=1.11%
B=50.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13031380.060.9800.46296.4495.7427.65
Hex8238A66202E128601c
Octal2023212614205645014034
Binary10000010111000101011011000100101110100101000110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82038A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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