Shades of Strikemaster #98567D
Tints of Strikemaster #98567D
RGB
CMYK
RGB Variations
Color information
#98567D (or 0x98567D) is known color: Strikemaster. HEX triplet: 98, 56 and 7D. RGB value is (152,86,125). Sum of RGB (Red+Green+Blue) = 152+86+125=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 152 - color contains mainly: red. Hex color #98567D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98567D is #67A982. Grayscale: #6E6E6E. Windows color (decimal): -6793603 or 8214168. OLE color: 8214168.
HSL color Cylindrical-coordinate representation of color #98567D: hue angle of 324.55º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #98567D is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 86 | 125 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.40 |
| HSL | 324.55º | 0.28% | 0.47% | - |
| HSV(B) | 324.55º | 0.43% | 0.6% | - |
| XYZ | 19.98 | 14.81 | 21.21 | - |
| YUV | 110.18 | 136.37 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 86 | 125 | 0 | 0.43 | 0.18 | 0.40 | 324.55 | 0.28 | 0.47 |
| Hex | 98 | 56 | 7D | 0 | 2B | 12 | 28 | 145 | 1C | 2F |
| Octal | 230 | 126 | 175 | 0 | 53 | 22 | 50 | 505 | 34 | 57 |
| Binary | 10011000 | 1010110 | 1111101 | 0 | 101011 | 10010 | 101000 | 101000101 | 11100 | 101111 |
Color Harmonies of #98567D
Complementary color
Monochromatic Colors of #98567D
Black with #98567D
Text Example
Text Example
White with #98567D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98567D; }
p { color: rgb(152,86,125); }
H1.HeaderClassName
{
color: #98567D;
}
.AnyTagClassName
{
color: #98567D;
}
</style>
background-color css
<style>
a { background-color: #98567D; }
a { background-color: rgb(152,86,125); }
div.DivClassName
{
background-color: #98567D;
}
.BgClassName
{
background-color: #98567D;
}
</style>
border-color css
<style>
span { border-color: #98567D; }
span { border-color: rgb(152,86,125); }
td.TdClassName
{
border-color: #98567D;
}
.TagClassName
{
border-color: #98567D;
}
</style>