Shades of Strikemaster #9D658D
Tints of Strikemaster #9D658D
RGB
CMYK
RGB Variations
Color information
#9D658D (or 0x9D658D) is known color: Strikemaster. HEX triplet: 9D, 65 and 8D. RGB value is (157,101,141). Sum of RGB (Red+Green+Blue) = 157+101+141=399 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.35% from 399); Green value is 101 (39.84% from 255 or 25.31% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 157 - color contains mainly: red. Hex color #9D658D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D658D is #629A72. Grayscale: #7A7A7A. Windows color (decimal): -6462067 or 9266589. OLE color: 9266589.
HSL color Cylindrical-coordinate representation of color #9D658D: hue angle of 317.14º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9D658D is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 101 | 141 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.38 |
| HSL | 317.14º | 0.22% | 0.51% | - |
| HSV(B) | 317.14º | 0.36% | 0.62% | - |
| XYZ | 23.37 | 18.4 | 27.52 | - |
| YUV | 122.3 | 138.55 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 101 | 141 | 0 | 0.36 | 0.10 | 0.38 | 317.14 | 0.22 | 0.51 |
| Hex | 9D | 65 | 8D | 0 | 24 | A | 26 | 13D | 16 | 33 |
| Octal | 235 | 145 | 215 | 0 | 44 | 12 | 46 | 475 | 26 | 63 |
| Binary | 10011101 | 1100101 | 10001101 | 0 | 100100 | 1010 | 100110 | 100111101 | 10110 | 110011 |
Color Harmonies of #9D658D
Complementary color
Monochromatic Colors of #9D658D
Black with #9D658D
Text Example
Text Example
White with #9D658D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D658D; }
p { color: rgb(157,101,141); }
H1.HeaderClassName
{
color: #9D658D;
}
.AnyTagClassName
{
color: #9D658D;
}
</style>
background-color css
<style>
a { background-color: #9D658D; }
a { background-color: rgb(157,101,141); }
div.DivClassName
{
background-color: #9D658D;
}
.BgClassName
{
background-color: #9D658D;
}
</style>
border-color css
<style>
span { border-color: #9D658D; }
span { border-color: rgb(157,101,141); }
td.TdClassName
{
border-color: #9D658D;
}
.TagClassName
{
border-color: #9D658D;
}
</style>