Shades of Strikemaster #984884
Tints of Strikemaster #984884
RGB
CMYK
RGB Variations
Color information
#984884 (or 0x984884) is known color: Strikemaster. HEX triplet: 98, 48 and 84. RGB value is (152,72,132). Sum of RGB (Red+Green+Blue) = 152+72+132=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 72 (28.52% from 255 or 20.22% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 152 - color contains mainly: red. Hex color #984884 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984884 is #67B77B. Grayscale: #666666. Windows color (decimal): -6797180 or 8669336. OLE color: 8669336.
HSL color Cylindrical-coordinate representation of color #984884: hue angle of 315º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #984884 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 72 | 132 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.40 |
| HSL | 315º | 0.36% | 0.44% | - |
| HSV(B) | 315º | 0.53% | 0.6% | - |
| XYZ | 19.43 | 12.98 | 23.31 | - |
| YUV | 102.76 | 144.5 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 72 | 132 | 0 | 0.53 | 0.13 | 0.40 | 315 | 0.36 | 0.44 |
| Hex | 98 | 48 | 84 | 0 | 35 | D | 28 | 13B | 24 | 2C |
| Octal | 230 | 110 | 204 | 0 | 65 | 15 | 50 | 473 | 44 | 54 |
| Binary | 10011000 | 1001000 | 10000100 | 0 | 110101 | 1101 | 101000 | 100111011 | 100100 | 101100 |
Color Harmonies of #984884
Complementary color
Monochromatic Colors of #984884
Black with #984884
Text Example
Text Example
White with #984884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984884; }
p { color: rgb(152,72,132); }
H1.HeaderClassName
{
color: #984884;
}
.AnyTagClassName
{
color: #984884;
}
</style>
background-color css
<style>
a { background-color: #984884; }
a { background-color: rgb(152,72,132); }
div.DivClassName
{
background-color: #984884;
}
.BgClassName
{
background-color: #984884;
}
</style>
border-color css
<style>
span { border-color: #984884; }
span { border-color: rgb(152,72,132); }
td.TdClassName
{
border-color: #984884;
}
.TagClassName
{
border-color: #984884;
}
</style>