Shades of Strikemaster #92597C
Tints of Strikemaster #92597C
RGB
CMYK
RGB Variations
Color information
#92597C (or 0x92597C) is known color: Strikemaster. HEX triplet: 92, 59 and 7C. RGB value is (146,89,124). Sum of RGB (Red+Green+Blue) = 146+89+124=359 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.67% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 146 - color contains mainly: red. Hex color #92597C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92597C is #6DA683. Grayscale: #6D6D6D. Windows color (decimal): -7186052 or 8149394. OLE color: 8149394.
HSL color Cylindrical-coordinate representation of color #92597C: hue angle of 323.16º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92597C is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 89 | 124 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.43 |
| HSL | 323.16º | 0.24% | 0.46% | - |
| HSV(B) | 323.16º | 0.39% | 0.57% | - |
| XYZ | 19.06 | 14.71 | 20.9 | - |
| YUV | 110.03 | 135.88 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 89 | 124 | 0 | 0.39 | 0.15 | 0.43 | 323.16 | 0.24 | 0.46 |
| Hex | 92 | 59 | 7C | 0 | 27 | F | 2B | 143 | 18 | 2E |
| Octal | 222 | 131 | 174 | 0 | 47 | 17 | 53 | 503 | 30 | 56 |
| Binary | 10010010 | 1011001 | 1111100 | 0 | 100111 | 1111 | 101011 | 101000011 | 11000 | 101110 |
Color Harmonies of #92597C
Complementary color
Monochromatic Colors of #92597C
Black with #92597C
Text Example
Text Example
White with #92597C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92597C; }
p { color: rgb(146,89,124); }
H1.HeaderClassName
{
color: #92597C;
}
.AnyTagClassName
{
color: #92597C;
}
</style>
background-color css
<style>
a { background-color: #92597C; }
a { background-color: rgb(146,89,124); }
div.DivClassName
{
background-color: #92597C;
}
.BgClassName
{
background-color: #92597C;
}
</style>
border-color css
<style>
span { border-color: #92597C; }
span { border-color: rgb(146,89,124); }
td.TdClassName
{
border-color: #92597C;
}
.TagClassName
{
border-color: #92597C;
}
</style>