Shades of Strikemaster #92647E
Tints of Strikemaster #92647E
RGB
CMYK
RGB Variations
Color information
#92647E (or 0x92647E) is known color: Strikemaster. HEX triplet: 92, 64 and 7E. RGB value is (146,100,126). Sum of RGB (Red+Green+Blue) = 146+100+126=372 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.25% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 146 - color contains mainly: red. Hex color #92647E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92647E is #6D9B81. Grayscale: #747474. Windows color (decimal): -7183234 or 8283282. OLE color: 8283282.
HSL color Cylindrical-coordinate representation of color #92647E: hue angle of 326.09º 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 #92647E is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 100 | 126 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.43 |
| HSL | 326.09º | 0.19% | 0.48% | - |
| HSV(B) | 326.09º | 0.32% | 0.57% | - |
| XYZ | 20.18 | 16.73 | 21.9 | - |
| YUV | 116.72 | 133.24 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 100 | 126 | 0 | 0.32 | 0.14 | 0.43 | 326.09 | 0.19 | 0.48 |
| Hex | 92 | 64 | 7E | 0 | 20 | E | 2B | 146 | 13 | 30 |
| Octal | 222 | 144 | 176 | 0 | 40 | 16 | 53 | 506 | 23 | 60 |
| Binary | 10010010 | 1100100 | 1111110 | 0 | 100000 | 1110 | 101011 | 101000110 | 10011 | 110000 |
Color Harmonies of #92647E
Complementary color
Monochromatic Colors of #92647E
Black with #92647E
Text Example
Text Example
White with #92647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92647E; }
p { color: rgb(146,100,126); }
H1.HeaderClassName
{
color: #92647E;
}
.AnyTagClassName
{
color: #92647E;
}
</style>
background-color css
<style>
a { background-color: #92647E; }
a { background-color: rgb(146,100,126); }
div.DivClassName
{
background-color: #92647E;
}
.BgClassName
{
background-color: #92647E;
}
</style>
border-color css
<style>
span { border-color: #92647E; }
span { border-color: rgb(146,100,126); }
td.TdClassName
{
border-color: #92647E;
}
.TagClassName
{
border-color: #92647E;
}
</style>