#820292

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

Shades of Dark Magenta #820292

Tints of Dark Magenta #820292

Color information

#820292 (or 0x820292) is unknown color: approx Dark Magenta. HEX triplet: 82, 02 and 92. RGB value is (130,2,146). Sum of RGB (Red+Green+Blue) = 130+2+146=278 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.76% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 146 (57.42% from 255 or 52.52% from 278); Max value from RGB is 146 - color contains mainly: blue. Hex color #820292 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820292 is #7DFD6D. Grayscale: #383838. Windows color (decimal): -8256878 or 9568898. OLE color: 9568898.

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

Color convert

RGB1302146-
CMYK0.110.9900.43
HSL293.33º97.3%29.02%-
HSV(B)293.33º98.63%57.25%-
XYZ14.426.8627.76-
YUV56.69178.41180.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.76%
GREEN value IS 2 (1.17% from 255) = 0.72%
BLUE value IS 146 (57.42% from 255) = 52.52%
R=46.76%
G=0.72%
B=52.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal13021460.110.9900.43293.3397.329.02
Hex82292B6302B125611d
Octal20222221314305344514135
Binary100000101010010010101111000110101011100100101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820292; }

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

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

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

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

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

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

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

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