Shades of Strikemaster #984A7D
Tints of Strikemaster #984A7D
RGB
CMYK
RGB Variations
Color information
#984A7D (or 0x984A7D) is known color: Strikemaster. HEX triplet: 98, 4A and 7D. RGB value is (152,74,125). Sum of RGB (Red+Green+Blue) = 152+74+125=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 74 (29.30% from 255 or 21.08% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 152 - color contains mainly: red. Hex color #984A7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984A7D is #67B582. Grayscale: #676767. Windows color (decimal): -6796675 or 8211096. OLE color: 8211096.
HSL color Cylindrical-coordinate representation of color #984A7D: hue angle of 320.77º 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 #984A7D is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 74 | 125 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.40 |
| HSL | 320.77º | 0.35% | 0.44% | - |
| HSV(B) | 320.77º | 0.51% | 0.6% | - |
| XYZ | 19.1 | 13.05 | 20.91 | - |
| YUV | 103.14 | 140.34 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 74 | 125 | 0 | 0.51 | 0.18 | 0.40 | 320.77 | 0.35 | 0.44 |
| Hex | 98 | 4A | 7D | 0 | 33 | 12 | 28 | 141 | 23 | 2C |
| Octal | 230 | 112 | 175 | 0 | 63 | 22 | 50 | 501 | 43 | 54 |
| Binary | 10011000 | 1001010 | 1111101 | 0 | 110011 | 10010 | 101000 | 101000001 | 100011 | 101100 |
Color Harmonies of #984A7D
Complementary color
Monochromatic Colors of #984A7D
Black with #984A7D
Text Example
Text Example
White with #984A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984A7D; }
p { color: rgb(152,74,125); }
H1.HeaderClassName
{
color: #984A7D;
}
.AnyTagClassName
{
color: #984A7D;
}
</style>
background-color css
<style>
a { background-color: #984A7D; }
a { background-color: rgb(152,74,125); }
div.DivClassName
{
background-color: #984A7D;
}
.BgClassName
{
background-color: #984A7D;
}
</style>
border-color css
<style>
span { border-color: #984A7D; }
span { border-color: rgb(152,74,125); }
td.TdClassName
{
border-color: #984A7D;
}
.TagClassName
{
border-color: #984A7D;
}
</style>