Shades of Strikemaster #92577C
Tints of Strikemaster #92577C
RGB
CMYK
RGB Variations
Color information
#92577C (or 0x92577C) is known color: Strikemaster. HEX triplet: 92, 57 and 7C. RGB value is (146,87,124). Sum of RGB (Red+Green+Blue) = 146+87+124=357 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.90% from 357); Green value is 87 (34.38% from 255 or 24.37% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 146 - color contains mainly: red. Hex color #92577C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92577C is #6DA883. Grayscale: #6C6C6C. Windows color (decimal): -7186564 or 8148882. OLE color: 8148882.
HSL color Cylindrical-coordinate representation of color #92577C: hue angle of 322.37º 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 #92577C is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 87 | 124 | - |
| CMYK | 0 | 0.40 | 0.15 | 0.43 |
| HSL | 322.37º | 0.25% | 0.46% | - |
| HSV(B) | 322.37º | 0.4% | 0.57% | - |
| XYZ | 18.9 | 14.38 | 20.85 | - |
| YUV | 108.86 | 136.55 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 87 | 124 | 0 | 0.40 | 0.15 | 0.43 | 322.37 | 0.25 | 0.46 |
| Hex | 92 | 57 | 7C | 0 | 28 | F | 2B | 142 | 19 | 2E |
| Octal | 222 | 127 | 174 | 0 | 50 | 17 | 53 | 502 | 31 | 56 |
| Binary | 10010010 | 1010111 | 1111100 | 0 | 101000 | 1111 | 101011 | 101000010 | 11001 | 101110 |
Color Harmonies of #92577C
Complementary color
Monochromatic Colors of #92577C
Black with #92577C
Text Example
Text Example
White with #92577C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92577C; }
p { color: rgb(146,87,124); }
H1.HeaderClassName
{
color: #92577C;
}
.AnyTagClassName
{
color: #92577C;
}
</style>
background-color css
<style>
a { background-color: #92577C; }
a { background-color: rgb(146,87,124); }
div.DivClassName
{
background-color: #92577C;
}
.BgClassName
{
background-color: #92577C;
}
</style>
border-color css
<style>
span { border-color: #92577C; }
span { border-color: rgb(146,87,124); }
td.TdClassName
{
border-color: #92577C;
}
.TagClassName
{
border-color: #92577C;
}
</style>