Shades of Strikemaster #98678B
Tints of Strikemaster #98678B
RGB
CMYK
RGB Variations
Color information
#98678B (or 0x98678B) is known color: Strikemaster. HEX triplet: 98, 67 and 8B. RGB value is (152,103,139). Sum of RGB (Red+Green+Blue) = 152+103+139=394 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.58% from 394); Green value is 103 (40.62% from 255 or 26.14% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 152 - color contains mainly: red. Hex color #98678B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98678B is #679874. Grayscale: #797979. Windows color (decimal): -6789237 or 9136024. OLE color: 9136024.
HSL color Cylindrical-coordinate representation of color #98678B: hue angle of 315.92º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98678B is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 103 | 139 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.40 |
| HSL | 315.92º | 0.19% | 0.5% | - |
| HSV(B) | 315.92º | 0.32% | 0.6% | - |
| XYZ | 22.46 | 18.24 | 26.76 | - |
| YUV | 121.76 | 137.73 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 103 | 139 | 0 | 0.32 | 0.09 | 0.40 | 315.92 | 0.19 | 0.5 |
| Hex | 98 | 67 | 8B | 0 | 20 | 9 | 28 | 13C | 13 | 32 |
| Octal | 230 | 147 | 213 | 0 | 40 | 11 | 50 | 474 | 23 | 62 |
| Binary | 10011000 | 1100111 | 10001011 | 0 | 100000 | 1001 | 101000 | 100111100 | 10011 | 110010 |
Color Harmonies of #98678B
Complementary color
Monochromatic Colors of #98678B
Black with #98678B
Text Example
Text Example
White with #98678B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98678B; }
p { color: rgb(152,103,139); }
H1.HeaderClassName
{
color: #98678B;
}
.AnyTagClassName
{
color: #98678B;
}
</style>
background-color css
<style>
a { background-color: #98678B; }
a { background-color: rgb(152,103,139); }
div.DivClassName
{
background-color: #98678B;
}
.BgClassName
{
background-color: #98678B;
}
</style>
border-color css
<style>
span { border-color: #98678B; }
span { border-color: rgb(152,103,139); }
td.TdClassName
{
border-color: #98678B;
}
.TagClassName
{
border-color: #98678B;
}
</style>