Shades of Strikemaster #9D557D
Tints of Strikemaster #9D557D
RGB
CMYK
RGB Variations
Color information
#9D557D (or 0x9D557D) is known color: Strikemaster. HEX triplet: 9D, 55 and 7D. RGB value is (157,85,125). Sum of RGB (Red+Green+Blue) = 157+85+125=367 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.78% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 157 - color contains mainly: red. Hex color #9D557D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D557D is #62AA82. Grayscale: #6F6F6F. Windows color (decimal): -6466179 or 8213917. OLE color: 8213917.
HSL color Cylindrical-coordinate representation of color #9D557D: hue angle of 326.67º 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 #9D557D is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 85 | 125 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.38 |
| HSL | 326.67º | 0.3% | 0.47% | - |
| HSV(B) | 326.67º | 0.46% | 0.62% | - |
| XYZ | 20.85 | 15.15 | 21.23 | - |
| YUV | 111.09 | 135.85 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 85 | 125 | 0 | 0.46 | 0.20 | 0.38 | 326.67 | 0.3 | 0.47 |
| Hex | 9D | 55 | 7D | 0 | 2E | 14 | 26 | 147 | 1E | 2F |
| Octal | 235 | 125 | 175 | 0 | 56 | 24 | 46 | 507 | 36 | 57 |
| Binary | 10011101 | 1010101 | 1111101 | 0 | 101110 | 10100 | 100110 | 101000111 | 11110 | 101111 |
Color Harmonies of #9D557D
Complementary color
Monochromatic Colors of #9D557D
Black with #9D557D
Text Example
Text Example
White with #9D557D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D557D; }
p { color: rgb(157,85,125); }
H1.HeaderClassName
{
color: #9D557D;
}
.AnyTagClassName
{
color: #9D557D;
}
</style>
background-color css
<style>
a { background-color: #9D557D; }
a { background-color: rgb(157,85,125); }
div.DivClassName
{
background-color: #9D557D;
}
.BgClassName
{
background-color: #9D557D;
}
</style>
border-color css
<style>
span { border-color: #9D557D; }
span { border-color: rgb(157,85,125); }
td.TdClassName
{
border-color: #9D557D;
}
.TagClassName
{
border-color: #9D557D;
}
</style>