Shades of Strikemaster #9D7088
Tints of Strikemaster #9D7088
RGB
CMYK
RGB Variations
Color information
#9D7088 (or 0x9D7088) is known color: Strikemaster. HEX triplet: 9D, 70 and 88. RGB value is (157,112,136). Sum of RGB (Red+Green+Blue) = 157+112+136=405 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.77% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7088 is #628F77. Grayscale: #808080. Windows color (decimal): -6459256 or 8941725. OLE color: 8941725.
HSL color Cylindrical-coordinate representation of color #9D7088: hue angle of 328º 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 #9D7088 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 112 | 136 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.38 |
| HSL | 328º | 0.19% | 0.53% | - |
| HSV(B) | 328º | 0.29% | 0.62% | - |
| XYZ | 24.14 | 20.53 | 25.98 | - |
| YUV | 128.19 | 132.41 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 112 | 136 | 0 | 0.29 | 0.13 | 0.38 | 328 | 0.19 | 0.53 |
| Hex | 9D | 70 | 88 | 0 | 1D | D | 26 | 148 | 13 | 35 |
| Octal | 235 | 160 | 210 | 0 | 35 | 15 | 46 | 510 | 23 | 65 |
| Binary | 10011101 | 1110000 | 10001000 | 0 | 11101 | 1101 | 100110 | 101001000 | 10011 | 110101 |
Color Harmonies of #9D7088
Complementary color
Monochromatic Colors of #9D7088
Black with #9D7088
Text Example
Text Example
White with #9D7088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7088; }
p { color: rgb(157,112,136); }
H1.HeaderClassName
{
color: #9D7088;
}
.AnyTagClassName
{
color: #9D7088;
}
</style>
background-color css
<style>
a { background-color: #9D7088; }
a { background-color: rgb(157,112,136); }
div.DivClassName
{
background-color: #9D7088;
}
.BgClassName
{
background-color: #9D7088;
}
</style>
border-color css
<style>
span { border-color: #9D7088; }
span { border-color: rgb(157,112,136); }
td.TdClassName
{
border-color: #9D7088;
}
.TagClassName
{
border-color: #9D7088;
}
</style>