Shades of Strikemaster #9D6F7F
Tints of Strikemaster #9D6F7F
RGB
CMYK
RGB Variations
Color information
#9D6F7F (or 0x9D6F7F) is known color: Strikemaster. HEX triplet: 9D, 6F and 7F. RGB value is (157,111,127). Sum of RGB (Red+Green+Blue) = 157+111+127=395 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.75% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6F7F is #629080. Grayscale: #7E7E7E. Windows color (decimal): -6459521 or 8351645. OLE color: 8351645.
HSL color Cylindrical-coordinate representation of color #9D6F7F: hue angle of 339.13º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9D6F7F is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 111 | 127 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.38 |
| HSL | 339.13º | 0.19% | 0.53% | - |
| HSV(B) | 339.13º | 0.29% | 0.62% | - |
| XYZ | 23.42 | 20.07 | 22.72 | - |
| YUV | 126.58 | 128.24 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 111 | 127 | 0 | 0.29 | 0.19 | 0.38 | 339.13 | 0.19 | 0.53 |
| Hex | 9D | 6F | 7F | 0 | 1D | 13 | 26 | 153 | 13 | 35 |
| Octal | 235 | 157 | 177 | 0 | 35 | 23 | 46 | 523 | 23 | 65 |
| Binary | 10011101 | 1101111 | 1111111 | 0 | 11101 | 10011 | 100110 | 101010011 | 10011 | 110101 |
Color Harmonies of #9D6F7F
Complementary color
Monochromatic Colors of #9D6F7F
Black with #9D6F7F
Text Example
Text Example
White with #9D6F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6F7F; }
p { color: rgb(157,111,127); }
H1.HeaderClassName
{
color: #9D6F7F;
}
.AnyTagClassName
{
color: #9D6F7F;
}
</style>
background-color css
<style>
a { background-color: #9D6F7F; }
a { background-color: rgb(157,111,127); }
div.DivClassName
{
background-color: #9D6F7F;
}
.BgClassName
{
background-color: #9D6F7F;
}
</style>
border-color css
<style>
span { border-color: #9D6F7F; }
span { border-color: rgb(157,111,127); }
td.TdClassName
{
border-color: #9D6F7F;
}
.TagClassName
{
border-color: #9D6F7F;
}
</style>