Shades of Dark Magenta #8307AD
Tints of Dark Magenta #8307AD
RGB
CMYK
RGB Variations
Color information
#8307AD (or 0x8307AD) is known color: Dark Magenta. HEX triplet: 83, 07 and AD. RGB value is (131,7,173). Sum of RGB (Red+Green+Blue) = 131+7+173=311 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.12% from 311); Green value is 7 (3.12% from 255 or 2.25% from 311); Blue value is 173 (67.97% from 255 or 55.63% from 311); Max value from RGB is 173 - color contains mainly: blue. Hex color #8307AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8307AD is #7CF852. Grayscale: #3E3E3E. Windows color (decimal): -8190035 or 11339651. OLE color: 11339651.
HSL color Cylindrical-coordinate representation of color #8307AD: hue angle of 284.82º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8307AD is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 131 | 7 | 173 | - |
| CMYK | 0.24 | 0.96 | 0 | 0.32 |
| HSL | 284.82º | 0.92% | 0.35% | - |
| HSV(B) | 284.82º | 0.96% | 0.68% | - |
| XYZ | 16.98 | 7.99 | 40.18 | - |
| YUV | 63 | 190.08 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 7 | 173 | 0.24 | 0.96 | 0 | 0.32 | 284.82 | 0.92 | 0.35 |
| Hex | 83 | 7 | AD | 18 | 60 | 0 | 20 | 11D | 5C | 23 |
| Octal | 203 | 7 | 255 | 30 | 140 | 0 | 40 | 435 | 134 | 43 |
| Binary | 10000011 | 111 | 10101101 | 11000 | 1100000 | 0 | 100000 | 100011101 | 1011100 | 100011 |
Color Harmonies of #8307AD
Complementary color
Monochromatic Colors of #8307AD
Black with #8307AD
Text Example
Text Example
White with #8307AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8307AD; }
p { color: rgb(131,7,173); }
H1.HeaderClassName
{
color: #8307AD;
}
.AnyTagClassName
{
color: #8307AD;
}
</style>
background-color css
<style>
a { background-color: #8307AD; }
a { background-color: rgb(131,7,173); }
div.DivClassName
{
background-color: #8307AD;
}
.BgClassName
{
background-color: #8307AD;
}
</style>
border-color css
<style>
span { border-color: #8307AD; }
span { border-color: rgb(131,7,173); }
td.TdClassName
{
border-color: #8307AD;
}
.TagClassName
{
border-color: #8307AD;
}
</style>