Shades of Strikemaster #927085
Tints of Strikemaster #927085
RGB
CMYK
RGB Variations
Color information
#927085 (or 0x927085) is known color: Strikemaster. HEX triplet: 92, 70 and 85. RGB value is (146,112,133). Sum of RGB (Red+Green+Blue) = 146+112+133=391 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.34% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 146 - color contains mainly: red. Hex color #927085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927085 is #6D8F7A. Grayscale: #7C7C7C. Windows color (decimal): -7180155 or 8745106. OLE color: 8745106.
HSL color Cylindrical-coordinate representation of color #927085: hue angle of 322.94º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #927085 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 112 | 133 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.43 |
| HSL | 322.94º | 0.13% | 0.51% | - |
| HSV(B) | 322.94º | 0.23% | 0.57% | - |
| XYZ | 21.88 | 19.39 | 24.78 | - |
| YUV | 124.56 | 132.76 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 112 | 133 | 0 | 0.23 | 0.09 | 0.43 | 322.94 | 0.13 | 0.51 |
| Hex | 92 | 70 | 85 | 0 | 17 | 9 | 2B | 143 | D | 33 |
| Octal | 222 | 160 | 205 | 0 | 27 | 11 | 53 | 503 | 15 | 63 |
| Binary | 10010010 | 1110000 | 10000101 | 0 | 10111 | 1001 | 101011 | 101000011 | 1101 | 110011 |
Color Harmonies of #927085
Complementary color
Monochromatic Colors of #927085
Black with #927085
Text Example
Text Example
White with #927085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927085; }
p { color: rgb(146,112,133); }
H1.HeaderClassName
{
color: #927085;
}
.AnyTagClassName
{
color: #927085;
}
</style>
background-color css
<style>
a { background-color: #927085; }
a { background-color: rgb(146,112,133); }
div.DivClassName
{
background-color: #927085;
}
.BgClassName
{
background-color: #927085;
}
</style>
border-color css
<style>
span { border-color: #927085; }
span { border-color: rgb(146,112,133); }
td.TdClassName
{
border-color: #927085;
}
.TagClassName
{
border-color: #927085;
}
</style>