Shades of Strikemaster #985F7C
Tints of Strikemaster #985F7C
RGB
CMYK
RGB Variations
Color information
#985F7C (or 0x985F7C) is known color: Strikemaster. HEX triplet: 98, 5F and 7C. RGB value is (152,95,124). Sum of RGB (Red+Green+Blue) = 152+95+124=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 152 - color contains mainly: red. Hex color #985F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985F7C is #67A083. Grayscale: #737373. Windows color (decimal): -6791300 or 8150936. OLE color: 8150936.
HSL color Cylindrical-coordinate representation of color #985F7C: hue angle of 329.47º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #985F7C is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 95 | 124 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.40 |
| HSL | 329.47º | 0.23% | 0.48% | - |
| HSV(B) | 329.47º | 0.38% | 0.6% | - |
| XYZ | 20.68 | 16.32 | 21.13 | - |
| YUV | 115.35 | 132.88 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 95 | 124 | 0 | 0.38 | 0.18 | 0.40 | 329.47 | 0.23 | 0.48 |
| Hex | 98 | 5F | 7C | 0 | 26 | 12 | 28 | 149 | 17 | 30 |
| Octal | 230 | 137 | 174 | 0 | 46 | 22 | 50 | 511 | 27 | 60 |
| Binary | 10011000 | 1011111 | 1111100 | 0 | 100110 | 10010 | 101000 | 101001001 | 10111 | 110000 |
Color Harmonies of #985F7C
Complementary color
Monochromatic Colors of #985F7C
Black with #985F7C
Text Example
Text Example
White with #985F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985F7C; }
p { color: rgb(152,95,124); }
H1.HeaderClassName
{
color: #985F7C;
}
.AnyTagClassName
{
color: #985F7C;
}
</style>
background-color css
<style>
a { background-color: #985F7C; }
a { background-color: rgb(152,95,124); }
div.DivClassName
{
background-color: #985F7C;
}
.BgClassName
{
background-color: #985F7C;
}
</style>
border-color css
<style>
span { border-color: #985F7C; }
span { border-color: rgb(152,95,124); }
td.TdClassName
{
border-color: #985F7C;
}
.TagClassName
{
border-color: #985F7C;
}
</style>