#820693

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

Shades of Dark Magenta #820693

Tints of Dark Magenta #820693

Color information

#820693 (or 0x820693) is unknown color: approx Dark Magenta. HEX triplet: 82, 06 and 93. RGB value is (130,6,147). Sum of RGB (Red+Green+Blue) = 130+6+147=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 147 (57.81% from 255 or 51.94% from 283); Max value from RGB is 147 - color contains mainly: blue. Hex color #820693 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820693 is #7DF96C. Grayscale: #3A3A3A. Windows color (decimal): -8255853 or 9635458. OLE color: 9635458.

HSL color Cylindrical-coordinate representation of color #820693: hue angle of 292.77º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #820693 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1306147-
CMYK0.120.9600.42
HSL292.77º92.16%30%-
HSV(B)292.77º95.92%57.65%-
XYZ14.546.9828.19-
YUV59.15177.58178.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.94%
GREEN value IS 6 (2.73% from 255) = 2.12%
BLUE value IS 147 (57.81% from 255) = 51.94%
R=45.94%
G=2.12%
B=51.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13061470.120.9600.42292.7792.1630
Hex82693C6002A1255c1e
Octal20262231414005244513436
Binary1000001011010010011110011000000101010100100101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820693; }

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

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

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

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

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

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

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

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