Shades of Strikemaster #9D657B
Tints of Strikemaster #9D657B
RGB
CMYK
RGB Variations
Color information
#9D657B (or 0x9D657B) is known color: Strikemaster. HEX triplet: 9D, 65 and 7B. RGB value is (157,101,123). Sum of RGB (Red+Green+Blue) = 157+101+123=381 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.21% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 157 - color contains mainly: red. Hex color #9D657B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D657B is #629A84. Grayscale: #787878. Windows color (decimal): -6462085 or 8086941. OLE color: 8086941.
HSL color Cylindrical-coordinate representation of color #9D657B: hue angle of 336.43º 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 #9D657B is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 101 | 123 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.38 |
| HSL | 336.43º | 0.22% | 0.51% | - |
| HSV(B) | 336.43º | 0.36% | 0.62% | - |
| XYZ | 22.13 | 17.91 | 21.03 | - |
| YUV | 120.25 | 129.55 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 101 | 123 | 0 | 0.36 | 0.22 | 0.38 | 336.43 | 0.22 | 0.51 |
| Hex | 9D | 65 | 7B | 0 | 24 | 16 | 26 | 150 | 16 | 33 |
| Octal | 235 | 145 | 173 | 0 | 44 | 26 | 46 | 520 | 26 | 63 |
| Binary | 10011101 | 1100101 | 1111011 | 0 | 100100 | 10110 | 100110 | 101010000 | 10110 | 110011 |
Color Harmonies of #9D657B
Complementary color
Monochromatic Colors of #9D657B
Black with #9D657B
Text Example
Text Example
White with #9D657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D657B; }
p { color: rgb(157,101,123); }
H1.HeaderClassName
{
color: #9D657B;
}
.AnyTagClassName
{
color: #9D657B;
}
</style>
background-color css
<style>
a { background-color: #9D657B; }
a { background-color: rgb(157,101,123); }
div.DivClassName
{
background-color: #9D657B;
}
.BgClassName
{
background-color: #9D657B;
}
</style>
border-color css
<style>
span { border-color: #9D657B; }
span { border-color: rgb(157,101,123); }
td.TdClassName
{
border-color: #9D657B;
}
.TagClassName
{
border-color: #9D657B;
}
</style>