#82069F

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

Shades of Dark Magenta #82069F

Tints of Dark Magenta #82069F

Color information

#82069F (or 0x82069F) is unknown color: approx Dark Magenta. HEX triplet: 82, 06 and 9F. RGB value is (130,6,159). Sum of RGB (Red+Green+Blue) = 130+6+159=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 159 (62.5% from 255 or 53.90% from 295); Max value from RGB is 159 - color contains mainly: blue. Hex color #82069F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82069F is #7DF960. Grayscale: #3C3C3C. Windows color (decimal): -8255841 or 10421890. OLE color: 10421890.

HSL color Cylindrical-coordinate representation of color #82069F: hue angle of 288.63º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #82069F is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1306159-
CMYK0.180.9600.38
HSL288.63º92.73%32.35%-
HSV(B)288.63º96.23%62.35%-
XYZ15.537.3833.41-
YUV60.52183.58177.56-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.07%
GREEN value IS 6 (2.73% from 255) = 2.03%
BLUE value IS 159 (62.5% from 255) = 53.90%
R=44.07%
G=2.03%
B=53.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal13061590.180.9600.38288.6392.7332.35
Hex8269F12600261215d20
Octal20262372214004644113540
Binary100000101101001111110010110000001001101001000011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82069F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82069F; }

 p { color: rgb(130,6,159); }

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

<style>
 a { background-color: #82069F; }

 a { background-color: rgb(130,6,159); }

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

<style>
 span { border-color: #82069F; }

 span { border-color: rgb(130,6,159); }

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