Shades of Strikemaster #9D6F87
Tints of Strikemaster #9D6F87
RGB
CMYK
RGB Variations
Color information
#9D6F87 (or 0x9D6F87) is known color: Strikemaster. HEX triplet: 9D, 6F and 87. RGB value is (157,111,135). Sum of RGB (Red+Green+Blue) = 157+111+135=403 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.96% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 135 (53.12% from 255 or 33.50% from 403); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6F87 is #629078. Grayscale: #7F7F7F. Windows color (decimal): -6459513 or 8875933. OLE color: 8875933.
HSL color Cylindrical-coordinate representation of color #9D6F87: hue angle of 328.7º 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 #9D6F87 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 111 | 135 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.38 |
| HSL | 328.7º | 0.19% | 0.53% | - |
| HSV(B) | 328.7º | 0.29% | 0.62% | - |
| XYZ | 23.96 | 20.29 | 25.57 | - |
| YUV | 127.49 | 132.24 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 111 | 135 | 0 | 0.29 | 0.14 | 0.38 | 328.7 | 0.19 | 0.53 |
| Hex | 9D | 6F | 87 | 0 | 1D | E | 26 | 149 | 13 | 35 |
| Octal | 235 | 157 | 207 | 0 | 35 | 16 | 46 | 511 | 23 | 65 |
| Binary | 10011101 | 1101111 | 10000111 | 0 | 11101 | 1110 | 100110 | 101001001 | 10011 | 110101 |
Color Harmonies of #9D6F87
Complementary color
Monochromatic Colors of #9D6F87
Black with #9D6F87
Text Example
Text Example
White with #9D6F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6F87; }
p { color: rgb(157,111,135); }
H1.HeaderClassName
{
color: #9D6F87;
}
.AnyTagClassName
{
color: #9D6F87;
}
</style>
background-color css
<style>
a { background-color: #9D6F87; }
a { background-color: rgb(157,111,135); }
div.DivClassName
{
background-color: #9D6F87;
}
.BgClassName
{
background-color: #9D6F87;
}
</style>
border-color css
<style>
span { border-color: #9D6F87; }
span { border-color: rgb(157,111,135); }
td.TdClassName
{
border-color: #9D6F87;
}
.TagClassName
{
border-color: #9D6F87;
}
</style>