Shades of Strikemaster #985689
Tints of Strikemaster #985689
RGB
CMYK
RGB Variations
Color information
#985689 (or 0x985689) is known color: Strikemaster. HEX triplet: 98, 56 and 89. RGB value is (152,86,137). Sum of RGB (Red+Green+Blue) = 152+86+137=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 86 (33.98% from 255 or 22.93% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 152 - color contains mainly: red. Hex color #985689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985689 is #67A976. Grayscale: #6F6F6F. Windows color (decimal): -6793591 or 9000600. OLE color: 9000600.
HSL color Cylindrical-coordinate representation of color #985689: hue angle of 313.64º 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 #985689 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 86 | 137 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.40 |
| HSL | 313.64º | 0.28% | 0.47% | - |
| HSV(B) | 313.64º | 0.43% | 0.6% | - |
| XYZ | 20.79 | 15.14 | 25.49 | - |
| YUV | 111.55 | 142.37 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 86 | 137 | 0 | 0.43 | 0.10 | 0.40 | 313.64 | 0.28 | 0.47 |
| Hex | 98 | 56 | 89 | 0 | 2B | A | 28 | 13A | 1C | 2F |
| Octal | 230 | 126 | 211 | 0 | 53 | 12 | 50 | 472 | 34 | 57 |
| Binary | 10011000 | 1010110 | 10001001 | 0 | 101011 | 1010 | 101000 | 100111010 | 11100 | 101111 |
Color Harmonies of #985689
Complementary color
Monochromatic Colors of #985689
Black with #985689
Text Example
Text Example
White with #985689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985689; }
p { color: rgb(152,86,137); }
H1.HeaderClassName
{
color: #985689;
}
.AnyTagClassName
{
color: #985689;
}
</style>
background-color css
<style>
a { background-color: #985689; }
a { background-color: rgb(152,86,137); }
div.DivClassName
{
background-color: #985689;
}
.BgClassName
{
background-color: #985689;
}
</style>
border-color css
<style>
span { border-color: #985689; }
span { border-color: rgb(152,86,137); }
td.TdClassName
{
border-color: #985689;
}
.TagClassName
{
border-color: #985689;
}
</style>