Shades of Strikemaster #92587B
Tints of Strikemaster #92587B
RGB
CMYK
RGB Variations
Color information
#92587B (or 0x92587B) is known color: Strikemaster. HEX triplet: 92, 58 and 7B. RGB value is (146,88,123). Sum of RGB (Red+Green+Blue) = 146+88+123=357 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.90% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 146 - color contains mainly: red. Hex color #92587B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92587B is #6DA784. Grayscale: #6D6D6D. Windows color (decimal): -7186309 or 8083602. OLE color: 8083602.
HSL color Cylindrical-coordinate representation of color #92587B: hue angle of 323.79º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92587B is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 88 | 123 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.43 |
| HSL | 323.79º | 0.25% | 0.46% | - |
| HSV(B) | 323.79º | 0.4% | 0.57% | - |
| XYZ | 18.92 | 14.52 | 20.54 | - |
| YUV | 109.33 | 135.72 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 88 | 123 | 0 | 0.40 | 0.16 | 0.43 | 323.79 | 0.25 | 0.46 |
| Hex | 92 | 58 | 7B | 0 | 28 | 10 | 2B | 144 | 19 | 2E |
| Octal | 222 | 130 | 173 | 0 | 50 | 20 | 53 | 504 | 31 | 56 |
| Binary | 10010010 | 1011000 | 1111011 | 0 | 101000 | 10000 | 101011 | 101000100 | 11001 | 101110 |
Color Harmonies of #92587B
Complementary color
Monochromatic Colors of #92587B
Black with #92587B
Text Example
Text Example
White with #92587B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92587B; }
p { color: rgb(146,88,123); }
H1.HeaderClassName
{
color: #92587B;
}
.AnyTagClassName
{
color: #92587B;
}
</style>
background-color css
<style>
a { background-color: #92587B; }
a { background-color: rgb(146,88,123); }
div.DivClassName
{
background-color: #92587B;
}
.BgClassName
{
background-color: #92587B;
}
</style>
border-color css
<style>
span { border-color: #92587B; }
span { border-color: rgb(146,88,123); }
td.TdClassName
{
border-color: #92587B;
}
.TagClassName
{
border-color: #92587B;
}
</style>