Shades of Strikemaster #9D7087
Tints of Strikemaster #9D7087
RGB
CMYK
RGB Variations
Color information
#9D7087 (or 0x9D7087) is known color: Strikemaster. HEX triplet: 9D, 70 and 87. RGB value is (157,112,135). Sum of RGB (Red+Green+Blue) = 157+112+135=404 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.86% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 135 (53.12% from 255 or 33.42% from 404); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7087 is #628F78. Grayscale: #808080. Windows color (decimal): -6459257 or 8876189. OLE color: 8876189.
HSL color Cylindrical-coordinate representation of color #9D7087: hue angle of 329.33º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9D7087 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 112 | 135 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.38 |
| HSL | 329.33º | 0.19% | 0.53% | - |
| HSV(B) | 329.33º | 0.29% | 0.62% | - |
| XYZ | 24.07 | 20.51 | 25.61 | - |
| YUV | 128.08 | 131.91 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 112 | 135 | 0 | 0.29 | 0.14 | 0.38 | 329.33 | 0.19 | 0.53 |
| Hex | 9D | 70 | 87 | 0 | 1D | E | 26 | 149 | 13 | 35 |
| Octal | 235 | 160 | 207 | 0 | 35 | 16 | 46 | 511 | 23 | 65 |
| Binary | 10011101 | 1110000 | 10000111 | 0 | 11101 | 1110 | 100110 | 101001001 | 10011 | 110101 |
Color Harmonies of #9D7087
Complementary color
Monochromatic Colors of #9D7087
Black with #9D7087
Text Example
Text Example
White with #9D7087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7087; }
p { color: rgb(157,112,135); }
H1.HeaderClassName
{
color: #9D7087;
}
.AnyTagClassName
{
color: #9D7087;
}
</style>
background-color css
<style>
a { background-color: #9D7087; }
a { background-color: rgb(157,112,135); }
div.DivClassName
{
background-color: #9D7087;
}
.BgClassName
{
background-color: #9D7087;
}
</style>
border-color css
<style>
span { border-color: #9D7087; }
span { border-color: rgb(157,112,135); }
td.TdClassName
{
border-color: #9D7087;
}
.TagClassName
{
border-color: #9D7087;
}
</style>