Shades of Dark Magenta #8102A0
Tints of Dark Magenta #8102A0
RGB
CMYK
RGB Variations
Color information
#8102A0 (or 0x8102A0) is known color: Dark Magenta. HEX triplet: 81, 02 and A0. RGB value is (129,2,160). Sum of RGB (Red+Green+Blue) = 129+2+160=291 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.33% from 291); Green value is 2 (1.17% from 255 or 0.69% from 291); Blue value is 160 (62.89% from 255 or 54.98% from 291); Max value from RGB is 160 - color contains mainly: blue. Hex color #8102A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8102A0 is #7EFD5F. Grayscale: #393939. Windows color (decimal): -8322400 or 10486401. OLE color: 10486401.
HSL color Cylindrical-coordinate representation of color #8102A0: hue angle of 288.23º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8102A0 is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 129 | 2 | 160 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.37 |
| HSL | 288.23º | 0.98% | 0.32% | - |
| HSV(B) | 288.23º | 0.99% | 0.63% | - |
| XYZ | 15.42 | 7.25 | 33.84 | - |
| YUV | 57.99 | 185.58 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 2 | 160 | 0.19 | 0.99 | 0 | 0.37 | 288.23 | 0.98 | 0.32 |
| Hex | 81 | 2 | A0 | 13 | 63 | 0 | 25 | 120 | 62 | 20 |
| Octal | 201 | 2 | 240 | 23 | 143 | 0 | 45 | 440 | 142 | 40 |
| Binary | 10000001 | 10 | 10100000 | 10011 | 1100011 | 0 | 100101 | 100100000 | 1100010 | 100000 |
Color Harmonies of #8102A0
Complementary color
Monochromatic Colors of #8102A0
Black with #8102A0
Text Example
Text Example
White with #8102A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8102A0; }
p { color: rgb(129,2,160); }
H1.HeaderClassName
{
color: #8102A0;
}
.AnyTagClassName
{
color: #8102A0;
}
</style>
background-color css
<style>
a { background-color: #8102A0; }
a { background-color: rgb(129,2,160); }
div.DivClassName
{
background-color: #8102A0;
}
.BgClassName
{
background-color: #8102A0;
}
</style>
border-color css
<style>
span { border-color: #8102A0; }
span { border-color: rgb(129,2,160); }
td.TdClassName
{
border-color: #8102A0;
}
.TagClassName
{
border-color: #8102A0;
}
</style>