Shades of Strikemaster #92607C
Tints of Strikemaster #92607C
RGB
CMYK
RGB Variations
Color information
#92607C (or 0x92607C) is known color: Strikemaster. HEX triplet: 92, 60 and 7C. RGB value is (146,96,124). Sum of RGB (Red+Green+Blue) = 146+96+124=366 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.89% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 146 - color contains mainly: red. Hex color #92607C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92607C is #6D9F83. Grayscale: #727272. Windows color (decimal): -7184260 or 8151186. OLE color: 8151186.
HSL color Cylindrical-coordinate representation of color #92607C: hue angle of 326.4º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92607C is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 96 | 124 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.43 |
| HSL | 326.4º | 0.21% | 0.47% | - |
| HSV(B) | 326.4º | 0.34% | 0.57% | - |
| XYZ | 19.68 | 15.93 | 21.11 | - |
| YUV | 114.14 | 133.57 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 96 | 124 | 0 | 0.34 | 0.15 | 0.43 | 326.4 | 0.21 | 0.47 |
| Hex | 92 | 60 | 7C | 0 | 22 | F | 2B | 146 | 15 | 2F |
| Octal | 222 | 140 | 174 | 0 | 42 | 17 | 53 | 506 | 25 | 57 |
| Binary | 10010010 | 1100000 | 1111100 | 0 | 100010 | 1111 | 101011 | 101000110 | 10101 | 101111 |
Color Harmonies of #92607C
Complementary color
Monochromatic Colors of #92607C
Black with #92607C
Text Example
Text Example
White with #92607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92607C; }
p { color: rgb(146,96,124); }
H1.HeaderClassName
{
color: #92607C;
}
.AnyTagClassName
{
color: #92607C;
}
</style>
background-color css
<style>
a { background-color: #92607C; }
a { background-color: rgb(146,96,124); }
div.DivClassName
{
background-color: #92607C;
}
.BgClassName
{
background-color: #92607C;
}
</style>
border-color css
<style>
span { border-color: #92607C; }
span { border-color: rgb(146,96,124); }
td.TdClassName
{
border-color: #92607C;
}
.TagClassName
{
border-color: #92607C;
}
</style>