#8205A8

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

Shades of Dark Magenta #8205A8

Tints of Dark Magenta #8205A8

Color information

#8205A8 (or 0x8205A8) is unknown color: approx Dark Magenta. HEX triplet: 82, 05 and A8. RGB value is (130,5,168). Sum of RGB (Red+Green+Blue) = 130+5+168=303 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.90% from 303); Green value is 5 (2.34% from 255 or 1.65% from 303); Blue value is 168 (66.02% from 255 or 55.45% from 303); Max value from RGB is 168 - color contains mainly: blue. Hex color #8205A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8205A8 is #7DFA57. Grayscale: #3C3C3C. Windows color (decimal): -8256088 or 11011458. OLE color: 11011458.

HSL color Cylindrical-coordinate representation of color #8205A8: hue angle of 286.01º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8205A8 is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB1305168-
CMYK0.230.9700.34
HSL286.01º94.22%33.92%-
HSV(B)286.01º97.02%65.88%-
XYZ16.337.6837.67-
YUV60.96188.41177.25-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.90%
GREEN value IS 5 (2.34% from 255) = 1.65%
BLUE value IS 168 (66.02% from 255) = 55.45%
R=42.90%
G=1.65%
B=55.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal13051680.230.9700.34286.0194.2233.92
Hex825A8176102211e5e22
Octal20252502714104243613642
Binary100000101011010100010111110000101000101000111101011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8205A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8205A8; }

 p { color: rgb(130,5,168); }

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

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

 a { background-color: rgb(130,5,168); }

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

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

 span { border-color: rgb(130,5,168); }

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