Shades of Strikemaster #98587B
Tints of Strikemaster #98587B
RGB
CMYK
RGB Variations
Color information
#98587B (or 0x98587B) is known color: Strikemaster. HEX triplet: 98, 58 and 7B. RGB value is (152,88,123). Sum of RGB (Red+Green+Blue) = 152+88+123=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 152 - color contains mainly: red. Hex color #98587B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98587B is #67A784. Grayscale: #6F6F6F. Windows color (decimal): -6793093 or 8083608. OLE color: 8083608.
HSL color Cylindrical-coordinate representation of color #98587B: hue angle of 327.19º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #98587B is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 88 | 123 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.40 |
| HSL | 327.19º | 0.27% | 0.47% | - |
| HSV(B) | 327.19º | 0.42% | 0.6% | - |
| XYZ | 20.01 | 15.08 | 20.6 | - |
| YUV | 111.13 | 134.7 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 88 | 123 | 0 | 0.42 | 0.19 | 0.40 | 327.19 | 0.27 | 0.47 |
| Hex | 98 | 58 | 7B | 0 | 2A | 13 | 28 | 147 | 1B | 2F |
| Octal | 230 | 130 | 173 | 0 | 52 | 23 | 50 | 507 | 33 | 57 |
| Binary | 10011000 | 1011000 | 1111011 | 0 | 101010 | 10011 | 101000 | 101000111 | 11011 | 101111 |
Color Harmonies of #98587B
Complementary color
Monochromatic Colors of #98587B
Black with #98587B
Text Example
Text Example
White with #98587B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98587B; }
p { color: rgb(152,88,123); }
H1.HeaderClassName
{
color: #98587B;
}
.AnyTagClassName
{
color: #98587B;
}
</style>
background-color css
<style>
a { background-color: #98587B; }
a { background-color: rgb(152,88,123); }
div.DivClassName
{
background-color: #98587B;
}
.BgClassName
{
background-color: #98587B;
}
</style>
border-color css
<style>
span { border-color: #98587B; }
span { border-color: rgb(152,88,123); }
td.TdClassName
{
border-color: #98587B;
}
.TagClassName
{
border-color: #98587B;
}
</style>