Shades of Strikemaster #98517C
Tints of Strikemaster #98517C
RGB
CMYK
RGB Variations
Color information
#98517C (or 0x98517C) is known color: Strikemaster. HEX triplet: 98, 51 and 7C. RGB value is (152,81,124). Sum of RGB (Red+Green+Blue) = 152+81+124=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 152 - color contains mainly: red. Hex color #98517C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98517C is #67AE83. Grayscale: #6B6B6B. Windows color (decimal): -6794884 or 8147352. OLE color: 8147352.
HSL color Cylindrical-coordinate representation of color #98517C: hue angle of 323.66º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #98517C is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 81 | 124 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.40 |
| HSL | 323.66º | 0.3% | 0.46% | - |
| HSV(B) | 323.66º | 0.47% | 0.6% | - |
| XYZ | 19.53 | 14.02 | 20.74 | - |
| YUV | 107.13 | 137.52 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 81 | 124 | 0 | 0.47 | 0.18 | 0.40 | 323.66 | 0.3 | 0.46 |
| Hex | 98 | 51 | 7C | 0 | 2F | 12 | 28 | 144 | 1E | 2E |
| Octal | 230 | 121 | 174 | 0 | 57 | 22 | 50 | 504 | 36 | 56 |
| Binary | 10011000 | 1010001 | 1111100 | 0 | 101111 | 10010 | 101000 | 101000100 | 11110 | 101110 |
Color Harmonies of #98517C
Complementary color
Monochromatic Colors of #98517C
Black with #98517C
Text Example
Text Example
White with #98517C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98517C; }
p { color: rgb(152,81,124); }
H1.HeaderClassName
{
color: #98517C;
}
.AnyTagClassName
{
color: #98517C;
}
</style>
background-color css
<style>
a { background-color: #98517C; }
a { background-color: rgb(152,81,124); }
div.DivClassName
{
background-color: #98517C;
}
.BgClassName
{
background-color: #98517C;
}
</style>
border-color css
<style>
span { border-color: #98517C; }
span { border-color: rgb(152,81,124); }
td.TdClassName
{
border-color: #98517C;
}
.TagClassName
{
border-color: #98517C;
}
</style>