Shades of Dark Magenta #8302AB
Tints of Dark Magenta #8302AB
RGB
CMYK
RGB Variations
Color information
#8302AB (or 0x8302AB) is known color: Dark Magenta. HEX triplet: 83, 02 and AB. RGB value is (131,2,171). Sum of RGB (Red+Green+Blue) = 131+2+171=304 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.09% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #8302AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8302AB is #7CFD54. Grayscale: #3B3B3B. Windows color (decimal): -8191317 or 11207299. OLE color: 11207299.
HSL color Cylindrical-coordinate representation of color #8302AB: hue angle of 285.8º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8302AB is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 2 | 171 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.33 |
| HSL | 285.8º | 0.98% | 0.34% | - |
| HSV(B) | 285.8º | 0.99% | 0.67% | - |
| XYZ | 16.73 | 7.81 | 39.15 | - |
| YUV | 59.84 | 190.74 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 2 | 171 | 0.23 | 0.99 | 0 | 0.33 | 285.8 | 0.98 | 0.34 |
| Hex | 83 | 2 | AB | 17 | 63 | 0 | 21 | 11E | 62 | 22 |
| Octal | 203 | 2 | 253 | 27 | 143 | 0 | 41 | 436 | 142 | 42 |
| Binary | 10000011 | 10 | 10101011 | 10111 | 1100011 | 0 | 100001 | 100011110 | 1100010 | 100010 |
Color Harmonies of #8302AB
Complementary color
Monochromatic Colors of #8302AB
Black with #8302AB
Text Example
Text Example
White with #8302AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8302AB; }
p { color: rgb(131,2,171); }
H1.HeaderClassName
{
color: #8302AB;
}
.AnyTagClassName
{
color: #8302AB;
}
</style>
background-color css
<style>
a { background-color: #8302AB; }
a { background-color: rgb(131,2,171); }
div.DivClassName
{
background-color: #8302AB;
}
.BgClassName
{
background-color: #8302AB;
}
</style>
border-color css
<style>
span { border-color: #8302AB; }
span { border-color: rgb(131,2,171); }
td.TdClassName
{
border-color: #8302AB;
}
.TagClassName
{
border-color: #8302AB;
}
</style>