Shades of Strikemaster #985482
Tints of Strikemaster #985482
RGB
CMYK
RGB Variations
Color information
#985482 (or 0x985482) is known color: Strikemaster. HEX triplet: 98, 54 and 82. RGB value is (152,84,130). Sum of RGB (Red+Green+Blue) = 152+84+130=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 152 - color contains mainly: red. Hex color #985482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985482 is #67AB7D. Grayscale: #6D6D6D. Windows color (decimal): -6794110 or 8541336. OLE color: 8541336.
HSL color Cylindrical-coordinate representation of color #985482: hue angle of 319.41º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #985482 is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 84 | 130 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.40 |
| HSL | 319.41º | 0.29% | 0.46% | - |
| HSV(B) | 319.41º | 0.45% | 0.6% | - |
| XYZ | 20.15 | 14.63 | 22.88 | - |
| YUV | 109.58 | 139.53 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 84 | 130 | 0 | 0.45 | 0.14 | 0.40 | 319.41 | 0.29 | 0.46 |
| Hex | 98 | 54 | 82 | 0 | 2D | E | 28 | 13F | 1D | 2E |
| Octal | 230 | 124 | 202 | 0 | 55 | 16 | 50 | 477 | 35 | 56 |
| Binary | 10011000 | 1010100 | 10000010 | 0 | 101101 | 1110 | 101000 | 100111111 | 11101 | 101110 |
Color Harmonies of #985482
Complementary color
Monochromatic Colors of #985482
Black with #985482
Text Example
Text Example
White with #985482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985482; }
p { color: rgb(152,84,130); }
H1.HeaderClassName
{
color: #985482;
}
.AnyTagClassName
{
color: #985482;
}
</style>
background-color css
<style>
a { background-color: #985482; }
a { background-color: rgb(152,84,130); }
div.DivClassName
{
background-color: #985482;
}
.BgClassName
{
background-color: #985482;
}
</style>
border-color css
<style>
span { border-color: #985482; }
span { border-color: rgb(152,84,130); }
td.TdClassName
{
border-color: #985482;
}
.TagClassName
{
border-color: #985482;
}
</style>