Shades of Strikemaster #92647B
Tints of Strikemaster #92647B
RGB
CMYK
RGB Variations
Color information
#92647B (or 0x92647B) is known color: Strikemaster. HEX triplet: 92, 64 and 7B. RGB value is (146,100,123). Sum of RGB (Red+Green+Blue) = 146+100+123=369 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.57% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 146 - color contains mainly: red. Hex color #92647B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92647B is #6D9B84. Grayscale: #747474. Windows color (decimal): -7183237 or 8086674. OLE color: 8086674.
HSL color Cylindrical-coordinate representation of color #92647B: hue angle of 330º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #92647B is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 100 | 123 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.43 |
| HSL | 330º | 0.19% | 0.48% | - |
| HSV(B) | 330º | 0.32% | 0.57% | - |
| XYZ | 19.99 | 16.66 | 20.9 | - |
| YUV | 116.38 | 131.74 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 100 | 123 | 0 | 0.32 | 0.16 | 0.43 | 330 | 0.19 | 0.48 |
| Hex | 92 | 64 | 7B | 0 | 20 | 10 | 2B | 14A | 13 | 30 |
| Octal | 222 | 144 | 173 | 0 | 40 | 20 | 53 | 512 | 23 | 60 |
| Binary | 10010010 | 1100100 | 1111011 | 0 | 100000 | 10000 | 101011 | 101001010 | 10011 | 110000 |
Color Harmonies of #92647B
Complementary color
Monochromatic Colors of #92647B
Black with #92647B
Text Example
Text Example
White with #92647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92647B; }
p { color: rgb(146,100,123); }
H1.HeaderClassName
{
color: #92647B;
}
.AnyTagClassName
{
color: #92647B;
}
</style>
background-color css
<style>
a { background-color: #92647B; }
a { background-color: rgb(146,100,123); }
div.DivClassName
{
background-color: #92647B;
}
.BgClassName
{
background-color: #92647B;
}
</style>
border-color css
<style>
span { border-color: #92647B; }
span { border-color: rgb(146,100,123); }
td.TdClassName
{
border-color: #92647B;
}
.TagClassName
{
border-color: #92647B;
}
</style>