#820E9F

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

Shades of Dark Magenta #820E9F

Tints of Dark Magenta #820E9F

Color information

#820E9F (or 0x820E9F) is unknown color: approx Dark Magenta. HEX triplet: 82, 0E and 9F. RGB value is (130,14,159). Sum of RGB (Red+Green+Blue) = 130+14+159=303 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.90% from 303); Green value is 14 (5.86% from 255 or 4.62% from 303); Blue value is 159 (62.5% from 255 or 52.48% from 303); Max value from RGB is 159 - color contains mainly: blue. Hex color #820E9F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820E9F is #7DF160. Grayscale: #404040. Windows color (decimal): -8253793 or 10423938. OLE color: 10423938.

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

Color convert

RGB13014159-
CMYK0.180.9100.38
HSL288º83.82%33.92%-
HSV(B)288º91.19%62.35%-
XYZ15.627.5633.44-
YUV65.21180.93174.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.90%
GREEN value IS 14 (5.86% from 255) = 4.62%
BLUE value IS 159 (62.5% from 255) = 52.48%
R=42.90%
G=4.62%
B=52.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal130141590.180.9100.3828883.8233.92
Hex82E9F125B0261205422
Octal202162372213304644012442
Binary1000001011101001111110010101101101001101001000001010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,14,159); }

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

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

 a { background-color: rgb(130,14,159); }

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

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

 span { border-color: rgb(130,14,159); }

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