Shades of Strikemaster #984E7B
Tints of Strikemaster #984E7B
RGB
CMYK
RGB Variations
Color information
#984E7B (or 0x984E7B) is known color: Strikemaster. HEX triplet: 98, 4E and 7B. RGB value is (152,78,123). Sum of RGB (Red+Green+Blue) = 152+78+123=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 78 (30.86% from 255 or 22.10% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 152 - color contains mainly: red. Hex color #984E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984E7B is #67B184. Grayscale: #696969. Windows color (decimal): -6795653 or 8081048. OLE color: 8081048.
HSL color Cylindrical-coordinate representation of color #984E7B: hue angle of 323.51º 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 #984E7B is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 78 | 123 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.40 |
| HSL | 323.51º | 0.32% | 0.45% | - |
| HSV(B) | 323.51º | 0.49% | 0.6% | - |
| XYZ | 19.25 | 13.55 | 20.34 | - |
| YUV | 105.26 | 138.02 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 78 | 123 | 0 | 0.49 | 0.19 | 0.40 | 323.51 | 0.32 | 0.45 |
| Hex | 98 | 4E | 7B | 0 | 31 | 13 | 28 | 144 | 20 | 2D |
| Octal | 230 | 116 | 173 | 0 | 61 | 23 | 50 | 504 | 40 | 55 |
| Binary | 10011000 | 1001110 | 1111011 | 0 | 110001 | 10011 | 101000 | 101000100 | 100000 | 101101 |
Color Harmonies of #984E7B
Complementary color
Monochromatic Colors of #984E7B
Black with #984E7B
Text Example
Text Example
White with #984E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984E7B; }
p { color: rgb(152,78,123); }
H1.HeaderClassName
{
color: #984E7B;
}
.AnyTagClassName
{
color: #984E7B;
}
</style>
background-color css
<style>
a { background-color: #984E7B; }
a { background-color: rgb(152,78,123); }
div.DivClassName
{
background-color: #984E7B;
}
.BgClassName
{
background-color: #984E7B;
}
</style>
border-color css
<style>
span { border-color: #984E7B; }
span { border-color: rgb(152,78,123); }
td.TdClassName
{
border-color: #984E7B;
}
.TagClassName
{
border-color: #984E7B;
}
</style>