Shades of Dark Magenta #8B15AD
Tints of Dark Magenta #8B15AD
RGB
CMYK
RGB Variations
Color information
#8B15AD (or 0x8B15AD) is known color: Dark Magenta. HEX triplet: 8B, 15 and AD. RGB value is (139,21,173). Sum of RGB (Red+Green+Blue) = 139+21+173=333 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.74% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 173 (67.97% from 255 or 51.95% from 333); Max value from RGB is 173 - color contains mainly: blue. Hex color #8B15AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B15AD is #74EA52. Grayscale: #494949. Windows color (decimal): -7662163 or 11343243. OLE color: 11343243.
HSL color Cylindrical-coordinate representation of color #8B15AD: hue angle of 286.58º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B15AD is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 21 | 173 | - |
| CMYK | 0.20 | 0.88 | 0 | 0.32 |
| HSL | 286.58º | 0.78% | 0.38% | - |
| HSV(B) | 286.58º | 0.88% | 0.68% | - |
| XYZ | 18.46 | 9.04 | 40.31 | - |
| YUV | 73.61 | 184.09 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 21 | 173 | 0.20 | 0.88 | 0 | 0.32 | 286.58 | 0.78 | 0.38 |
| Hex | 8B | 15 | AD | 14 | 58 | 0 | 20 | 11F | 4E | 26 |
| Octal | 213 | 25 | 255 | 24 | 130 | 0 | 40 | 437 | 116 | 46 |
| Binary | 10001011 | 10101 | 10101101 | 10100 | 1011000 | 0 | 100000 | 100011111 | 1001110 | 100110 |
Color Harmonies of #8B15AD
Complementary color
Monochromatic Colors of #8B15AD
Black with #8B15AD
Text Example
Text Example
White with #8B15AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B15AD; }
p { color: rgb(139,21,173); }
H1.HeaderClassName
{
color: #8B15AD;
}
.AnyTagClassName
{
color: #8B15AD;
}
</style>
background-color css
<style>
a { background-color: #8B15AD; }
a { background-color: rgb(139,21,173); }
div.DivClassName
{
background-color: #8B15AD;
}
.BgClassName
{
background-color: #8B15AD;
}
</style>
border-color css
<style>
span { border-color: #8B15AD; }
span { border-color: rgb(139,21,173); }
td.TdClassName
{
border-color: #8B15AD;
}
.TagClassName
{
border-color: #8B15AD;
}
</style>