Shades of Dark Magenta #8301AA
Tints of Dark Magenta #8301AA
RGB
CMYK
RGB Variations
Color information
#8301AA (or 0x8301AA) is known color: Dark Magenta. HEX triplet: 83, 01 and AA. RGB value is (131,1,170). Sum of RGB (Red+Green+Blue) = 131+1+170=302 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.38% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 170 (66.80% from 255 or 56.29% from 302); Max value from RGB is 170 - color contains mainly: blue. Hex color #8301AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8301AA is #7CFE55. Grayscale: #3A3A3A. Windows color (decimal): -8191574 or 11141507. OLE color: 11141507.
HSL color Cylindrical-coordinate representation of color #8301AA: hue angle of 286.15º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8301AA is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 1 | 170 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.33 |
| HSL | 286.15º | 0.99% | 0.34% | - |
| HSV(B) | 286.15º | 0.99% | 0.67% | - |
| XYZ | 16.63 | 7.75 | 38.65 | - |
| YUV | 59.14 | 190.57 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 1 | 170 | 0.23 | 0.99 | 0 | 0.33 | 286.15 | 0.99 | 0.34 |
| Hex | 83 | 1 | AA | 17 | 63 | 0 | 21 | 11E | 63 | 22 |
| Octal | 203 | 1 | 252 | 27 | 143 | 0 | 41 | 436 | 143 | 42 |
| Binary | 10000011 | 1 | 10101010 | 10111 | 1100011 | 0 | 100001 | 100011110 | 1100011 | 100010 |
Color Harmonies of #8301AA
Complementary color
Monochromatic Colors of #8301AA
Black with #8301AA
Text Example
Text Example
White with #8301AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8301AA; }
p { color: rgb(131,1,170); }
H1.HeaderClassName
{
color: #8301AA;
}
.AnyTagClassName
{
color: #8301AA;
}
</style>
background-color css
<style>
a { background-color: #8301AA; }
a { background-color: rgb(131,1,170); }
div.DivClassName
{
background-color: #8301AA;
}
.BgClassName
{
background-color: #8301AA;
}
</style>
border-color css
<style>
span { border-color: #8301AA; }
span { border-color: rgb(131,1,170); }
td.TdClassName
{
border-color: #8301AA;
}
.TagClassName
{
border-color: #8301AA;
}
</style>