Shades of Strikemaster #985E8C
Tints of Strikemaster #985E8C
RGB
CMYK
RGB Variations
Color information
#985E8C (or 0x985E8C) is known color: Strikemaster. HEX triplet: 98, 5E and 8C. RGB value is (152,94,140). Sum of RGB (Red+Green+Blue) = 152+94+140=386 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.38% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 152 - color contains mainly: red. Hex color #985E8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985E8C is #67A173. Grayscale: #747474. Windows color (decimal): -6791540 or 9199256. OLE color: 9199256.
HSL color Cylindrical-coordinate representation of color #985E8C: hue angle of 312.41º degrees, saturation: 0.24, 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 #985E8C is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 94 | 140 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.40 |
| HSL | 312.41º | 0.24% | 0.48% | - |
| HSV(B) | 312.41º | 0.38% | 0.6% | - |
| XYZ | 21.69 | 16.57 | 26.87 | - |
| YUV | 116.59 | 141.22 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 94 | 140 | 0 | 0.38 | 0.08 | 0.40 | 312.41 | 0.24 | 0.48 |
| Hex | 98 | 5E | 8C | 0 | 26 | 8 | 28 | 138 | 18 | 30 |
| Octal | 230 | 136 | 214 | 0 | 46 | 10 | 50 | 470 | 30 | 60 |
| Binary | 10011000 | 1011110 | 10001100 | 0 | 100110 | 1000 | 101000 | 100111000 | 11000 | 110000 |
Color Harmonies of #985E8C
Complementary color
Monochromatic Colors of #985E8C
Black with #985E8C
Text Example
Text Example
White with #985E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985E8C; }
p { color: rgb(152,94,140); }
H1.HeaderClassName
{
color: #985E8C;
}
.AnyTagClassName
{
color: #985E8C;
}
</style>
background-color css
<style>
a { background-color: #985E8C; }
a { background-color: rgb(152,94,140); }
div.DivClassName
{
background-color: #985E8C;
}
.BgClassName
{
background-color: #985E8C;
}
</style>
border-color css
<style>
span { border-color: #985E8C; }
span { border-color: rgb(152,94,140); }
td.TdClassName
{
border-color: #985E8C;
}
.TagClassName
{
border-color: #985E8C;
}
</style>