Shades of Strikemaster #985282
Tints of Strikemaster #985282
RGB
CMYK
RGB Variations
Color information
#985282 (or 0x985282) is known color: Strikemaster. HEX triplet: 98, 52 and 82. RGB value is (152,82,130). Sum of RGB (Red+Green+Blue) = 152+82+130=364 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.76% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 152 - color contains mainly: red. Hex color #985282 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985282 is #67AD7D. Grayscale: #6C6C6C. Windows color (decimal): -6794622 or 8540824. OLE color: 8540824.
HSL color Cylindrical-coordinate representation of color #985282: hue angle of 318.86º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #985282 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 82 | 130 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.40 |
| HSL | 318.86º | 0.3% | 0.46% | - |
| HSV(B) | 318.86º | 0.46% | 0.6% | - |
| XYZ | 20 | 14.32 | 22.83 | - |
| YUV | 108.4 | 140.19 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 82 | 130 | 0 | 0.46 | 0.14 | 0.40 | 318.86 | 0.3 | 0.46 |
| Hex | 98 | 52 | 82 | 0 | 2E | E | 28 | 13F | 1E | 2E |
| Octal | 230 | 122 | 202 | 0 | 56 | 16 | 50 | 477 | 36 | 56 |
| Binary | 10011000 | 1010010 | 10000010 | 0 | 101110 | 1110 | 101000 | 100111111 | 11110 | 101110 |
Color Harmonies of #985282
Complementary color
Monochromatic Colors of #985282
Black with #985282
Text Example
Text Example
White with #985282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985282; }
p { color: rgb(152,82,130); }
H1.HeaderClassName
{
color: #985282;
}
.AnyTagClassName
{
color: #985282;
}
</style>
background-color css
<style>
a { background-color: #985282; }
a { background-color: rgb(152,82,130); }
div.DivClassName
{
background-color: #985282;
}
.BgClassName
{
background-color: #985282;
}
</style>
border-color css
<style>
span { border-color: #985282; }
span { border-color: rgb(152,82,130); }
td.TdClassName
{
border-color: #985282;
}
.TagClassName
{
border-color: #985282;
}
</style>