Shades of Strikemaster #957187
Tints of Strikemaster #957187
RGB
CMYK
RGB Variations
Color information
#957187 (or 0x957187) is known color: Strikemaster. HEX triplet: 95, 71 and 87. RGB value is (149,113,135). Sum of RGB (Red+Green+Blue) = 149+113+135=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 135 (53.12% from 255 or 34.01% from 397); Max value from RGB is 149 - color contains mainly: red. Hex color #957187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957187 is #6A8E78. Grayscale: #7E7E7E. Windows color (decimal): -6983289 or 8876437. OLE color: 8876437.
HSL color Cylindrical-coordinate representation of color #957187: hue angle of 323.33º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #957187 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 113 | 135 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.42 |
| HSL | 323.33º | 0.15% | 0.51% | - |
| HSV(B) | 323.33º | 0.24% | 0.58% | - |
| XYZ | 22.67 | 19.95 | 25.58 | - |
| YUV | 126.27 | 132.93 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 113 | 135 | 0 | 0.24 | 0.09 | 0.42 | 323.33 | 0.15 | 0.51 |
| Hex | 95 | 71 | 87 | 0 | 18 | 9 | 2A | 143 | F | 33 |
| Octal | 225 | 161 | 207 | 0 | 30 | 11 | 52 | 503 | 17 | 63 |
| Binary | 10010101 | 1110001 | 10000111 | 0 | 11000 | 1001 | 101010 | 101000011 | 1111 | 110011 |
Color Harmonies of #957187
Complementary color
Monochromatic Colors of #957187
Black with #957187
Text Example
Text Example
White with #957187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957187; }
p { color: rgb(149,113,135); }
H1.HeaderClassName
{
color: #957187;
}
.AnyTagClassName
{
color: #957187;
}
</style>
background-color css
<style>
a { background-color: #957187; }
a { background-color: rgb(149,113,135); }
div.DivClassName
{
background-color: #957187;
}
.BgClassName
{
background-color: #957187;
}
</style>
border-color css
<style>
span { border-color: #957187; }
span { border-color: rgb(149,113,135); }
td.TdClassName
{
border-color: #957187;
}
.TagClassName
{
border-color: #957187;
}
</style>