Shades of Strikemaster #98547D
Tints of Strikemaster #98547D
RGB
CMYK
RGB Variations
Color information
#98547D (or 0x98547D) is known color: Strikemaster. HEX triplet: 98, 54 and 7D. RGB value is (152,84,125). Sum of RGB (Red+Green+Blue) = 152+84+125=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 152 - color contains mainly: red. Hex color #98547D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98547D is #67AB82. Grayscale: #6C6C6C. Windows color (decimal): -6794115 or 8213656. OLE color: 8213656.
HSL color Cylindrical-coordinate representation of color #98547D: hue angle of 323.82º 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 #98547D is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 84 | 125 | - |
| CMYK | 0 | 0.45 | 0.18 | 0.40 |
| HSL | 323.82º | 0.29% | 0.46% | - |
| HSV(B) | 323.82º | 0.45% | 0.6% | - |
| XYZ | 19.82 | 14.5 | 21.16 | - |
| YUV | 109.01 | 137.03 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 84 | 125 | 0 | 0.45 | 0.18 | 0.40 | 323.82 | 0.29 | 0.46 |
| Hex | 98 | 54 | 7D | 0 | 2D | 12 | 28 | 144 | 1D | 2E |
| Octal | 230 | 124 | 175 | 0 | 55 | 22 | 50 | 504 | 35 | 56 |
| Binary | 10011000 | 1010100 | 1111101 | 0 | 101101 | 10010 | 101000 | 101000100 | 11101 | 101110 |
Color Harmonies of #98547D
Complementary color
Monochromatic Colors of #98547D
Black with #98547D
Text Example
Text Example
White with #98547D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98547D; }
p { color: rgb(152,84,125); }
H1.HeaderClassName
{
color: #98547D;
}
.AnyTagClassName
{
color: #98547D;
}
</style>
background-color css
<style>
a { background-color: #98547D; }
a { background-color: rgb(152,84,125); }
div.DivClassName
{
background-color: #98547D;
}
.BgClassName
{
background-color: #98547D;
}
</style>
border-color css
<style>
span { border-color: #98547D; }
span { border-color: rgb(152,84,125); }
td.TdClassName
{
border-color: #98547D;
}
.TagClassName
{
border-color: #98547D;
}
</style>