#82069A

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

Shades of Dark Magenta #82069A

Tints of Dark Magenta #82069A

Color information

#82069A (or 0x82069A) is unknown color: approx Dark Magenta. HEX triplet: 82, 06 and 9A. RGB value is (130,6,154). Sum of RGB (Red+Green+Blue) = 130+6+154=290 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.83% from 290); Green value is 6 (2.73% from 255 or 2.07% from 290); Blue value is 154 (60.55% from 255 or 53.10% from 290); Max value from RGB is 154 - color contains mainly: blue. Hex color #82069A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82069A is #7DF965. Grayscale: #3B3B3B. Windows color (decimal): -8255846 or 10094210. OLE color: 10094210.

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

Color convert

RGB1306154-
CMYK0.160.9600.40
HSL290.27º92.5%31.37%-
HSV(B)290.27º96.1%60.39%-
XYZ15.17.2131.17-
YUV59.95181.08177.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.83%
GREEN value IS 6 (2.73% from 255) = 2.07%
BLUE value IS 154 (60.55% from 255) = 53.10%
R=44.83%
G=2.07%
B=53.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal13061540.160.9600.40290.2792.531.37
Hex8269A10600281225c1f
Octal20262322014005044213437
Binary10000010110100110101000011000000101000100100010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82069A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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