Shades of Strikemaster #985688
Tints of Strikemaster #985688
RGB
CMYK
RGB Variations
Color information
#985688 (or 0x985688) is known color: Strikemaster. HEX triplet: 98, 56 and 88. RGB value is (152,86,136). Sum of RGB (Red+Green+Blue) = 152+86+136=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 86 (33.98% from 255 or 22.99% from 374); Blue value is 136 (53.52% from 255 or 36.36% from 374); Max value from RGB is 152 - color contains mainly: red. Hex color #985688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985688 is #67A977. Grayscale: #6F6F6F. Windows color (decimal): -6793592 or 8935064. OLE color: 8935064.
HSL color Cylindrical-coordinate representation of color #985688: hue angle of 314.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 #985688 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 86 | 136 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.40 |
| HSL | 314.55º | 0.28% | 0.47% | - |
| HSV(B) | 314.55º | 0.43% | 0.6% | - |
| XYZ | 20.72 | 15.11 | 25.12 | - |
| YUV | 111.43 | 141.87 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 86 | 136 | 0 | 0.43 | 0.11 | 0.40 | 314.55 | 0.28 | 0.47 |
| Hex | 98 | 56 | 88 | 0 | 2B | B | 28 | 13B | 1C | 2F |
| Octal | 230 | 126 | 210 | 0 | 53 | 13 | 50 | 473 | 34 | 57 |
| Binary | 10011000 | 1010110 | 10001000 | 0 | 101011 | 1011 | 101000 | 100111011 | 11100 | 101111 |
Color Harmonies of #985688
Complementary color
Monochromatic Colors of #985688
Black with #985688
Text Example
Text Example
White with #985688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985688; }
p { color: rgb(152,86,136); }
H1.HeaderClassName
{
color: #985688;
}
.AnyTagClassName
{
color: #985688;
}
</style>
background-color css
<style>
a { background-color: #985688; }
a { background-color: rgb(152,86,136); }
div.DivClassName
{
background-color: #985688;
}
.BgClassName
{
background-color: #985688;
}
</style>
border-color css
<style>
span { border-color: #985688; }
span { border-color: rgb(152,86,136); }
td.TdClassName
{
border-color: #985688;
}
.TagClassName
{
border-color: #985688;
}
</style>