Shades of Strikemaster #924C7F
Tints of Strikemaster #924C7F
RGB
CMYK
RGB Variations
Color information
#924C7F (or 0x924C7F) is known color: Strikemaster. HEX triplet: 92, 4C and 7F. RGB value is (146,76,127). Sum of RGB (Red+Green+Blue) = 146+76+127=349 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.83% from 349); Green value is 76 (30.08% from 255 or 21.78% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 146 - color contains mainly: red. Hex color #924C7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924C7F is #6DB380. Grayscale: #666666. Windows color (decimal): -7189377 or 8342674. OLE color: 8342674.
HSL color Cylindrical-coordinate representation of color #924C7F: hue angle of 316.29º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #924C7F is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 76 | 127 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.43 |
| HSL | 316.29º | 0.32% | 0.44% | - |
| HSV(B) | 316.29º | 0.48% | 0.57% | - |
| XYZ | 18.27 | 12.81 | 21.59 | - |
| YUV | 102.74 | 141.69 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 76 | 127 | 0 | 0.48 | 0.13 | 0.43 | 316.29 | 0.32 | 0.44 |
| Hex | 92 | 4C | 7F | 0 | 30 | D | 2B | 13C | 20 | 2C |
| Octal | 222 | 114 | 177 | 0 | 60 | 15 | 53 | 474 | 40 | 54 |
| Binary | 10010010 | 1001100 | 1111111 | 0 | 110000 | 1101 | 101011 | 100111100 | 100000 | 101100 |
Color Harmonies of #924C7F
Complementary color
Monochromatic Colors of #924C7F
Black with #924C7F
Text Example
Text Example
White with #924C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924C7F; }
p { color: rgb(146,76,127); }
H1.HeaderClassName
{
color: #924C7F;
}
.AnyTagClassName
{
color: #924C7F;
}
</style>
background-color css
<style>
a { background-color: #924C7F; }
a { background-color: rgb(146,76,127); }
div.DivClassName
{
background-color: #924C7F;
}
.BgClassName
{
background-color: #924C7F;
}
</style>
border-color css
<style>
span { border-color: #924C7F; }
span { border-color: rgb(146,76,127); }
td.TdClassName
{
border-color: #924C7F;
}
.TagClassName
{
border-color: #924C7F;
}
</style>