Shades of Strikemaster #985C82
Tints of Strikemaster #985C82
RGB
CMYK
RGB Variations
Color information
#985C82 (or 0x985C82) is known color: Strikemaster. HEX triplet: 98, 5C and 82. RGB value is (152,92,130). Sum of RGB (Red+Green+Blue) = 152+92+130=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 130 (51.17% from 255 or 34.76% from 374); Max value from RGB is 152 - color contains mainly: red. Hex color #985C82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985C82 is #67A37D. Grayscale: #727272. Windows color (decimal): -6792062 or 8543384. OLE color: 8543384.
HSL color Cylindrical-coordinate representation of color #985C82: hue angle of 322º degrees, saturation: 0.25, 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 #985C82 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 92 | 130 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.40 |
| HSL | 322º | 0.25% | 0.48% | - |
| HSV(B) | 322º | 0.39% | 0.6% | - |
| XYZ | 20.81 | 15.94 | 23.1 | - |
| YUV | 114.27 | 136.88 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 92 | 130 | 0 | 0.39 | 0.14 | 0.40 | 322 | 0.25 | 0.48 |
| Hex | 98 | 5C | 82 | 0 | 27 | E | 28 | 142 | 19 | 30 |
| Octal | 230 | 134 | 202 | 0 | 47 | 16 | 50 | 502 | 31 | 60 |
| Binary | 10011000 | 1011100 | 10000010 | 0 | 100111 | 1110 | 101000 | 101000010 | 11001 | 110000 |
Color Harmonies of #985C82
Complementary color
Monochromatic Colors of #985C82
Black with #985C82
Text Example
Text Example
White with #985C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985C82; }
p { color: rgb(152,92,130); }
H1.HeaderClassName
{
color: #985C82;
}
.AnyTagClassName
{
color: #985C82;
}
</style>
background-color css
<style>
a { background-color: #985C82; }
a { background-color: rgb(152,92,130); }
div.DivClassName
{
background-color: #985C82;
}
.BgClassName
{
background-color: #985C82;
}
</style>
border-color css
<style>
span { border-color: #985C82; }
span { border-color: rgb(152,92,130); }
td.TdClassName
{
border-color: #985C82;
}
.TagClassName
{
border-color: #985C82;
}
</style>