Shades of Strikemaster #9D557F
Tints of Strikemaster #9D557F
RGB
CMYK
RGB Variations
Color information
#9D557F (or 0x9D557F) is known color: Strikemaster. HEX triplet: 9D, 55 and 7F. RGB value is (157,85,127). Sum of RGB (Red+Green+Blue) = 157+85+127=369 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.55% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 157 - color contains mainly: red. Hex color #9D557F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D557F is #62AA80. Grayscale: #6F6F6F. Windows color (decimal): -6466177 or 8344989. OLE color: 8344989.
HSL color Cylindrical-coordinate representation of color #9D557F: hue angle of 325º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9D557F is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 85 | 127 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.38 |
| HSL | 325º | 0.3% | 0.47% | - |
| HSV(B) | 325º | 0.46% | 0.62% | - |
| XYZ | 20.98 | 15.2 | 21.91 | - |
| YUV | 111.32 | 136.85 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 85 | 127 | 0 | 0.46 | 0.19 | 0.38 | 325 | 0.3 | 0.47 |
| Hex | 9D | 55 | 7F | 0 | 2E | 13 | 26 | 145 | 1E | 2F |
| Octal | 235 | 125 | 177 | 0 | 56 | 23 | 46 | 505 | 36 | 57 |
| Binary | 10011101 | 1010101 | 1111111 | 0 | 101110 | 10011 | 100110 | 101000101 | 11110 | 101111 |
Color Harmonies of #9D557F
Complementary color
Monochromatic Colors of #9D557F
Black with #9D557F
Text Example
Text Example
White with #9D557F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D557F; }
p { color: rgb(157,85,127); }
H1.HeaderClassName
{
color: #9D557F;
}
.AnyTagClassName
{
color: #9D557F;
}
</style>
background-color css
<style>
a { background-color: #9D557F; }
a { background-color: rgb(157,85,127); }
div.DivClassName
{
background-color: #9D557F;
}
.BgClassName
{
background-color: #9D557F;
}
</style>
border-color css
<style>
span { border-color: #9D557F; }
span { border-color: rgb(157,85,127); }
td.TdClassName
{
border-color: #9D557F;
}
.TagClassName
{
border-color: #9D557F;
}
</style>