Shades of Strikemaster #92688B
Tints of Strikemaster #92688B
RGB
CMYK
RGB Variations
Color information
#92688B (or 0x92688B) is known color: Strikemaster. HEX triplet: 92, 68 and 8B. RGB value is (146,104,139). Sum of RGB (Red+Green+Blue) = 146+104+139=389 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.53% from 389); Green value is 104 (41.02% from 255 or 26.74% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 146 - color contains mainly: red. Hex color #92688B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #92688B is #6D9774. Grayscale: #787878. Windows color (decimal): -7182197 or 9136274. OLE color: 9136274.
HSL color Cylindrical-coordinate representation of color #92688B: hue angle of 310º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #92688B is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 104 | 139 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.43 |
| HSL | 310º | 0.17% | 0.49% | - |
| HSV(B) | 310º | 0.29% | 0.57% | - |
| XYZ | 21.46 | 17.88 | 26.75 | - |
| YUV | 120.55 | 138.41 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 104 | 139 | 0 | 0.29 | 0.05 | 0.43 | 310 | 0.17 | 0.49 |
| Hex | 92 | 68 | 8B | 0 | 1D | 5 | 2B | 136 | 11 | 31 |
| Octal | 222 | 150 | 213 | 0 | 35 | 5 | 53 | 466 | 21 | 61 |
| Binary | 10010010 | 1101000 | 10001011 | 0 | 11101 | 101 | 101011 | 100110110 | 10001 | 110001 |
Color Harmonies of #92688B
Complementary color
Monochromatic Colors of #92688B
Black with #92688B
Text Example
Text Example
White with #92688B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92688B; }
p { color: rgb(146,104,139); }
H1.HeaderClassName
{
color: #92688B;
}
.AnyTagClassName
{
color: #92688B;
}
</style>
background-color css
<style>
a { background-color: #92688B; }
a { background-color: rgb(146,104,139); }
div.DivClassName
{
background-color: #92688B;
}
.BgClassName
{
background-color: #92688B;
}
</style>
border-color css
<style>
span { border-color: #92688B; }
span { border-color: rgb(146,104,139); }
td.TdClassName
{
border-color: #92688B;
}
.TagClassName
{
border-color: #92688B;
}
</style>