#820792

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

Shades of Dark Magenta #820792

Tints of Dark Magenta #820792

Color information

#820792 (or 0x820792) is unknown color: approx Dark Magenta. HEX triplet: 82, 07 and 92. RGB value is (130,7,146). Sum of RGB (Red+Green+Blue) = 130+7+146=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 7 (3.12% from 255 or 2.47% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #820792 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820792 is #7DF86D. Grayscale: #3B3B3B. Windows color (decimal): -8255598 or 9570178. OLE color: 9570178.

HSL color Cylindrical-coordinate representation of color #820792: hue angle of 293.09º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #820792 is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1307146-
CMYK0.110.9500.43
HSL293.09º90.85%30%-
HSV(B)293.09º95.21%57.25%-
XYZ14.476.9727.78-
YUV59.62176.75178.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.94%
GREEN value IS 7 (3.12% from 255) = 2.47%
BLUE value IS 146 (57.42% from 255) = 51.59%
R=45.94%
G=2.47%
B=51.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal13071460.110.9500.43293.0990.8530
Hex82792B5F02B1255b1e
Octal20272221313705344513336
Binary1000001011110010010101110111110101011100100101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820792; }

 p { color: rgb(130,7,146); }

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

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

 a { background-color: rgb(130,7,146); }

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

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

 span { border-color: rgb(130,7,146); }

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