Shades of Strikemaster #985D7E
Tints of Strikemaster #985D7E
RGB
CMYK
RGB Variations
Color information
#985D7E (or 0x985D7E) is known color: Strikemaster. HEX triplet: 98, 5D and 7E. RGB value is (152,93,126). Sum of RGB (Red+Green+Blue) = 152+93+126=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 152 - color contains mainly: red. Hex color #985D7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985D7E is #67A281. Grayscale: #727272. Windows color (decimal): -6791810 or 8281496. OLE color: 8281496.
HSL color Cylindrical-coordinate representation of color #985D7E: hue angle of 326.44º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #985D7E is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 93 | 126 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.40 |
| HSL | 326.44º | 0.24% | 0.48% | - |
| HSV(B) | 326.44º | 0.39% | 0.6% | - |
| XYZ | 20.63 | 16.01 | 21.74 | - |
| YUV | 114.4 | 134.55 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 93 | 126 | 0 | 0.39 | 0.17 | 0.40 | 326.44 | 0.24 | 0.48 |
| Hex | 98 | 5D | 7E | 0 | 27 | 11 | 28 | 146 | 18 | 30 |
| Octal | 230 | 135 | 176 | 0 | 47 | 21 | 50 | 506 | 30 | 60 |
| Binary | 10011000 | 1011101 | 1111110 | 0 | 100111 | 10001 | 101000 | 101000110 | 11000 | 110000 |
Color Harmonies of #985D7E
Complementary color
Monochromatic Colors of #985D7E
Black with #985D7E
Text Example
Text Example
White with #985D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985D7E; }
p { color: rgb(152,93,126); }
H1.HeaderClassName
{
color: #985D7E;
}
.AnyTagClassName
{
color: #985D7E;
}
</style>
background-color css
<style>
a { background-color: #985D7E; }
a { background-color: rgb(152,93,126); }
div.DivClassName
{
background-color: #985D7E;
}
.BgClassName
{
background-color: #985D7E;
}
</style>
border-color css
<style>
span { border-color: #985D7E; }
span { border-color: rgb(152,93,126); }
td.TdClassName
{
border-color: #985D7E;
}
.TagClassName
{
border-color: #985D7E;
}
</style>