Shades of Strikemaster #924F79
Tints of Strikemaster #924F79
RGB
CMYK
RGB Variations
Color information
#924F79 (or 0x924F79) is known color: Strikemaster. HEX triplet: 92, 4F and 79. RGB value is (146,79,121). Sum of RGB (Red+Green+Blue) = 146+79+121=346 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.20% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 121 (47.66% from 255 or 34.97% from 346); Max value from RGB is 146 - color contains mainly: red. Hex color #924F79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #924F79 is #6DB086. Grayscale: #676767. Windows color (decimal): -7188615 or 7950226. OLE color: 7950226.
HSL color Cylindrical-coordinate representation of color #924F79: hue angle of 322.39º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #924F79 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 79 | 121 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.43 |
| HSL | 322.39º | 0.3% | 0.44% | - |
| HSV(B) | 322.39º | 0.46% | 0.57% | - |
| XYZ | 18.1 | 13.08 | 19.66 | - |
| YUV | 103.82 | 137.7 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 79 | 121 | 0 | 0.46 | 0.17 | 0.43 | 322.39 | 0.3 | 0.44 |
| Hex | 92 | 4F | 79 | 0 | 2E | 11 | 2B | 142 | 1E | 2C |
| Octal | 222 | 117 | 171 | 0 | 56 | 21 | 53 | 502 | 36 | 54 |
| Binary | 10010010 | 1001111 | 1111001 | 0 | 101110 | 10001 | 101011 | 101000010 | 11110 | 101100 |
Color Harmonies of #924F79
Complementary color
Monochromatic Colors of #924F79
Black with #924F79
Text Example
Text Example
White with #924F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924F79; }
p { color: rgb(146,79,121); }
H1.HeaderClassName
{
color: #924F79;
}
.AnyTagClassName
{
color: #924F79;
}
</style>
background-color css
<style>
a { background-color: #924F79; }
a { background-color: rgb(146,79,121); }
div.DivClassName
{
background-color: #924F79;
}
.BgClassName
{
background-color: #924F79;
}
</style>
border-color css
<style>
span { border-color: #924F79; }
span { border-color: rgb(146,79,121); }
td.TdClassName
{
border-color: #924F79;
}
.TagClassName
{
border-color: #924F79;
}
</style>