Shades of Strikemaster #98517B
Tints of Strikemaster #98517B
RGB
CMYK
RGB Variations
Color information
#98517B (or 0x98517B) is known color: Strikemaster. HEX triplet: 98, 51 and 7B. RGB value is (152,81,123). Sum of RGB (Red+Green+Blue) = 152+81+123=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 152 - color contains mainly: red. Hex color #98517B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98517B is #67AE84. Grayscale: #6A6A6A. Windows color (decimal): -6794885 or 8081816. OLE color: 8081816.
HSL color Cylindrical-coordinate representation of color #98517B: hue angle of 324.51º 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 #98517B is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 81 | 123 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.40 |
| HSL | 324.51º | 0.3% | 0.46% | - |
| HSV(B) | 324.51º | 0.47% | 0.6% | - |
| XYZ | 19.47 | 13.99 | 20.41 | - |
| YUV | 107.02 | 137.02 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 81 | 123 | 0 | 0.47 | 0.19 | 0.40 | 324.51 | 0.3 | 0.46 |
| Hex | 98 | 51 | 7B | 0 | 2F | 13 | 28 | 145 | 1E | 2E |
| Octal | 230 | 121 | 173 | 0 | 57 | 23 | 50 | 505 | 36 | 56 |
| Binary | 10011000 | 1010001 | 1111011 | 0 | 101111 | 10011 | 101000 | 101000101 | 11110 | 101110 |
Color Harmonies of #98517B
Complementary color
Monochromatic Colors of #98517B
Black with #98517B
Text Example
Text Example
White with #98517B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98517B; }
p { color: rgb(152,81,123); }
H1.HeaderClassName
{
color: #98517B;
}
.AnyTagClassName
{
color: #98517B;
}
</style>
background-color css
<style>
a { background-color: #98517B; }
a { background-color: rgb(152,81,123); }
div.DivClassName
{
background-color: #98517B;
}
.BgClassName
{
background-color: #98517B;
}
</style>
border-color css
<style>
span { border-color: #98517B; }
span { border-color: rgb(152,81,123); }
td.TdClassName
{
border-color: #98517B;
}
.TagClassName
{
border-color: #98517B;
}
</style>