Shades of Strikemaster #9D558B
Tints of Strikemaster #9D558B
RGB
CMYK
RGB Variations
Color information
#9D558B (or 0x9D558B) is known color: Strikemaster. HEX triplet: 9D, 55 and 8B. RGB value is (157,85,139). Sum of RGB (Red+Green+Blue) = 157+85+139=381 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.21% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 157 - color contains mainly: red. Hex color #9D558B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D558B is #62AA74. Grayscale: #707070. Windows color (decimal): -6466165 or 9131421. OLE color: 9131421.
HSL color Cylindrical-coordinate representation of color #9D558B: hue angle of 315º 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 #9D558B is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 85 | 139 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.38 |
| HSL | 315º | 0.3% | 0.47% | - |
| HSV(B) | 315º | 0.46% | 0.62% | - |
| XYZ | 21.81 | 15.53 | 26.27 | - |
| YUV | 112.68 | 142.85 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 85 | 139 | 0 | 0.46 | 0.11 | 0.38 | 315 | 0.3 | 0.47 |
| Hex | 9D | 55 | 8B | 0 | 2E | B | 26 | 13B | 1E | 2F |
| Octal | 235 | 125 | 213 | 0 | 56 | 13 | 46 | 473 | 36 | 57 |
| Binary | 10011101 | 1010101 | 10001011 | 0 | 101110 | 1011 | 100110 | 100111011 | 11110 | 101111 |
Color Harmonies of #9D558B
Complementary color
Monochromatic Colors of #9D558B
Black with #9D558B
Text Example
Text Example
White with #9D558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D558B; }
p { color: rgb(157,85,139); }
H1.HeaderClassName
{
color: #9D558B;
}
.AnyTagClassName
{
color: #9D558B;
}
</style>
background-color css
<style>
a { background-color: #9D558B; }
a { background-color: rgb(157,85,139); }
div.DivClassName
{
background-color: #9D558B;
}
.BgClassName
{
background-color: #9D558B;
}
</style>
border-color css
<style>
span { border-color: #9D558B; }
span { border-color: rgb(157,85,139); }
td.TdClassName
{
border-color: #9D558B;
}
.TagClassName
{
border-color: #9D558B;
}
</style>