Shades of Strikemaster #92567B
Tints of Strikemaster #92567B
RGB
CMYK
RGB Variations
Color information
#92567B (or 0x92567B) is known color: Strikemaster. HEX triplet: 92, 56 and 7B. RGB value is (146,86,123). Sum of RGB (Red+Green+Blue) = 146+86+123=355 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.13% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 146 - color contains mainly: red. Hex color #92567B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92567B is #6DA984. Grayscale: #6C6C6C. Windows color (decimal): -7186821 or 8083090. OLE color: 8083090.
HSL color Cylindrical-coordinate representation of color #92567B: hue angle of 323º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92567B is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 86 | 123 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.43 |
| HSL | 323º | 0.26% | 0.45% | - |
| HSV(B) | 323º | 0.41% | 0.57% | - |
| XYZ | 18.76 | 14.2 | 20.49 | - |
| YUV | 108.16 | 136.38 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 86 | 123 | 0 | 0.41 | 0.16 | 0.43 | 323 | 0.26 | 0.45 |
| Hex | 92 | 56 | 7B | 0 | 29 | 10 | 2B | 143 | 1A | 2D |
| Octal | 222 | 126 | 173 | 0 | 51 | 20 | 53 | 503 | 32 | 55 |
| Binary | 10010010 | 1010110 | 1111011 | 0 | 101001 | 10000 | 101011 | 101000011 | 11010 | 101101 |
Color Harmonies of #92567B
Complementary color
Monochromatic Colors of #92567B
Black with #92567B
Text Example
Text Example
White with #92567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92567B; }
p { color: rgb(146,86,123); }
H1.HeaderClassName
{
color: #92567B;
}
.AnyTagClassName
{
color: #92567B;
}
</style>
background-color css
<style>
a { background-color: #92567B; }
a { background-color: rgb(146,86,123); }
div.DivClassName
{
background-color: #92567B;
}
.BgClassName
{
background-color: #92567B;
}
</style>
border-color css
<style>
span { border-color: #92567B; }
span { border-color: rgb(146,86,123); }
td.TdClassName
{
border-color: #92567B;
}
.TagClassName
{
border-color: #92567B;
}
</style>