Shades of Strikemaster #956F87
Tints of Strikemaster #956F87
RGB
CMYK
RGB Variations
Color information
#956F87 (or 0x956F87) is known color: Strikemaster. HEX triplet: 95, 6F and 87. RGB value is (149,111,135). Sum of RGB (Red+Green+Blue) = 149+111+135=395 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.72% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 135 (53.12% from 255 or 34.18% from 395); Max value from RGB is 149 - color contains mainly: red. Hex color #956F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956F87 is #6A9078. Grayscale: #7D7D7D. Windows color (decimal): -6983801 or 8875925. OLE color: 8875925.
HSL color Cylindrical-coordinate representation of color #956F87: hue angle of 322.11º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #956F87 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 111 | 135 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.42 |
| HSL | 322.11º | 0.15% | 0.51% | - |
| HSV(B) | 322.11º | 0.26% | 0.58% | - |
| XYZ | 22.45 | 19.51 | 25.5 | - |
| YUV | 125.1 | 133.59 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 111 | 135 | 0 | 0.26 | 0.09 | 0.42 | 322.11 | 0.15 | 0.51 |
| Hex | 95 | 6F | 87 | 0 | 1A | 9 | 2A | 142 | F | 33 |
| Octal | 225 | 157 | 207 | 0 | 32 | 11 | 52 | 502 | 17 | 63 |
| Binary | 10010101 | 1101111 | 10000111 | 0 | 11010 | 1001 | 101010 | 101000010 | 1111 | 110011 |
Color Harmonies of #956F87
Complementary color
Monochromatic Colors of #956F87
Black with #956F87
Text Example
Text Example
White with #956F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956F87; }
p { color: rgb(149,111,135); }
H1.HeaderClassName
{
color: #956F87;
}
.AnyTagClassName
{
color: #956F87;
}
</style>
background-color css
<style>
a { background-color: #956F87; }
a { background-color: rgb(149,111,135); }
div.DivClassName
{
background-color: #956F87;
}
.BgClassName
{
background-color: #956F87;
}
</style>
border-color css
<style>
span { border-color: #956F87; }
span { border-color: rgb(149,111,135); }
td.TdClassName
{
border-color: #956F87;
}
.TagClassName
{
border-color: #956F87;
}
</style>