#820D9E

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

Shades of Dark Magenta #820D9E

Tints of Dark Magenta #820D9E

Color information

#820D9E (or 0x820D9E) is unknown color: approx Dark Magenta. HEX triplet: 82, 0D and 9E. RGB value is (130,13,158). Sum of RGB (Red+Green+Blue) = 130+13+158=301 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.19% from 301); Green value is 13 (5.47% from 255 or 4.32% from 301); Blue value is 158 (62.11% from 255 or 52.49% from 301); Max value from RGB is 158 - color contains mainly: blue. Hex color #820D9E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820D9E is #7DF261. Grayscale: #404040. Windows color (decimal): -8254050 or 10358146. OLE color: 10358146.

HSL color Cylindrical-coordinate representation of color #820D9E: hue angle of 288.41º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #820D9E is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13013158-
CMYK0.180.9200.38
HSL288.41º84.8%33.53%-
HSV(B)288.41º91.77%61.96%-
XYZ15.527.532.98-
YUV64.51180.76174.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.19%
GREEN value IS 13 (5.47% from 255) = 4.32%
BLUE value IS 158 (62.11% from 255) = 52.49%
R=43.19%
G=4.32%
B=52.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal130131580.180.9200.38288.4184.833.53
Hex82D9E125C0261205522
Octal202152362213404644012542
Binary1000001011011001111010010101110001001101001000001010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820D9E; }

 p { color: rgb(130,13,158); }

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

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

 a { background-color: rgb(130,13,158); }

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

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

 span { border-color: rgb(130,13,158); }

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