Shades of Dark Magenta #8301AD
Tints of Dark Magenta #8301AD
RGB
CMYK
RGB Variations
Color information
#8301AD (or 0x8301AD) is known color: Dark Magenta. HEX triplet: 83, 01 and AD. RGB value is (131,1,173). Sum of RGB (Red+Green+Blue) = 131+1+173=305 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.95% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 173 (67.97% from 255 or 56.72% from 305); Max value from RGB is 173 - color contains mainly: blue. Hex color #8301AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8301AD is #7CFE52. Grayscale: #3A3A3A. Windows color (decimal): -8191571 or 11338115. OLE color: 11338115.
HSL color Cylindrical-coordinate representation of color #8301AD: hue angle of 285.35º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8301AD is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 131 | 1 | 173 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.32 |
| HSL | 285.35º | 0.99% | 0.34% | - |
| HSV(B) | 285.35º | 0.99% | 0.68% | - |
| XYZ | 16.91 | 7.86 | 40.16 | - |
| YUV | 59.48 | 192.07 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 1 | 173 | 0.24 | 0.99 | 0 | 0.32 | 285.35 | 0.99 | 0.34 |
| Hex | 83 | 1 | AD | 18 | 63 | 0 | 20 | 11D | 63 | 22 |
| Octal | 203 | 1 | 255 | 30 | 143 | 0 | 40 | 435 | 143 | 42 |
| Binary | 10000011 | 1 | 10101101 | 11000 | 1100011 | 0 | 100000 | 100011101 | 1100011 | 100010 |
Color Harmonies of #8301AD
Complementary color
Monochromatic Colors of #8301AD
Black with #8301AD
Text Example
Text Example
White with #8301AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8301AD; }
p { color: rgb(131,1,173); }
H1.HeaderClassName
{
color: #8301AD;
}
.AnyTagClassName
{
color: #8301AD;
}
</style>
background-color css
<style>
a { background-color: #8301AD; }
a { background-color: rgb(131,1,173); }
div.DivClassName
{
background-color: #8301AD;
}
.BgClassName
{
background-color: #8301AD;
}
</style>
border-color css
<style>
span { border-color: #8301AD; }
span { border-color: rgb(131,1,173); }
td.TdClassName
{
border-color: #8301AD;
}
.TagClassName
{
border-color: #8301AD;
}
</style>