Shades of Strikemaster #925979
Tints of Strikemaster #925979
RGB
CMYK
RGB Variations
Color information
#925979 (or 0x925979) is known color: Strikemaster. HEX triplet: 92, 59 and 79. RGB value is (146,89,121). Sum of RGB (Red+Green+Blue) = 146+89+121=356 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.01% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 146 - color contains mainly: red. Hex color #925979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925979 is #6DA686. Grayscale: #6D6D6D. Windows color (decimal): -7186055 or 7952786. OLE color: 7952786.
HSL color Cylindrical-coordinate representation of color #925979: hue angle of 326.32º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #925979 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 89 | 121 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.43 |
| HSL | 326.32º | 0.24% | 0.46% | - |
| HSV(B) | 326.32º | 0.39% | 0.57% | - |
| XYZ | 18.88 | 14.64 | 19.92 | - |
| YUV | 109.69 | 134.38 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 89 | 121 | 0 | 0.39 | 0.17 | 0.43 | 326.32 | 0.24 | 0.46 |
| Hex | 92 | 59 | 79 | 0 | 27 | 11 | 2B | 146 | 18 | 2E |
| Octal | 222 | 131 | 171 | 0 | 47 | 21 | 53 | 506 | 30 | 56 |
| Binary | 10010010 | 1011001 | 1111001 | 0 | 100111 | 10001 | 101011 | 101000110 | 11000 | 101110 |
Color Harmonies of #925979
Complementary color
Monochromatic Colors of #925979
Black with #925979
Text Example
Text Example
White with #925979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925979; }
p { color: rgb(146,89,121); }
H1.HeaderClassName
{
color: #925979;
}
.AnyTagClassName
{
color: #925979;
}
</style>
background-color css
<style>
a { background-color: #925979; }
a { background-color: rgb(146,89,121); }
div.DivClassName
{
background-color: #925979;
}
.BgClassName
{
background-color: #925979;
}
</style>
border-color css
<style>
span { border-color: #925979; }
span { border-color: rgb(146,89,121); }
td.TdClassName
{
border-color: #925979;
}
.TagClassName
{
border-color: #925979;
}
</style>