Shades of Strikemaster #985B89
Tints of Strikemaster #985B89
RGB
CMYK
RGB Variations
Color information
#985B89 (or 0x985B89) is known color: Strikemaster. HEX triplet: 98, 5B and 89. RGB value is (152,91,137). Sum of RGB (Red+Green+Blue) = 152+91+137=380 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40% from 380); Green value is 91 (35.94% from 255 or 23.95% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 152 - color contains mainly: red. Hex color #985B89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985B89 is #67A476. Grayscale: #727272. Windows color (decimal): -6792311 or 9001880. OLE color: 9001880.
HSL color Cylindrical-coordinate representation of color #985B89: hue angle of 314.75º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #985B89 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 91 | 137 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.40 |
| HSL | 314.75º | 0.25% | 0.48% | - |
| HSV(B) | 314.75º | 0.4% | 0.6% | - |
| XYZ | 21.21 | 15.96 | 25.63 | - |
| YUV | 114.48 | 140.71 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 91 | 137 | 0 | 0.40 | 0.10 | 0.40 | 314.75 | 0.25 | 0.48 |
| Hex | 98 | 5B | 89 | 0 | 28 | A | 28 | 13B | 19 | 30 |
| Octal | 230 | 133 | 211 | 0 | 50 | 12 | 50 | 473 | 31 | 60 |
| Binary | 10011000 | 1011011 | 10001001 | 0 | 101000 | 1010 | 101000 | 100111011 | 11001 | 110000 |
Color Harmonies of #985B89
Complementary color
Monochromatic Colors of #985B89
Black with #985B89
Text Example
Text Example
White with #985B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985B89; }
p { color: rgb(152,91,137); }
H1.HeaderClassName
{
color: #985B89;
}
.AnyTagClassName
{
color: #985B89;
}
</style>
background-color css
<style>
a { background-color: #985B89; }
a { background-color: rgb(152,91,137); }
div.DivClassName
{
background-color: #985B89;
}
.BgClassName
{
background-color: #985B89;
}
</style>
border-color css
<style>
span { border-color: #985B89; }
span { border-color: rgb(152,91,137); }
td.TdClassName
{
border-color: #985B89;
}
.TagClassName
{
border-color: #985B89;
}
</style>