Shades of Strikemaster #92547A
Tints of Strikemaster #92547A
RGB
CMYK
RGB Variations
Color information
#92547A (or 0x92547A) is known color: Strikemaster. HEX triplet: 92, 54 and 7A. RGB value is (146,84,122). Sum of RGB (Red+Green+Blue) = 146+84+122=352 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.48% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 146 - color contains mainly: red. Hex color #92547A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92547A is #6DAB85. Grayscale: #6A6A6A. Windows color (decimal): -7187334 or 8017042. OLE color: 8017042.
HSL color Cylindrical-coordinate representation of color #92547A: hue angle of 323.23º 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 #92547A is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 84 | 122 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.43 |
| HSL | 323.23º | 0.27% | 0.45% | - |
| HSV(B) | 323.23º | 0.42% | 0.57% | - |
| XYZ | 18.54 | 13.86 | 20.11 | - |
| YUV | 106.87 | 136.54 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 84 | 122 | 0 | 0.42 | 0.16 | 0.43 | 323.23 | 0.27 | 0.45 |
| Hex | 92 | 54 | 7A | 0 | 2A | 10 | 2B | 143 | 1B | 2D |
| Octal | 222 | 124 | 172 | 0 | 52 | 20 | 53 | 503 | 33 | 55 |
| Binary | 10010010 | 1010100 | 1111010 | 0 | 101010 | 10000 | 101011 | 101000011 | 11011 | 101101 |
Color Harmonies of #92547A
Complementary color
Monochromatic Colors of #92547A
Black with #92547A
Text Example
Text Example
White with #92547A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92547A; }
p { color: rgb(146,84,122); }
H1.HeaderClassName
{
color: #92547A;
}
.AnyTagClassName
{
color: #92547A;
}
</style>
background-color css
<style>
a { background-color: #92547A; }
a { background-color: rgb(146,84,122); }
div.DivClassName
{
background-color: #92547A;
}
.BgClassName
{
background-color: #92547A;
}
</style>
border-color css
<style>
span { border-color: #92547A; }
span { border-color: rgb(146,84,122); }
td.TdClassName
{
border-color: #92547A;
}
.TagClassName
{
border-color: #92547A;
}
</style>