#820289

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

Shades of Dark Magenta #820289

Tints of Dark Magenta #820289

Color information

#820289 (or 0x820289) is unknown color: approx Dark Magenta. HEX triplet: 82, 02 and 89. RGB value is (130,2,137). Sum of RGB (Red+Green+Blue) = 130+2+137=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 137 (53.91% from 255 or 50.93% from 269); Max value from RGB is 137 - color contains mainly: blue. Hex color #820289 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820289 is #7DFD76. Grayscale: #373737. Windows color (decimal): -8256887 or 8979074. OLE color: 8979074.

HSL color Cylindrical-coordinate representation of color #820289: hue angle of 296.89º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #820289 is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1302137-
CMYK0.050.9900.46
HSL296.89º97.12%27.25%-
HSV(B)296.89º98.54%53.73%-
XYZ13.746.624.22-
YUV55.66173.91181.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.33%
GREEN value IS 2 (1.17% from 255) = 0.74%
BLUE value IS 137 (53.91% from 255) = 50.93%
R=48.33%
G=0.74%
B=50.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13021370.050.9900.46296.8997.1227.25
Hex8228956302E129611b
Octal2022211514305645114133
Binary10000010101000100110111000110101110100101001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820289; }

 p { color: rgb(130,2,137); }

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

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

 a { background-color: rgb(130,2,137); }

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

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

 span { border-color: rgb(130,2,137); }

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