Shades of Strikemaster #9D7387
Tints of Strikemaster #9D7387
RGB
CMYK
RGB Variations
Color information
#9D7387 (or 0x9D7387) is known color: Strikemaster. HEX triplet: 9D, 73 and 87. RGB value is (157,115,135). Sum of RGB (Red+Green+Blue) = 157+115+135=407 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.57% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7387 is #628C78. Grayscale: #818181. Windows color (decimal): -6458489 or 8876957. OLE color: 8876957.
HSL color Cylindrical-coordinate representation of color #9D7387: hue angle of 331.43º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9D7387 is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 115 | 135 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.38 |
| HSL | 331.43º | 0.18% | 0.53% | - |
| HSV(B) | 331.43º | 0.27% | 0.62% | - |
| XYZ | 24.41 | 21.18 | 25.72 | - |
| YUV | 129.84 | 130.91 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 115 | 135 | 0 | 0.27 | 0.14 | 0.38 | 331.43 | 0.18 | 0.53 |
| Hex | 9D | 73 | 87 | 0 | 1B | E | 26 | 14B | 12 | 35 |
| Octal | 235 | 163 | 207 | 0 | 33 | 16 | 46 | 513 | 22 | 65 |
| Binary | 10011101 | 1110011 | 10000111 | 0 | 11011 | 1110 | 100110 | 101001011 | 10010 | 110101 |
Color Harmonies of #9D7387
Complementary color
Monochromatic Colors of #9D7387
Black with #9D7387
Text Example
Text Example
White with #9D7387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7387; }
p { color: rgb(157,115,135); }
H1.HeaderClassName
{
color: #9D7387;
}
.AnyTagClassName
{
color: #9D7387;
}
</style>
background-color css
<style>
a { background-color: #9D7387; }
a { background-color: rgb(157,115,135); }
div.DivClassName
{
background-color: #9D7387;
}
.BgClassName
{
background-color: #9D7387;
}
</style>
border-color css
<style>
span { border-color: #9D7387; }
span { border-color: rgb(157,115,135); }
td.TdClassName
{
border-color: #9D7387;
}
.TagClassName
{
border-color: #9D7387;
}
</style>