Shades of Dark Magenta #8308AD
Tints of Dark Magenta #8308AD
RGB
CMYK
RGB Variations
Color information
#8308AD (or 0x8308AD) is known color: Dark Magenta. HEX triplet: 83, 08 and AD. RGB value is (131,8,173). Sum of RGB (Red+Green+Blue) = 131+8+173=312 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.99% from 312); Green value is 8 (3.52% from 255 or 2.56% from 312); Blue value is 173 (67.97% from 255 or 55.45% from 312); Max value from RGB is 173 - color contains mainly: blue. Hex color #8308AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8308AD is #7CF752. Grayscale: #3F3F3F. Windows color (decimal): -8189779 or 11339907. OLE color: 11339907.
HSL color Cylindrical-coordinate representation of color #8308AD: hue angle of 284.73º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8308AD is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 131 | 8 | 173 | - |
| CMYK | 0.24 | 0.95 | 0 | 0.32 |
| HSL | 284.73º | 0.91% | 0.35% | - |
| HSV(B) | 284.73º | 0.95% | 0.68% | - |
| XYZ | 16.99 | 8.02 | 40.19 | - |
| YUV | 63.59 | 189.75 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 8 | 173 | 0.24 | 0.95 | 0 | 0.32 | 284.73 | 0.91 | 0.35 |
| Hex | 83 | 8 | AD | 18 | 5F | 0 | 20 | 11D | 5B | 23 |
| Octal | 203 | 10 | 255 | 30 | 137 | 0 | 40 | 435 | 133 | 43 |
| Binary | 10000011 | 1000 | 10101101 | 11000 | 1011111 | 0 | 100000 | 100011101 | 1011011 | 100011 |
Color Harmonies of #8308AD
Complementary color
Monochromatic Colors of #8308AD
Black with #8308AD
Text Example
Text Example
White with #8308AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8308AD; }
p { color: rgb(131,8,173); }
H1.HeaderClassName
{
color: #8308AD;
}
.AnyTagClassName
{
color: #8308AD;
}
</style>
background-color css
<style>
a { background-color: #8308AD; }
a { background-color: rgb(131,8,173); }
div.DivClassName
{
background-color: #8308AD;
}
.BgClassName
{
background-color: #8308AD;
}
</style>
border-color css
<style>
span { border-color: #8308AD; }
span { border-color: rgb(131,8,173); }
td.TdClassName
{
border-color: #8308AD;
}
.TagClassName
{
border-color: #8308AD;
}
</style>