Shades of Strikemaster #92577E
Tints of Strikemaster #92577E
RGB
CMYK
RGB Variations
Color information
#92577E (or 0x92577E) is known color: Strikemaster. HEX triplet: 92, 57 and 7E. RGB value is (146,87,126). Sum of RGB (Red+Green+Blue) = 146+87+126=359 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.67% from 359); Green value is 87 (34.38% from 255 or 24.23% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 146 - color contains mainly: red. Hex color #92577E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92577E is #6DA881. Grayscale: #6C6C6C. Windows color (decimal): -7186562 or 8279954. OLE color: 8279954.
HSL color Cylindrical-coordinate representation of color #92577E: hue angle of 320.34º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92577E is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 87 | 126 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.43 |
| HSL | 320.34º | 0.25% | 0.46% | - |
| HSV(B) | 320.34º | 0.4% | 0.57% | - |
| XYZ | 19.03 | 14.43 | 21.52 | - |
| YUV | 109.09 | 137.55 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 87 | 126 | 0 | 0.40 | 0.14 | 0.43 | 320.34 | 0.25 | 0.46 |
| Hex | 92 | 57 | 7E | 0 | 28 | E | 2B | 140 | 19 | 2E |
| Octal | 222 | 127 | 176 | 0 | 50 | 16 | 53 | 500 | 31 | 56 |
| Binary | 10010010 | 1010111 | 1111110 | 0 | 101000 | 1110 | 101011 | 101000000 | 11001 | 101110 |
Color Harmonies of #92577E
Complementary color
Monochromatic Colors of #92577E
Black with #92577E
Text Example
Text Example
White with #92577E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92577E; }
p { color: rgb(146,87,126); }
H1.HeaderClassName
{
color: #92577E;
}
.AnyTagClassName
{
color: #92577E;
}
</style>
background-color css
<style>
a { background-color: #92577E; }
a { background-color: rgb(146,87,126); }
div.DivClassName
{
background-color: #92577E;
}
.BgClassName
{
background-color: #92577E;
}
</style>
border-color css
<style>
span { border-color: #92577E; }
span { border-color: rgb(146,87,126); }
td.TdClassName
{
border-color: #92577E;
}
.TagClassName
{
border-color: #92577E;
}
</style>