Shades of Dark Magenta #8203A2
Tints of Dark Magenta #8203A2
RGB
CMYK
RGB Variations
Color information
#8203A2 (or 0x8203A2) is known color: 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
| RGB | 130 | 3 | 162 | - |
| CMYK | 0.20 | 0.98 | 0 | 0.36 |
| HSL | 287.92º | 0.96% | 0.32% | - |
| HSV(B) | 287.92º | 0.98% | 0.64% | - |
| XYZ | 15.76 | 7.42 | 34.78 | - |
| YUV | 59.1 | 186.08 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 3 | 162 | 0.20 | 0.98 | 0 | 0.36 | 287.92 | 0.96 | 0.32 |
| Hex | 82 | 3 | A2 | 14 | 62 | 0 | 24 | 120 | 60 | 20 |
| Octal | 202 | 3 | 242 | 24 | 142 | 0 | 44 | 440 | 140 | 40 |
| Binary | 10000010 | 11 | 10100010 | 10100 | 1100010 | 0 | 100100 | 100100000 | 1100000 | 100000 |
Color Harmonies of #8203A2
Complementary color
Monochromatic Colors of #8203A2
Black with #8203A2
Text Example
Text Example
White with #8203A2
Text Example
Text Example
HTML Codes & Css Web 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>