Shades of Strikemaster #984A84
Tints of Strikemaster #984A84
RGB
CMYK
RGB Variations
Color information
#984A84 (or 0x984A84) is known color: Strikemaster. HEX triplet: 98, 4A and 84. RGB value is (152,74,132). Sum of RGB (Red+Green+Blue) = 152+74+132=358 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.46% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 152 - color contains mainly: red. Hex color #984A84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984A84 is #67B57B. Grayscale: #676767. Windows color (decimal): -6796668 or 8669848. OLE color: 8669848.
HSL color Cylindrical-coordinate representation of color #984A84: hue angle of 315.38º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #984A84 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 74 | 132 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.40 |
| HSL | 315.38º | 0.35% | 0.44% | - |
| HSV(B) | 315.38º | 0.51% | 0.6% | - |
| XYZ | 19.56 | 13.24 | 23.35 | - |
| YUV | 103.93 | 143.84 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 74 | 132 | 0 | 0.51 | 0.13 | 0.40 | 315.38 | 0.35 | 0.44 |
| Hex | 98 | 4A | 84 | 0 | 33 | D | 28 | 13B | 23 | 2C |
| Octal | 230 | 112 | 204 | 0 | 63 | 15 | 50 | 473 | 43 | 54 |
| Binary | 10011000 | 1001010 | 10000100 | 0 | 110011 | 1101 | 101000 | 100111011 | 100011 | 101100 |
Color Harmonies of #984A84
Complementary color
Monochromatic Colors of #984A84
Black with #984A84
Text Example
Text Example
White with #984A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984A84; }
p { color: rgb(152,74,132); }
H1.HeaderClassName
{
color: #984A84;
}
.AnyTagClassName
{
color: #984A84;
}
</style>
background-color css
<style>
a { background-color: #984A84; }
a { background-color: rgb(152,74,132); }
div.DivClassName
{
background-color: #984A84;
}
.BgClassName
{
background-color: #984A84;
}
</style>
border-color css
<style>
span { border-color: #984A84; }
span { border-color: rgb(152,74,132); }
td.TdClassName
{
border-color: #984A84;
}
.TagClassName
{
border-color: #984A84;
}
</style>