Shades of Strikemaster #985A89
Tints of Strikemaster #985A89
RGB
CMYK
RGB Variations
Color information
#985A89 (or 0x985A89) is known color: Strikemaster. HEX triplet: 98, 5A and 89. RGB value is (152,90,137). Sum of RGB (Red+Green+Blue) = 152+90+137=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 90 (35.55% from 255 or 23.75% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 152 - color contains mainly: red. Hex color #985A89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985A89 is #67A576. Grayscale: #717171. Windows color (decimal): -6792567 or 9001624. OLE color: 9001624.
HSL color Cylindrical-coordinate representation of color #985A89: hue angle of 314.52º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #985A89 is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 90 | 137 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.40 |
| HSL | 314.52º | 0.26% | 0.47% | - |
| HSV(B) | 314.52º | 0.41% | 0.6% | - |
| XYZ | 21.12 | 15.79 | 25.6 | - |
| YUV | 113.9 | 141.04 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 90 | 137 | 0 | 0.41 | 0.10 | 0.40 | 314.52 | 0.26 | 0.47 |
| Hex | 98 | 5A | 89 | 0 | 29 | A | 28 | 13B | 1A | 2F |
| Octal | 230 | 132 | 211 | 0 | 51 | 12 | 50 | 473 | 32 | 57 |
| Binary | 10011000 | 1011010 | 10001001 | 0 | 101001 | 1010 | 101000 | 100111011 | 11010 | 101111 |
Color Harmonies of #985A89
Complementary color
Monochromatic Colors of #985A89
Black with #985A89
Text Example
Text Example
White with #985A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985A89; }
p { color: rgb(152,90,137); }
H1.HeaderClassName
{
color: #985A89;
}
.AnyTagClassName
{
color: #985A89;
}
</style>
background-color css
<style>
a { background-color: #985A89; }
a { background-color: rgb(152,90,137); }
div.DivClassName
{
background-color: #985A89;
}
.BgClassName
{
background-color: #985A89;
}
</style>
border-color css
<style>
span { border-color: #985A89; }
span { border-color: rgb(152,90,137); }
td.TdClassName
{
border-color: #985A89;
}
.TagClassName
{
border-color: #985A89;
}
</style>