#82088D

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

Shades of Dark Magenta #82088D

Tints of Dark Magenta #82088D

Color information

#82088D (or 0x82088D) is unknown color: approx Dark Magenta. HEX triplet: 82, 08 and 8D. RGB value is (130,8,141). Sum of RGB (Red+Green+Blue) = 130+8+141=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 141 (55.47% from 255 or 50.54% from 279); Max value from RGB is 141 - color contains mainly: blue. Hex color #82088D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82088D is #7DF772. Grayscale: #3B3B3B. Windows color (decimal): -8255347 or 9242754. OLE color: 9242754.

HSL color Cylindrical-coordinate representation of color #82088D: hue angle of 295.04º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #82088D is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1308141-
CMYK0.080.9400.45
HSL295.04º89.26%29.22%-
HSV(B)295.04º94.33%55.29%-
XYZ14.16.8425.78-
YUV59.64173.92178.19-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.59%
GREEN value IS 8 (3.52% from 255) = 2.87%
BLUE value IS 141 (55.47% from 255) = 50.54%
R=46.59%
G=2.87%
B=50.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13081410.080.9400.45295.0489.2629.22
Hex8288D85E02D127591d
Octal202102151013605544713135
Binary10000010100010001101100010111100101101100100111101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82088D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82088D; }

 p { color: rgb(130,8,141); }

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

<style>
 a { background-color: #82088D; }

 a { background-color: rgb(130,8,141); }

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

<style>
 span { border-color: #82088D; }

 span { border-color: rgb(130,8,141); }

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