Shades of Strikemaster #98447D
Tints of Strikemaster #98447D
RGB
CMYK
RGB Variations
Color information
#98447D (or 0x98447D) is known color: Strikemaster. HEX triplet: 98, 44 and 7D. RGB value is (152,68,125). Sum of RGB (Red+Green+Blue) = 152+68+125=345 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.06% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 152 - color contains mainly: red. Hex color #98447D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98447D is #67BB82. Grayscale: #636363. Windows color (decimal): -6798211 or 8209560. OLE color: 8209560.
HSL color Cylindrical-coordinate representation of color #98447D: hue angle of 319.29º 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 #98447D is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 68 | 125 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.40 |
| HSL | 319.29º | 0.38% | 0.43% | - |
| HSV(B) | 319.29º | 0.55% | 0.6% | - |
| XYZ | 18.72 | 12.29 | 20.79 | - |
| YUV | 99.61 | 142.33 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 68 | 125 | 0 | 0.55 | 0.18 | 0.40 | 319.29 | 0.38 | 0.43 |
| Hex | 98 | 44 | 7D | 0 | 37 | 12 | 28 | 13F | 26 | 2B |
| Octal | 230 | 104 | 175 | 0 | 67 | 22 | 50 | 477 | 46 | 53 |
| Binary | 10011000 | 1000100 | 1111101 | 0 | 110111 | 10010 | 101000 | 100111111 | 100110 | 101011 |
Color Harmonies of #98447D
Complementary color
Monochromatic Colors of #98447D
Black with #98447D
Text Example
Text Example
White with #98447D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98447D; }
p { color: rgb(152,68,125); }
H1.HeaderClassName
{
color: #98447D;
}
.AnyTagClassName
{
color: #98447D;
}
</style>
background-color css
<style>
a { background-color: #98447D; }
a { background-color: rgb(152,68,125); }
div.DivClassName
{
background-color: #98447D;
}
.BgClassName
{
background-color: #98447D;
}
</style>
border-color css
<style>
span { border-color: #98447D; }
span { border-color: rgb(152,68,125); }
td.TdClassName
{
border-color: #98447D;
}
.TagClassName
{
border-color: #98447D;
}
</style>