Shades of Dark Magenta #8300A7
Tints of Dark Magenta #8300A7
RGB
CMYK
RGB Variations
Color information
#8300A7 (or 0x8300A7) is known color: Dark Magenta. HEX triplet: 83, 00 and A7. RGB value is (131,0,167). Sum of RGB (Red+Green+Blue) = 131+0+167=298 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.96% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 167 (65.62% from 255 or 56.04% from 298); Max value from RGB is 167 - color contains mainly: blue. Hex color #8300A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8300A7 is #7CFF58. Grayscale: #393939. Windows color (decimal): -8191833 or 10944643. OLE color: 10944643.
HSL color Cylindrical-coordinate representation of color #8300A7: hue angle of 287.07º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8300A7 is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 131 | 0 | 167 | - |
| CMYK | 0.22 | 1 | 0 | 0.35 |
| HSL | 287.07º | 1% | 0.33% | - |
| HSV(B) | 287.07º | 1% | 0.65% | - |
| XYZ | 16.34 | 7.62 | 37.17 | - |
| YUV | 58.21 | 189.4 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 0 | 167 | 0.22 | 1 | 0 | 0.35 | 287.07 | 1 | 0.33 |
| Hex | 83 | 0 | A7 | 16 | 64 | 0 | 23 | 11F | 64 | 21 |
| Octal | 203 | 0 | 247 | 26 | 144 | 0 | 43 | 437 | 144 | 41 |
| Binary | 10000011 | 0 | 10100111 | 10110 | 1100100 | 0 | 100011 | 100011111 | 1100100 | 100001 |
Color Harmonies of #8300A7
Complementary color
Monochromatic Colors of #8300A7
Black with #8300A7
Text Example
Text Example
White with #8300A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8300A7; }
p { color: rgb(131,0,167); }
H1.HeaderClassName
{
color: #8300A7;
}
.AnyTagClassName
{
color: #8300A7;
}
</style>
background-color css
<style>
a { background-color: #8300A7; }
a { background-color: rgb(131,0,167); }
div.DivClassName
{
background-color: #8300A7;
}
.BgClassName
{
background-color: #8300A7;
}
</style>
border-color css
<style>
span { border-color: #8300A7; }
span { border-color: rgb(131,0,167); }
td.TdClassName
{
border-color: #8300A7;
}
.TagClassName
{
border-color: #8300A7;
}
</style>