Shades of Strikemaster #98497E
Tints of Strikemaster #98497E
RGB
CMYK
RGB Variations
Color information
#98497E (or 0x98497E) is known color: Strikemaster. HEX triplet: 98, 49 and 7E. RGB value is (152,73,126). Sum of RGB (Red+Green+Blue) = 152+73+126=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 152 - color contains mainly: red. Hex color #98497E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98497E is #67B681. Grayscale: #666666. Windows color (decimal): -6796930 or 8276376. OLE color: 8276376.
HSL color Cylindrical-coordinate representation of color #98497E: hue angle of 319.75º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #98497E is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 73 | 126 | - |
| CMYK | 0 | 0.52 | 0.17 | 0.40 |
| HSL | 319.75º | 0.35% | 0.44% | - |
| HSV(B) | 319.75º | 0.52% | 0.6% | - |
| XYZ | 19.1 | 12.95 | 21.23 | - |
| YUV | 102.66 | 141.17 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 73 | 126 | 0 | 0.52 | 0.17 | 0.40 | 319.75 | 0.35 | 0.44 |
| Hex | 98 | 49 | 7E | 0 | 34 | 11 | 28 | 140 | 23 | 2C |
| Octal | 230 | 111 | 176 | 0 | 64 | 21 | 50 | 500 | 43 | 54 |
| Binary | 10011000 | 1001001 | 1111110 | 0 | 110100 | 10001 | 101000 | 101000000 | 100011 | 101100 |
Color Harmonies of #98497E
Complementary color
Monochromatic Colors of #98497E
Black with #98497E
Text Example
Text Example
White with #98497E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98497E; }
p { color: rgb(152,73,126); }
H1.HeaderClassName
{
color: #98497E;
}
.AnyTagClassName
{
color: #98497E;
}
</style>
background-color css
<style>
a { background-color: #98497E; }
a { background-color: rgb(152,73,126); }
div.DivClassName
{
background-color: #98497E;
}
.BgClassName
{
background-color: #98497E;
}
</style>
border-color css
<style>
span { border-color: #98497E; }
span { border-color: rgb(152,73,126); }
td.TdClassName
{
border-color: #98497E;
}
.TagClassName
{
border-color: #98497E;
}
</style>