Shades of Strikemaster #92587D
Tints of Strikemaster #92587D
RGB
CMYK
RGB Variations
Color information
#92587D (or 0x92587D) is known color: Strikemaster. HEX triplet: 92, 58 and 7D. RGB value is (146,88,125). Sum of RGB (Red+Green+Blue) = 146+88+125=359 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.67% from 359); Green value is 88 (34.77% from 255 or 24.51% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 146 - color contains mainly: red. Hex color #92587D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92587D is #6DA782. Grayscale: #6D6D6D. Windows color (decimal): -7186307 or 8214674. OLE color: 8214674.
HSL color Cylindrical-coordinate representation of color #92587D: hue angle of 321.72º 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 #92587D is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 88 | 125 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.43 |
| HSL | 321.72º | 0.25% | 0.46% | - |
| HSV(B) | 321.72º | 0.4% | 0.57% | - |
| XYZ | 19.05 | 14.57 | 21.21 | - |
| YUV | 109.56 | 136.72 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 88 | 125 | 0 | 0.40 | 0.14 | 0.43 | 321.72 | 0.25 | 0.46 |
| Hex | 92 | 58 | 7D | 0 | 28 | E | 2B | 142 | 19 | 2E |
| Octal | 222 | 130 | 175 | 0 | 50 | 16 | 53 | 502 | 31 | 56 |
| Binary | 10010010 | 1011000 | 1111101 | 0 | 101000 | 1110 | 101011 | 101000010 | 11001 | 101110 |
Color Harmonies of #92587D
Complementary color
Monochromatic Colors of #92587D
Black with #92587D
Text Example
Text Example
White with #92587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92587D; }
p { color: rgb(146,88,125); }
H1.HeaderClassName
{
color: #92587D;
}
.AnyTagClassName
{
color: #92587D;
}
</style>
background-color css
<style>
a { background-color: #92587D; }
a { background-color: rgb(146,88,125); }
div.DivClassName
{
background-color: #92587D;
}
.BgClassName
{
background-color: #92587D;
}
</style>
border-color css
<style>
span { border-color: #92587D; }
span { border-color: rgb(146,88,125); }
td.TdClassName
{
border-color: #92587D;
}
.TagClassName
{
border-color: #92587D;
}
</style>