Shades of Strikemaster #98648B
Tints of Strikemaster #98648B
RGB
CMYK
RGB Variations
Color information
#98648B (or 0x98648B) is known color: Strikemaster. HEX triplet: 98, 64 and 8B. RGB value is (152,100,139). Sum of RGB (Red+Green+Blue) = 152+100+139=391 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.87% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 152 - color contains mainly: red. Hex color #98648B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98648B is #679B74. Grayscale: #777777. Windows color (decimal): -6790005 or 9135256. OLE color: 9135256.
HSL color Cylindrical-coordinate representation of color #98648B: hue angle of 315º 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 #98648B is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 100 | 139 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.40 |
| HSL | 315º | 0.21% | 0.49% | - |
| HSV(B) | 315º | 0.34% | 0.6% | - |
| XYZ | 22.17 | 17.65 | 26.67 | - |
| YUV | 119.99 | 138.73 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 100 | 139 | 0 | 0.34 | 0.09 | 0.40 | 315 | 0.21 | 0.49 |
| Hex | 98 | 64 | 8B | 0 | 22 | 9 | 28 | 13B | 15 | 31 |
| Octal | 230 | 144 | 213 | 0 | 42 | 11 | 50 | 473 | 25 | 61 |
| Binary | 10011000 | 1100100 | 10001011 | 0 | 100010 | 1001 | 101000 | 100111011 | 10101 | 110001 |
Color Harmonies of #98648B
Complementary color
Monochromatic Colors of #98648B
Black with #98648B
Text Example
Text Example
White with #98648B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98648B; }
p { color: rgb(152,100,139); }
H1.HeaderClassName
{
color: #98648B;
}
.AnyTagClassName
{
color: #98648B;
}
</style>
background-color css
<style>
a { background-color: #98648B; }
a { background-color: rgb(152,100,139); }
div.DivClassName
{
background-color: #98648B;
}
.BgClassName
{
background-color: #98648B;
}
</style>
border-color css
<style>
span { border-color: #98648B; }
span { border-color: rgb(152,100,139); }
td.TdClassName
{
border-color: #98648B;
}
.TagClassName
{
border-color: #98648B;
}
</style>