Shades of Strikemaster #92587C
Tints of Strikemaster #92587C
RGB
CMYK
RGB Variations
Color information
#92587C (or 0x92587C) is known color: Strikemaster. HEX triplet: 92, 58 and 7C. RGB value is (146,88,124). Sum of RGB (Red+Green+Blue) = 146+88+124=358 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.78% from 358); Green value is 88 (34.77% from 255 or 24.58% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 146 - color contains mainly: red. Hex color #92587C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92587C is #6DA783. Grayscale: #6D6D6D. Windows color (decimal): -7186308 or 8149138. OLE color: 8149138.
HSL color Cylindrical-coordinate representation of color #92587C: hue angle of 322.76º 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 #92587C is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 88 | 124 | - |
| CMYK | 0 | 0.40 | 0.15 | 0.43 |
| HSL | 322.76º | 0.25% | 0.46% | - |
| HSV(B) | 322.76º | 0.4% | 0.57% | - |
| XYZ | 18.98 | 14.55 | 20.88 | - |
| YUV | 109.45 | 136.22 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 88 | 124 | 0 | 0.40 | 0.15 | 0.43 | 322.76 | 0.25 | 0.46 |
| Hex | 92 | 58 | 7C | 0 | 28 | F | 2B | 143 | 19 | 2E |
| Octal | 222 | 130 | 174 | 0 | 50 | 17 | 53 | 503 | 31 | 56 |
| Binary | 10010010 | 1011000 | 1111100 | 0 | 101000 | 1111 | 101011 | 101000011 | 11001 | 101110 |
Color Harmonies of #92587C
Complementary color
Monochromatic Colors of #92587C
Black with #92587C
Text Example
Text Example
White with #92587C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92587C; }
p { color: rgb(146,88,124); }
H1.HeaderClassName
{
color: #92587C;
}
.AnyTagClassName
{
color: #92587C;
}
</style>
background-color css
<style>
a { background-color: #92587C; }
a { background-color: rgb(146,88,124); }
div.DivClassName
{
background-color: #92587C;
}
.BgClassName
{
background-color: #92587C;
}
</style>
border-color css
<style>
span { border-color: #92587C; }
span { border-color: rgb(146,88,124); }
td.TdClassName
{
border-color: #92587C;
}
.TagClassName
{
border-color: #92587C;
}
</style>