Shades of Strikemaster #92547B
Tints of Strikemaster #92547B
RGB
CMYK
RGB Variations
Color information
#92547B (or 0x92547B) is known color: Strikemaster. HEX triplet: 92, 54 and 7B. RGB value is (146,84,123). Sum of RGB (Red+Green+Blue) = 146+84+123=353 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.36% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 146 - color contains mainly: red. Hex color #92547B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92547B is #6DAB84. Grayscale: #6A6A6A. Windows color (decimal): -7187333 or 8082578. OLE color: 8082578.
HSL color Cylindrical-coordinate representation of color #92547B: hue angle of 322.26º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92547B is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 84 | 123 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.43 |
| HSL | 322.26º | 0.27% | 0.45% | - |
| HSV(B) | 322.26º | 0.42% | 0.57% | - |
| XYZ | 18.6 | 13.88 | 20.44 | - |
| YUV | 106.98 | 137.04 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 84 | 123 | 0 | 0.42 | 0.16 | 0.43 | 322.26 | 0.27 | 0.45 |
| Hex | 92 | 54 | 7B | 0 | 2A | 10 | 2B | 142 | 1B | 2D |
| Octal | 222 | 124 | 173 | 0 | 52 | 20 | 53 | 502 | 33 | 55 |
| Binary | 10010010 | 1010100 | 1111011 | 0 | 101010 | 10000 | 101011 | 101000010 | 11011 | 101101 |
Color Harmonies of #92547B
Complementary color
Monochromatic Colors of #92547B
Black with #92547B
Text Example
Text Example
White with #92547B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92547B; }
p { color: rgb(146,84,123); }
H1.HeaderClassName
{
color: #92547B;
}
.AnyTagClassName
{
color: #92547B;
}
</style>
background-color css
<style>
a { background-color: #92547B; }
a { background-color: rgb(146,84,123); }
div.DivClassName
{
background-color: #92547B;
}
.BgClassName
{
background-color: #92547B;
}
</style>
border-color css
<style>
span { border-color: #92547B; }
span { border-color: rgb(146,84,123); }
td.TdClassName
{
border-color: #92547B;
}
.TagClassName
{
border-color: #92547B;
}
</style>