Shades of Strikemaster #984E7F
Tints of Strikemaster #984E7F
RGB
CMYK
RGB Variations
Color information
#984E7F (or 0x984E7F) is known color: Strikemaster. HEX triplet: 98, 4E and 7F. RGB value is (152,78,127). Sum of RGB (Red+Green+Blue) = 152+78+127=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 78 (30.86% from 255 or 21.85% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 152 - color contains mainly: red. Hex color #984E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984E7F is #67B180. Grayscale: #696969. Windows color (decimal): -6795649 or 8343192. OLE color: 8343192.
HSL color Cylindrical-coordinate representation of color #984E7F: hue angle of 320.27º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #984E7F is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 78 | 127 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.40 |
| HSL | 320.27º | 0.32% | 0.45% | - |
| HSV(B) | 320.27º | 0.49% | 0.6% | - |
| XYZ | 19.5 | 13.66 | 21.69 | - |
| YUV | 105.71 | 140.02 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 78 | 127 | 0 | 0.49 | 0.16 | 0.40 | 320.27 | 0.32 | 0.45 |
| Hex | 98 | 4E | 7F | 0 | 31 | 10 | 28 | 140 | 20 | 2D |
| Octal | 230 | 116 | 177 | 0 | 61 | 20 | 50 | 500 | 40 | 55 |
| Binary | 10011000 | 1001110 | 1111111 | 0 | 110001 | 10000 | 101000 | 101000000 | 100000 | 101101 |
Color Harmonies of #984E7F
Complementary color
Monochromatic Colors of #984E7F
Black with #984E7F
Text Example
Text Example
White with #984E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984E7F; }
p { color: rgb(152,78,127); }
H1.HeaderClassName
{
color: #984E7F;
}
.AnyTagClassName
{
color: #984E7F;
}
</style>
background-color css
<style>
a { background-color: #984E7F; }
a { background-color: rgb(152,78,127); }
div.DivClassName
{
background-color: #984E7F;
}
.BgClassName
{
background-color: #984E7F;
}
</style>
border-color css
<style>
span { border-color: #984E7F; }
span { border-color: rgb(152,78,127); }
td.TdClassName
{
border-color: #984E7F;
}
.TagClassName
{
border-color: #984E7F;
}
</style>