Shades of Strikemaster #917185
Tints of Strikemaster #917185
RGB
CMYK
RGB Variations
Color information
#917185 (or 0x917185) is known color: Strikemaster. HEX triplet: 91, 71 and 85. RGB value is (145,113,133). Sum of RGB (Red+Green+Blue) = 145+113+133=391 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.08% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 145 - color contains mainly: red. Hex color #917185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917185 is #6E8E7A. Grayscale: #7C7C7C. Windows color (decimal): -7245435 or 8745361. OLE color: 8745361.
HSL color Cylindrical-coordinate representation of color #917185: hue angle of 322.5º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #917185 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 113 | 133 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.43 |
| HSL | 322.5º | 0.13% | 0.51% | - |
| HSV(B) | 322.5º | 0.22% | 0.57% | - |
| XYZ | 21.82 | 19.52 | 24.81 | - |
| YUV | 124.85 | 132.6 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 113 | 133 | 0 | 0.22 | 0.08 | 0.43 | 322.5 | 0.13 | 0.51 |
| Hex | 91 | 71 | 85 | 0 | 16 | 8 | 2B | 142 | D | 33 |
| Octal | 221 | 161 | 205 | 0 | 26 | 10 | 53 | 502 | 15 | 63 |
| Binary | 10010001 | 1110001 | 10000101 | 0 | 10110 | 1000 | 101011 | 101000010 | 1101 | 110011 |
Color Harmonies of #917185
Complementary color
Monochromatic Colors of #917185
Black with #917185
Text Example
Text Example
White with #917185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917185; }
p { color: rgb(145,113,133); }
H1.HeaderClassName
{
color: #917185;
}
.AnyTagClassName
{
color: #917185;
}
</style>
background-color css
<style>
a { background-color: #917185; }
a { background-color: rgb(145,113,133); }
div.DivClassName
{
background-color: #917185;
}
.BgClassName
{
background-color: #917185;
}
</style>
border-color css
<style>
span { border-color: #917185; }
span { border-color: rgb(145,113,133); }
td.TdClassName
{
border-color: #917185;
}
.TagClassName
{
border-color: #917185;
}
</style>