Shades of Strikemaster #9D7187
Tints of Strikemaster #9D7187
RGB
CMYK
RGB Variations
Color information
#9D7187 (or 0x9D7187) is known color: Strikemaster. HEX triplet: 9D, 71 and 87. RGB value is (157,113,135). Sum of RGB (Red+Green+Blue) = 157+113+135=405 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.77% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 135 (53.12% from 255 or 33.33% from 405); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7187 is #628E78. Grayscale: #808080. Windows color (decimal): -6459001 or 8876445. OLE color: 8876445.
HSL color Cylindrical-coordinate representation of color #9D7187: hue angle of 330º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9D7187 is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 113 | 135 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.38 |
| HSL | 330º | 0.18% | 0.53% | - |
| HSV(B) | 330º | 0.28% | 0.62% | - |
| XYZ | 24.18 | 20.73 | 25.65 | - |
| YUV | 128.66 | 131.58 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 113 | 135 | 0 | 0.28 | 0.14 | 0.38 | 330 | 0.18 | 0.53 |
| Hex | 9D | 71 | 87 | 0 | 1C | E | 26 | 14A | 12 | 35 |
| Octal | 235 | 161 | 207 | 0 | 34 | 16 | 46 | 512 | 22 | 65 |
| Binary | 10011101 | 1110001 | 10000111 | 0 | 11100 | 1110 | 100110 | 101001010 | 10010 | 110101 |
Color Harmonies of #9D7187
Complementary color
Monochromatic Colors of #9D7187
Black with #9D7187
Text Example
Text Example
White with #9D7187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7187; }
p { color: rgb(157,113,135); }
H1.HeaderClassName
{
color: #9D7187;
}
.AnyTagClassName
{
color: #9D7187;
}
</style>
background-color css
<style>
a { background-color: #9D7187; }
a { background-color: rgb(157,113,135); }
div.DivClassName
{
background-color: #9D7187;
}
.BgClassName
{
background-color: #9D7187;
}
</style>
border-color css
<style>
span { border-color: #9D7187; }
span { border-color: rgb(157,113,135); }
td.TdClassName
{
border-color: #9D7187;
}
.TagClassName
{
border-color: #9D7187;
}
</style>