Shades of Strikemaster #984A7E
Tints of Strikemaster #984A7E
RGB
CMYK
RGB Variations
Color information
#984A7E (or 0x984A7E) is known color: Strikemaster. HEX triplet: 98, 4A and 7E. RGB value is (152,74,126). Sum of RGB (Red+Green+Blue) = 152+74+126=352 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.18% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 152 - color contains mainly: red. Hex color #984A7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984A7E is #67B581. Grayscale: #676767. Windows color (decimal): -6796674 or 8276632. OLE color: 8276632.
HSL color Cylindrical-coordinate representation of color #984A7E: hue angle of 320º 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 #984A7E is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 74 | 126 | - |
| CMYK | 0 | 0.51 | 0.17 | 0.40 |
| HSL | 320º | 0.35% | 0.44% | - |
| HSV(B) | 320º | 0.51% | 0.6% | - |
| XYZ | 19.16 | 13.08 | 21.25 | - |
| YUV | 103.25 | 140.84 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 74 | 126 | 0 | 0.51 | 0.17 | 0.40 | 320 | 0.35 | 0.44 |
| Hex | 98 | 4A | 7E | 0 | 33 | 11 | 28 | 140 | 23 | 2C |
| Octal | 230 | 112 | 176 | 0 | 63 | 21 | 50 | 500 | 43 | 54 |
| Binary | 10011000 | 1001010 | 1111110 | 0 | 110011 | 10001 | 101000 | 101000000 | 100011 | 101100 |
Color Harmonies of #984A7E
Complementary color
Monochromatic Colors of #984A7E
Black with #984A7E
Text Example
Text Example
White with #984A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984A7E; }
p { color: rgb(152,74,126); }
H1.HeaderClassName
{
color: #984A7E;
}
.AnyTagClassName
{
color: #984A7E;
}
</style>
background-color css
<style>
a { background-color: #984A7E; }
a { background-color: rgb(152,74,126); }
div.DivClassName
{
background-color: #984A7E;
}
.BgClassName
{
background-color: #984A7E;
}
</style>
border-color css
<style>
span { border-color: #984A7E; }
span { border-color: rgb(152,74,126); }
td.TdClassName
{
border-color: #984A7E;
}
.TagClassName
{
border-color: #984A7E;
}
</style>