Shades of Strikemaster #8D5D79
Tints of Strikemaster #8D5D79
RGB
CMYK
RGB Variations
Color information
#8D5D79 (or 0x8D5D79) is known color: Strikemaster. HEX triplet: 8D, 5D and 79. RGB value is (141,93,121). Sum of RGB (Red+Green+Blue) = 141+93+121=355 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.72% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5D79 is #72A286. Grayscale: #6E6E6E. Windows color (decimal): -7512711 or 7953805. OLE color: 7953805.
HSL color Cylindrical-coordinate representation of color #8D5D79: hue angle of 325º 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 #8D5D79 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 93 | 121 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.45 |
| HSL | 325º | 0.21% | 0.46% | - |
| HSV(B) | 325º | 0.34% | 0.55% | - |
| XYZ | 18.35 | 14.87 | 19.99 | - |
| YUV | 110.54 | 133.9 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 93 | 121 | 0 | 0.34 | 0.14 | 0.45 | 325 | 0.21 | 0.46 |
| Hex | 8D | 5D | 79 | 0 | 22 | E | 2D | 145 | 15 | 2E |
| Octal | 215 | 135 | 171 | 0 | 42 | 16 | 55 | 505 | 25 | 56 |
| Binary | 10001101 | 1011101 | 1111001 | 0 | 100010 | 1110 | 101101 | 101000101 | 10101 | 101110 |
Color Harmonies of #8D5D79
Complementary color
Monochromatic Colors of #8D5D79
Black with #8D5D79
Text Example
Text Example
White with #8D5D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5D79; }
p { color: rgb(141,93,121); }
H1.HeaderClassName
{
color: #8D5D79;
}
.AnyTagClassName
{
color: #8D5D79;
}
</style>
background-color css
<style>
a { background-color: #8D5D79; }
a { background-color: rgb(141,93,121); }
div.DivClassName
{
background-color: #8D5D79;
}
.BgClassName
{
background-color: #8D5D79;
}
</style>
border-color css
<style>
span { border-color: #8D5D79; }
span { border-color: rgb(141,93,121); }
td.TdClassName
{
border-color: #8D5D79;
}
.TagClassName
{
border-color: #8D5D79;
}
</style>