Shades of Strikemaster #8D517B
Tints of Strikemaster #8D517B
RGB
CMYK
RGB Variations
Color information
#8D517B (or 0x8D517B) is known color: Strikemaster. HEX triplet: 8D, 51 and 7B. RGB value is (141,81,123). Sum of RGB (Red+Green+Blue) = 141+81+123=345 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.87% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 141 - color contains mainly: red. Hex color #8D517B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D517B is #72AE84. Grayscale: #676767. Windows color (decimal): -7515781 or 8081805. OLE color: 8081805.
HSL color Cylindrical-coordinate representation of color #8D517B: hue angle of 318º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8D517B is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 81 | 123 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.45 |
| HSL | 318º | 0.27% | 0.44% | - |
| HSV(B) | 318º | 0.43% | 0.55% | - |
| XYZ | 17.5 | 12.98 | 20.32 | - |
| YUV | 103.73 | 138.88 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 81 | 123 | 0 | 0.43 | 0.13 | 0.45 | 318 | 0.27 | 0.44 |
| Hex | 8D | 51 | 7B | 0 | 2B | D | 2D | 13E | 1B | 2C |
| Octal | 215 | 121 | 173 | 0 | 53 | 15 | 55 | 476 | 33 | 54 |
| Binary | 10001101 | 1010001 | 1111011 | 0 | 101011 | 1101 | 101101 | 100111110 | 11011 | 101100 |
Color Harmonies of #8D517B
Complementary color
Monochromatic Colors of #8D517B
Black with #8D517B
Text Example
Text Example
White with #8D517B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D517B; }
p { color: rgb(141,81,123); }
H1.HeaderClassName
{
color: #8D517B;
}
.AnyTagClassName
{
color: #8D517B;
}
</style>
background-color css
<style>
a { background-color: #8D517B; }
a { background-color: rgb(141,81,123); }
div.DivClassName
{
background-color: #8D517B;
}
.BgClassName
{
background-color: #8D517B;
}
</style>
border-color css
<style>
span { border-color: #8D517B; }
span { border-color: rgb(141,81,123); }
td.TdClassName
{
border-color: #8D517B;
}
.TagClassName
{
border-color: #8D517B;
}
</style>