Shades of Strikemaster #957185
Tints of Strikemaster #957185
RGB
CMYK
RGB Variations
Color information
#957185 (or 0x957185) is known color: Strikemaster. HEX triplet: 95, 71 and 85. RGB value is (149,113,133). Sum of RGB (Red+Green+Blue) = 149+113+133=395 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.72% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 149 - color contains mainly: red. Hex color #957185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957185 is #6A8E7A. Grayscale: #7E7E7E. Windows color (decimal): -6983291 or 8745365. OLE color: 8745365.
HSL color Cylindrical-coordinate representation of color #957185: hue angle of 326.67º 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 #957185 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 113 | 133 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.42 |
| HSL | 326.67º | 0.15% | 0.51% | - |
| HSV(B) | 326.67º | 0.24% | 0.58% | - |
| XYZ | 22.53 | 19.89 | 24.84 | - |
| YUV | 126.04 | 131.93 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 113 | 133 | 0 | 0.24 | 0.11 | 0.42 | 326.67 | 0.15 | 0.51 |
| Hex | 95 | 71 | 85 | 0 | 18 | B | 2A | 147 | F | 33 |
| Octal | 225 | 161 | 205 | 0 | 30 | 13 | 52 | 507 | 17 | 63 |
| Binary | 10010101 | 1110001 | 10000101 | 0 | 11000 | 1011 | 101010 | 101000111 | 1111 | 110011 |
Color Harmonies of #957185
Complementary color
Monochromatic Colors of #957185
Black with #957185
Text Example
Text Example
White with #957185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957185; }
p { color: rgb(149,113,133); }
H1.HeaderClassName
{
color: #957185;
}
.AnyTagClassName
{
color: #957185;
}
</style>
background-color css
<style>
a { background-color: #957185; }
a { background-color: rgb(149,113,133); }
div.DivClassName
{
background-color: #957185;
}
.BgClassName
{
background-color: #957185;
}
</style>
border-color css
<style>
span { border-color: #957185; }
span { border-color: rgb(149,113,133); }
td.TdClassName
{
border-color: #957185;
}
.TagClassName
{
border-color: #957185;
}
</style>