Shades of Strikemaster #926187
Tints of Strikemaster #926187
RGB
CMYK
RGB Variations
Color information
#926187 (or 0x926187) is known color: Strikemaster. HEX triplet: 92, 61 and 87. RGB value is (146,97,135). Sum of RGB (Red+Green+Blue) = 146+97+135=378 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.62% from 378); Green value is 97 (38.28% from 255 or 25.66% from 378); Blue value is 135 (53.12% from 255 or 35.71% from 378); Max value from RGB is 146 - color contains mainly: red. Hex color #926187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926187 is #6D9E78. Grayscale: #737373. Windows color (decimal): -7183993 or 8872338. OLE color: 8872338.
HSL color Cylindrical-coordinate representation of color #926187: hue angle of 313.47º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #926187 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 97 | 135 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.43 |
| HSL | 313.47º | 0.2% | 0.48% | - |
| HSV(B) | 313.47º | 0.34% | 0.57% | - |
| XYZ | 20.5 | 16.41 | 25.01 | - |
| YUV | 115.98 | 138.73 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 97 | 135 | 0 | 0.34 | 0.08 | 0.43 | 313.47 | 0.2 | 0.48 |
| Hex | 92 | 61 | 87 | 0 | 22 | 8 | 2B | 139 | 14 | 30 |
| Octal | 222 | 141 | 207 | 0 | 42 | 10 | 53 | 471 | 24 | 60 |
| Binary | 10010010 | 1100001 | 10000111 | 0 | 100010 | 1000 | 101011 | 100111001 | 10100 | 110000 |
Color Harmonies of #926187
Complementary color
Monochromatic Colors of #926187
Black with #926187
Text Example
Text Example
White with #926187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926187; }
p { color: rgb(146,97,135); }
H1.HeaderClassName
{
color: #926187;
}
.AnyTagClassName
{
color: #926187;
}
</style>
background-color css
<style>
a { background-color: #926187; }
a { background-color: rgb(146,97,135); }
div.DivClassName
{
background-color: #926187;
}
.BgClassName
{
background-color: #926187;
}
</style>
border-color css
<style>
span { border-color: #926187; }
span { border-color: rgb(146,97,135); }
td.TdClassName
{
border-color: #926187;
}
.TagClassName
{
border-color: #926187;
}
</style>