#82088E

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

Shades of Dark Magenta #82088E

Tints of Dark Magenta #82088E

Color information

#82088E (or 0x82088E) is unknown color: approx Dark Magenta. HEX triplet: 82, 08 and 8E. RGB value is (130,8,142). Sum of RGB (Red+Green+Blue) = 130+8+142=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 142 (55.86% from 255 or 50.71% from 280); Max value from RGB is 142 - color contains mainly: blue. Hex color #82088E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82088E is #7DF771. Grayscale: #3B3B3B. Windows color (decimal): -8255346 or 9308290. OLE color: 9308290.

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

Color convert

RGB1308142-
CMYK0.080.9400.44
HSL294.63º89.33%29.41%-
HSV(B)294.63º94.37%55.69%-
XYZ14.186.8726.17-
YUV59.75174.42178.1-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.43%
GREEN value IS 8 (3.52% from 255) = 2.86%
BLUE value IS 142 (55.86% from 255) = 50.71%
R=46.43%
G=2.86%
B=50.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13081420.080.9400.44294.6389.3329.41
Hex8288E85E02C127591d
Octal202102161013605444713135
Binary10000010100010001110100010111100101100100100111101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82088E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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