Shades of Strikemaster #98668B
Tints of Strikemaster #98668B
RGB
CMYK
RGB Variations
Color information
#98668B (or 0x98668B) is known color: Strikemaster. HEX triplet: 98, 66 and 8B. RGB value is (152,102,139). Sum of RGB (Red+Green+Blue) = 152+102+139=393 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.68% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 152 - color contains mainly: red. Hex color #98668B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98668B is #679974. Grayscale: #797979. Windows color (decimal): -6789493 or 9135768. OLE color: 9135768.
HSL color Cylindrical-coordinate representation of color #98668B: hue angle of 315.6º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #98668B is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 102 | 139 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.40 |
| HSL | 315.6º | 0.2% | 0.5% | - |
| HSV(B) | 315.6º | 0.33% | 0.6% | - |
| XYZ | 22.36 | 18.04 | 26.73 | - |
| YUV | 121.17 | 138.07 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 102 | 139 | 0 | 0.33 | 0.09 | 0.40 | 315.6 | 0.2 | 0.5 |
| Hex | 98 | 66 | 8B | 0 | 21 | 9 | 28 | 13C | 14 | 32 |
| Octal | 230 | 146 | 213 | 0 | 41 | 11 | 50 | 474 | 24 | 62 |
| Binary | 10011000 | 1100110 | 10001011 | 0 | 100001 | 1001 | 101000 | 100111100 | 10100 | 110010 |
Color Harmonies of #98668B
Complementary color
Monochromatic Colors of #98668B
Black with #98668B
Text Example
Text Example
White with #98668B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98668B; }
p { color: rgb(152,102,139); }
H1.HeaderClassName
{
color: #98668B;
}
.AnyTagClassName
{
color: #98668B;
}
</style>
background-color css
<style>
a { background-color: #98668B; }
a { background-color: rgb(152,102,139); }
div.DivClassName
{
background-color: #98668B;
}
.BgClassName
{
background-color: #98668B;
}
</style>
border-color css
<style>
span { border-color: #98668B; }
span { border-color: rgb(152,102,139); }
td.TdClassName
{
border-color: #98668B;
}
.TagClassName
{
border-color: #98668B;
}
</style>