Shades of Strikemaster #98648D
Tints of Strikemaster #98648D
RGB
CMYK
RGB Variations
Color information
#98648D (or 0x98648D) is known color: Strikemaster. HEX triplet: 98, 64 and 8D. RGB value is (152,100,141). Sum of RGB (Red+Green+Blue) = 152+100+141=393 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.68% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 152 - color contains mainly: red. Hex color #98648D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98648D is #679B72. Grayscale: #787878. Windows color (decimal): -6790003 or 9266328. OLE color: 9266328.
HSL color Cylindrical-coordinate representation of color #98648D: hue angle of 312.69º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98648D is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 100 | 141 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.40 |
| HSL | 312.69º | 0.21% | 0.49% | - |
| HSV(B) | 312.69º | 0.34% | 0.6% | - |
| XYZ | 22.31 | 17.71 | 27.44 | - |
| YUV | 120.22 | 139.73 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 100 | 141 | 0 | 0.34 | 0.07 | 0.40 | 312.69 | 0.21 | 0.49 |
| Hex | 98 | 64 | 8D | 0 | 22 | 7 | 28 | 139 | 15 | 31 |
| Octal | 230 | 144 | 215 | 0 | 42 | 7 | 50 | 471 | 25 | 61 |
| Binary | 10011000 | 1100100 | 10001101 | 0 | 100010 | 111 | 101000 | 100111001 | 10101 | 110001 |
Color Harmonies of #98648D
Complementary color
Monochromatic Colors of #98648D
Black with #98648D
Text Example
Text Example
White with #98648D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98648D; }
p { color: rgb(152,100,141); }
H1.HeaderClassName
{
color: #98648D;
}
.AnyTagClassName
{
color: #98648D;
}
</style>
background-color css
<style>
a { background-color: #98648D; }
a { background-color: rgb(152,100,141); }
div.DivClassName
{
background-color: #98648D;
}
.BgClassName
{
background-color: #98648D;
}
</style>
border-color css
<style>
span { border-color: #98648D; }
span { border-color: rgb(152,100,141); }
td.TdClassName
{
border-color: #98648D;
}
.TagClassName
{
border-color: #98648D;
}
</style>