Shades of Dark Magenta #8303AB
Tints of Dark Magenta #8303AB
RGB
CMYK
RGB Variations
Color information
#8303AB (or 0x8303AB) is known color: Dark Magenta. HEX triplet: 83, 03 and AB. RGB value is (131,3,171). Sum of RGB (Red+Green+Blue) = 131+3+171=305 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.95% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 171 (67.19% from 255 or 56.07% from 305); Max value from RGB is 171 - color contains mainly: blue. Hex color #8303AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8303AB is #7CFC54. Grayscale: #3B3B3B. Windows color (decimal): -8191061 or 11207555. OLE color: 11207555.
HSL color Cylindrical-coordinate representation of color #8303AB: hue angle of 285.71º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8303AB is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 3 | 171 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.33 |
| HSL | 285.71º | 0.97% | 0.34% | - |
| HSV(B) | 285.71º | 0.98% | 0.67% | - |
| XYZ | 16.74 | 7.83 | 39.16 | - |
| YUV | 60.42 | 190.41 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 3 | 171 | 0.23 | 0.98 | 0 | 0.33 | 285.71 | 0.97 | 0.34 |
| Hex | 83 | 3 | AB | 17 | 62 | 0 | 21 | 11E | 61 | 22 |
| Octal | 203 | 3 | 253 | 27 | 142 | 0 | 41 | 436 | 141 | 42 |
| Binary | 10000011 | 11 | 10101011 | 10111 | 1100010 | 0 | 100001 | 100011110 | 1100001 | 100010 |
Color Harmonies of #8303AB
Complementary color
Monochromatic Colors of #8303AB
Black with #8303AB
Text Example
Text Example
White with #8303AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8303AB; }
p { color: rgb(131,3,171); }
H1.HeaderClassName
{
color: #8303AB;
}
.AnyTagClassName
{
color: #8303AB;
}
</style>
background-color css
<style>
a { background-color: #8303AB; }
a { background-color: rgb(131,3,171); }
div.DivClassName
{
background-color: #8303AB;
}
.BgClassName
{
background-color: #8303AB;
}
</style>
border-color css
<style>
span { border-color: #8303AB; }
span { border-color: rgb(131,3,171); }
td.TdClassName
{
border-color: #8303AB;
}
.TagClassName
{
border-color: #8303AB;
}
</style>