Shades of Dark Magenta #8203AA
Tints of Dark Magenta #8203AA
RGB
CMYK
RGB Variations
Color information
#8203AA (or 0x8203AA) is known color: Dark Magenta. HEX triplet: 82, 03 and AA. RGB value is (130,3,170). Sum of RGB (Red+Green+Blue) = 130+3+170=303 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.90% from 303); Green value is 3 (1.56% from 255 or 0.99% from 303); Blue value is 170 (66.80% from 255 or 56.11% from 303); Max value from RGB is 170 - color contains mainly: blue. Hex color #8203AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8203AA is #7DFC55. Grayscale: #3B3B3B. Windows color (decimal): -8256598 or 11142018. OLE color: 11142018.
HSL color Cylindrical-coordinate representation of color #8203AA: hue angle of 285.63º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8203AA is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 3 | 170 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.33 |
| HSL | 285.63º | 0.97% | 0.34% | - |
| HSV(B) | 285.63º | 0.98% | 0.67% | - |
| XYZ | 16.49 | 7.71 | 38.65 | - |
| YUV | 60.01 | 190.08 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 3 | 170 | 0.24 | 0.98 | 0 | 0.33 | 285.63 | 0.97 | 0.34 |
| Hex | 82 | 3 | AA | 18 | 62 | 0 | 21 | 11E | 61 | 22 |
| Octal | 202 | 3 | 252 | 30 | 142 | 0 | 41 | 436 | 141 | 42 |
| Binary | 10000010 | 11 | 10101010 | 11000 | 1100010 | 0 | 100001 | 100011110 | 1100001 | 100010 |
Color Harmonies of #8203AA
Complementary color
Monochromatic Colors of #8203AA
Black with #8203AA
Text Example
Text Example
White with #8203AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8203AA; }
p { color: rgb(130,3,170); }
H1.HeaderClassName
{
color: #8203AA;
}
.AnyTagClassName
{
color: #8203AA;
}
</style>
background-color css
<style>
a { background-color: #8203AA; }
a { background-color: rgb(130,3,170); }
div.DivClassName
{
background-color: #8203AA;
}
.BgClassName
{
background-color: #8203AA;
}
</style>
border-color css
<style>
span { border-color: #8203AA; }
span { border-color: rgb(130,3,170); }
td.TdClassName
{
border-color: #8203AA;
}
.TagClassName
{
border-color: #8203AA;
}
</style>