Shades of Strikemaster #98457C
Tints of Strikemaster #98457C
RGB
CMYK
RGB Variations
Color information
#98457C (or 0x98457C) is known color: Strikemaster. HEX triplet: 98, 45 and 7C. RGB value is (152,69,124). Sum of RGB (Red+Green+Blue) = 152+69+124=345 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.06% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 152 - color contains mainly: red. Hex color #98457C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98457C is #67BA83. Grayscale: #636363. Windows color (decimal): -6797956 or 8144280. OLE color: 8144280.
HSL color Cylindrical-coordinate representation of color #98457C: hue angle of 320.24º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #98457C is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 69 | 124 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.40 |
| HSL | 320.24º | 0.38% | 0.43% | - |
| HSV(B) | 320.24º | 0.55% | 0.6% | - |
| XYZ | 18.72 | 12.39 | 20.47 | - |
| YUV | 100.09 | 141.5 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 69 | 124 | 0 | 0.55 | 0.18 | 0.40 | 320.24 | 0.38 | 0.43 |
| Hex | 98 | 45 | 7C | 0 | 37 | 12 | 28 | 140 | 26 | 2B |
| Octal | 230 | 105 | 174 | 0 | 67 | 22 | 50 | 500 | 46 | 53 |
| Binary | 10011000 | 1000101 | 1111100 | 0 | 110111 | 10010 | 101000 | 101000000 | 100110 | 101011 |
Color Harmonies of #98457C
Complementary color
Monochromatic Colors of #98457C
Black with #98457C
Text Example
Text Example
White with #98457C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98457C; }
p { color: rgb(152,69,124); }
H1.HeaderClassName
{
color: #98457C;
}
.AnyTagClassName
{
color: #98457C;
}
</style>
background-color css
<style>
a { background-color: #98457C; }
a { background-color: rgb(152,69,124); }
div.DivClassName
{
background-color: #98457C;
}
.BgClassName
{
background-color: #98457C;
}
</style>
border-color css
<style>
span { border-color: #98457C; }
span { border-color: rgb(152,69,124); }
td.TdClassName
{
border-color: #98457C;
}
.TagClassName
{
border-color: #98457C;
}
</style>