Shades of Strikemaster #92517B
Tints of Strikemaster #92517B
RGB
CMYK
RGB Variations
Color information
#92517B (or 0x92517B) is known color: Strikemaster. HEX triplet: 92, 51 and 7B. RGB value is (146,81,123). Sum of RGB (Red+Green+Blue) = 146+81+123=350 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.71% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 146 - color contains mainly: red. Hex color #92517B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92517B is #6DAE84. Grayscale: #696969. Windows color (decimal): -7188101 or 8081810. OLE color: 8081810.
HSL color Cylindrical-coordinate representation of color #92517B: hue angle of 321.23º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #92517B is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 81 | 123 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.43 |
| HSL | 321.23º | 0.29% | 0.45% | - |
| HSV(B) | 321.23º | 0.45% | 0.57% | - |
| XYZ | 18.37 | 13.43 | 20.36 | - |
| YUV | 105.22 | 138.03 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 81 | 123 | 0 | 0.45 | 0.16 | 0.43 | 321.23 | 0.29 | 0.45 |
| Hex | 92 | 51 | 7B | 0 | 2D | 10 | 2B | 141 | 1D | 2D |
| Octal | 222 | 121 | 173 | 0 | 55 | 20 | 53 | 501 | 35 | 55 |
| Binary | 10010010 | 1010001 | 1111011 | 0 | 101101 | 10000 | 101011 | 101000001 | 11101 | 101101 |
Color Harmonies of #92517B
Complementary color
Monochromatic Colors of #92517B
Black with #92517B
Text Example
Text Example
White with #92517B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92517B; }
p { color: rgb(146,81,123); }
H1.HeaderClassName
{
color: #92517B;
}
.AnyTagClassName
{
color: #92517B;
}
</style>
background-color css
<style>
a { background-color: #92517B; }
a { background-color: rgb(146,81,123); }
div.DivClassName
{
background-color: #92517B;
}
.BgClassName
{
background-color: #92517B;
}
</style>
border-color css
<style>
span { border-color: #92517B; }
span { border-color: rgb(146,81,123); }
td.TdClassName
{
border-color: #92517B;
}
.TagClassName
{
border-color: #92517B;
}
</style>