Shades of Strikemaster #98537B
Tints of Strikemaster #98537B
RGB
CMYK
RGB Variations
Color information
#98537B (or 0x98537B) is known color: Strikemaster. HEX triplet: 98, 53 and 7B. RGB value is (152,83,123). Sum of RGB (Red+Green+Blue) = 152+83+123=358 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.46% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 152 - color contains mainly: red. Hex color #98537B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98537B is #67AC84. Grayscale: #6C6C6C. Windows color (decimal): -6794373 or 8082328. OLE color: 8082328.
HSL color Cylindrical-coordinate representation of color #98537B: hue angle of 325.22º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #98537B is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 83 | 123 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.40 |
| HSL | 325.22º | 0.29% | 0.46% | - |
| HSV(B) | 325.22º | 0.45% | 0.6% | - |
| XYZ | 19.62 | 14.29 | 20.46 | - |
| YUV | 108.19 | 136.36 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 83 | 123 | 0 | 0.45 | 0.19 | 0.40 | 325.22 | 0.29 | 0.46 |
| Hex | 98 | 53 | 7B | 0 | 2D | 13 | 28 | 145 | 1D | 2E |
| Octal | 230 | 123 | 173 | 0 | 55 | 23 | 50 | 505 | 35 | 56 |
| Binary | 10011000 | 1010011 | 1111011 | 0 | 101101 | 10011 | 101000 | 101000101 | 11101 | 101110 |
Color Harmonies of #98537B
Complementary color
Monochromatic Colors of #98537B
Black with #98537B
Text Example
Text Example
White with #98537B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98537B; }
p { color: rgb(152,83,123); }
H1.HeaderClassName
{
color: #98537B;
}
.AnyTagClassName
{
color: #98537B;
}
</style>
background-color css
<style>
a { background-color: #98537B; }
a { background-color: rgb(152,83,123); }
div.DivClassName
{
background-color: #98537B;
}
.BgClassName
{
background-color: #98537B;
}
</style>
border-color css
<style>
span { border-color: #98537B; }
span { border-color: rgb(152,83,123); }
td.TdClassName
{
border-color: #98537B;
}
.TagClassName
{
border-color: #98537B;
}
</style>