Shades of Strikemaster #926E7D
Tints of Strikemaster #926E7D
RGB
CMYK
RGB Variations
Color information
#926E7D (or 0x926E7D) is known color: Strikemaster. HEX triplet: 92, 6E and 7D. RGB value is (146,110,125). Sum of RGB (Red+Green+Blue) = 146+110+125=381 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.32% from 381); Green value is 110 (43.36% from 255 or 28.87% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 146 - color contains mainly: red. Hex color #926E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926E7D is #6D9182. Grayscale: #7A7A7A. Windows color (decimal): -7180675 or 8220306. OLE color: 8220306.
HSL color Cylindrical-coordinate representation of color #926E7D: hue angle of 335º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #926E7D is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 110 | 125 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.43 |
| HSL | 335º | 0.14% | 0.5% | - |
| HSV(B) | 335º | 0.25% | 0.57% | - |
| XYZ | 21.13 | 18.74 | 21.91 | - |
| YUV | 122.47 | 129.43 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 110 | 125 | 0 | 0.25 | 0.14 | 0.43 | 335 | 0.14 | 0.5 |
| Hex | 92 | 6E | 7D | 0 | 19 | E | 2B | 14F | E | 32 |
| Octal | 222 | 156 | 175 | 0 | 31 | 16 | 53 | 517 | 16 | 62 |
| Binary | 10010010 | 1101110 | 1111101 | 0 | 11001 | 1110 | 101011 | 101001111 | 1110 | 110010 |
Color Harmonies of #926E7D
Complementary color
Monochromatic Colors of #926E7D
Black with #926E7D
Text Example
Text Example
White with #926E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926E7D; }
p { color: rgb(146,110,125); }
H1.HeaderClassName
{
color: #926E7D;
}
.AnyTagClassName
{
color: #926E7D;
}
</style>
background-color css
<style>
a { background-color: #926E7D; }
a { background-color: rgb(146,110,125); }
div.DivClassName
{
background-color: #926E7D;
}
.BgClassName
{
background-color: #926E7D;
}
</style>
border-color css
<style>
span { border-color: #926E7D; }
span { border-color: rgb(146,110,125); }
td.TdClassName
{
border-color: #926E7D;
}
.TagClassName
{
border-color: #926E7D;
}
</style>