Shades of Strikemaster #8D5D7F
Tints of Strikemaster #8D5D7F
RGB
CMYK
RGB Variations
Color information
#8D5D7F (or 0x8D5D7F) is known color: Strikemaster. HEX triplet: 8D, 5D and 7F. RGB value is (141,93,127). Sum of RGB (Red+Green+Blue) = 141+93+127=361 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.06% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5D7F is #72A280. Grayscale: #6F6F6F. Windows color (decimal): -7512705 or 8347021. OLE color: 8347021.
HSL color Cylindrical-coordinate representation of color #8D5D7F: hue angle of 317.5º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8D5D7F is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 93 | 127 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.45 |
| HSL | 317.5º | 0.21% | 0.46% | - |
| HSV(B) | 317.5º | 0.34% | 0.55% | - |
| XYZ | 18.73 | 15.02 | 21.99 | - |
| YUV | 111.23 | 136.9 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 93 | 127 | 0 | 0.34 | 0.10 | 0.45 | 317.5 | 0.21 | 0.46 |
| Hex | 8D | 5D | 7F | 0 | 22 | A | 2D | 13E | 15 | 2E |
| Octal | 215 | 135 | 177 | 0 | 42 | 12 | 55 | 476 | 25 | 56 |
| Binary | 10001101 | 1011101 | 1111111 | 0 | 100010 | 1010 | 101101 | 100111110 | 10101 | 101110 |
Color Harmonies of #8D5D7F
Complementary color
Monochromatic Colors of #8D5D7F
Black with #8D5D7F
Text Example
Text Example
White with #8D5D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5D7F; }
p { color: rgb(141,93,127); }
H1.HeaderClassName
{
color: #8D5D7F;
}
.AnyTagClassName
{
color: #8D5D7F;
}
</style>
background-color css
<style>
a { background-color: #8D5D7F; }
a { background-color: rgb(141,93,127); }
div.DivClassName
{
background-color: #8D5D7F;
}
.BgClassName
{
background-color: #8D5D7F;
}
</style>
border-color css
<style>
span { border-color: #8D5D7F; }
span { border-color: rgb(141,93,127); }
td.TdClassName
{
border-color: #8D5D7F;
}
.TagClassName
{
border-color: #8D5D7F;
}
</style>