Shades of Strikemaster #8D507A
Tints of Strikemaster #8D507A
RGB
CMYK
RGB Variations
Color information
#8D507A (or 0x8D507A) is known color: Strikemaster. HEX triplet: 8D, 50 and 7A. RGB value is (141,80,122). Sum of RGB (Red+Green+Blue) = 141+80+122=343 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.11% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 141 - color contains mainly: red. Hex color #8D507A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D507A is #72AF85. Grayscale: #666666. Windows color (decimal): -7516038 or 8016013. OLE color: 8016013.
HSL color Cylindrical-coordinate representation of color #8D507A: hue angle of 318.69º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8D507A is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 80 | 122 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.45 |
| HSL | 318.69º | 0.28% | 0.43% | - |
| HSV(B) | 318.69º | 0.43% | 0.55% | - |
| XYZ | 17.37 | 12.81 | 19.97 | - |
| YUV | 103.03 | 138.71 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 80 | 122 | 0 | 0.43 | 0.13 | 0.45 | 318.69 | 0.28 | 0.43 |
| Hex | 8D | 50 | 7A | 0 | 2B | D | 2D | 13F | 1C | 2B |
| Octal | 215 | 120 | 172 | 0 | 53 | 15 | 55 | 477 | 34 | 53 |
| Binary | 10001101 | 1010000 | 1111010 | 0 | 101011 | 1101 | 101101 | 100111111 | 11100 | 101011 |
Color Harmonies of #8D507A
Complementary color
Monochromatic Colors of #8D507A
Black with #8D507A
Text Example
Text Example
White with #8D507A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D507A; }
p { color: rgb(141,80,122); }
H1.HeaderClassName
{
color: #8D507A;
}
.AnyTagClassName
{
color: #8D507A;
}
</style>
background-color css
<style>
a { background-color: #8D507A; }
a { background-color: rgb(141,80,122); }
div.DivClassName
{
background-color: #8D507A;
}
.BgClassName
{
background-color: #8D507A;
}
</style>
border-color css
<style>
span { border-color: #8D507A; }
span { border-color: rgb(141,80,122); }
td.TdClassName
{
border-color: #8D507A;
}
.TagClassName
{
border-color: #8D507A;
}
</style>