#8203A2

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

Shades of Dark Magenta #8203A2

Tints of Dark Magenta #8203A2

Color information

#8203A2 (or 0x8203A2) is unknown color: approx Dark Magenta. HEX triplet: 82, 03 and A2. RGB value is (130,3,162). Sum of RGB (Red+Green+Blue) = 130+3+162=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 3 (1.56% from 255 or 1.02% from 295); Blue value is 162 (63.67% from 255 or 54.92% from 295); Max value from RGB is 162 - color contains mainly: blue. Hex color #8203A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8203A2 is #7DFC5D. Grayscale: #3A3A3A. Windows color (decimal): -8256606 or 10617730. OLE color: 10617730.

HSL color Cylindrical-coordinate representation of color #8203A2: hue angle of 287.92º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8203A2 is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1303162-
CMYK0.200.9800.36
HSL287.92º96.36%32.35%-
HSV(B)287.92º98.15%63.53%-
XYZ15.767.4234.78-
YUV59.1186.08178.57-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.07%
GREEN value IS 3 (1.56% from 255) = 1.02%
BLUE value IS 162 (63.67% from 255) = 54.92%
R=44.07%
G=1.02%
B=54.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal13031620.200.9800.36287.9296.3632.35
Hex823A214620241206020
Octal20232422414204444014040
Binary10000010111010001010100110001001001001001000001100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8203A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8203A2; }

 p { color: rgb(130,3,162); }

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

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

 a { background-color: rgb(130,3,162); }

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

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

 span { border-color: rgb(130,3,162); }

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