Shades of Strikemaster #984982
Tints of Strikemaster #984982
RGB
CMYK
RGB Variations
Color information
#984982 (or 0x984982) is known color: Strikemaster. HEX triplet: 98, 49 and 82. RGB value is (152,73,130). Sum of RGB (Red+Green+Blue) = 152+73+130=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 130 (51.17% from 255 or 36.62% from 355); Max value from RGB is 152 - color contains mainly: red. Hex color #984982 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984982 is #67B67D. Grayscale: #666666. Windows color (decimal): -6796926 or 8538520. OLE color: 8538520.
HSL color Cylindrical-coordinate representation of color #984982: hue angle of 316.71º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #984982 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 73 | 130 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.40 |
| HSL | 316.71º | 0.35% | 0.44% | - |
| HSV(B) | 316.71º | 0.52% | 0.6% | - |
| XYZ | 19.36 | 13.05 | 22.62 | - |
| YUV | 103.12 | 143.17 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 73 | 130 | 0 | 0.52 | 0.14 | 0.40 | 316.71 | 0.35 | 0.44 |
| Hex | 98 | 49 | 82 | 0 | 34 | E | 28 | 13D | 23 | 2C |
| Octal | 230 | 111 | 202 | 0 | 64 | 16 | 50 | 475 | 43 | 54 |
| Binary | 10011000 | 1001001 | 10000010 | 0 | 110100 | 1110 | 101000 | 100111101 | 100011 | 101100 |
Color Harmonies of #984982
Complementary color
Monochromatic Colors of #984982
Black with #984982
Text Example
Text Example
White with #984982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984982; }
p { color: rgb(152,73,130); }
H1.HeaderClassName
{
color: #984982;
}
.AnyTagClassName
{
color: #984982;
}
</style>
background-color css
<style>
a { background-color: #984982; }
a { background-color: rgb(152,73,130); }
div.DivClassName
{
background-color: #984982;
}
.BgClassName
{
background-color: #984982;
}
</style>
border-color css
<style>
span { border-color: #984982; }
span { border-color: rgb(152,73,130); }
td.TdClassName
{
border-color: #984982;
}
.TagClassName
{
border-color: #984982;
}
</style>