Shades of Dark Magenta #8305AB
Tints of Dark Magenta #8305AB
RGB
CMYK
RGB Variations
Color information
#8305AB (or 0x8305AB) is known color: Dark Magenta. HEX triplet: 83, 05 and AB. RGB value is (131,5,171). Sum of RGB (Red+Green+Blue) = 131+5+171=307 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.67% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #8305AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8305AB is #7CFA54. Grayscale: #3D3D3D. Windows color (decimal): -8190549 or 11208067. OLE color: 11208067.
HSL color Cylindrical-coordinate representation of color #8305AB: hue angle of 285.54º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8305AB is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 5 | 171 | - |
| CMYK | 0.23 | 0.97 | 0 | 0.33 |
| HSL | 285.54º | 0.94% | 0.35% | - |
| HSV(B) | 285.54º | 0.97% | 0.67% | - |
| XYZ | 16.77 | 7.87 | 39.16 | - |
| YUV | 61.6 | 189.74 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 5 | 171 | 0.23 | 0.97 | 0 | 0.33 | 285.54 | 0.94 | 0.35 |
| Hex | 83 | 5 | AB | 17 | 61 | 0 | 21 | 11E | 5E | 23 |
| Octal | 203 | 5 | 253 | 27 | 141 | 0 | 41 | 436 | 136 | 43 |
| Binary | 10000011 | 101 | 10101011 | 10111 | 1100001 | 0 | 100001 | 100011110 | 1011110 | 100011 |
Color Harmonies of #8305AB
Complementary color
Monochromatic Colors of #8305AB
Black with #8305AB
Text Example
Text Example
White with #8305AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8305AB; }
p { color: rgb(131,5,171); }
H1.HeaderClassName
{
color: #8305AB;
}
.AnyTagClassName
{
color: #8305AB;
}
</style>
background-color css
<style>
a { background-color: #8305AB; }
a { background-color: rgb(131,5,171); }
div.DivClassName
{
background-color: #8305AB;
}
.BgClassName
{
background-color: #8305AB;
}
</style>
border-color css
<style>
span { border-color: #8305AB; }
span { border-color: rgb(131,5,171); }
td.TdClassName
{
border-color: #8305AB;
}
.TagClassName
{
border-color: #8305AB;
}
</style>