Shades of Strikemaster #984B7D
Tints of Strikemaster #984B7D
RGB
CMYK
RGB Variations
Color information
#984B7D (or 0x984B7D) is known color: Strikemaster. HEX triplet: 98, 4B and 7D. RGB value is (152,75,125). Sum of RGB (Red+Green+Blue) = 152+75+125=352 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.18% from 352); Green value is 75 (29.69% from 255 or 21.31% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 152 - color contains mainly: red. Hex color #984B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984B7D is #67B482. Grayscale: #676767. Windows color (decimal): -6796419 or 8211352. OLE color: 8211352.
HSL color Cylindrical-coordinate representation of color #984B7D: hue angle of 321.04º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #984B7D is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 75 | 125 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.40 |
| HSL | 321.04º | 0.34% | 0.45% | - |
| HSV(B) | 321.04º | 0.51% | 0.6% | - |
| XYZ | 19.17 | 13.19 | 20.94 | - |
| YUV | 103.72 | 140.01 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 75 | 125 | 0 | 0.51 | 0.18 | 0.40 | 321.04 | 0.34 | 0.45 |
| Hex | 98 | 4B | 7D | 0 | 33 | 12 | 28 | 141 | 22 | 2D |
| Octal | 230 | 113 | 175 | 0 | 63 | 22 | 50 | 501 | 42 | 55 |
| Binary | 10011000 | 1001011 | 1111101 | 0 | 110011 | 10010 | 101000 | 101000001 | 100010 | 101101 |
Color Harmonies of #984B7D
Complementary color
Monochromatic Colors of #984B7D
Black with #984B7D
Text Example
Text Example
White with #984B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984B7D; }
p { color: rgb(152,75,125); }
H1.HeaderClassName
{
color: #984B7D;
}
.AnyTagClassName
{
color: #984B7D;
}
</style>
background-color css
<style>
a { background-color: #984B7D; }
a { background-color: rgb(152,75,125); }
div.DivClassName
{
background-color: #984B7D;
}
.BgClassName
{
background-color: #984B7D;
}
</style>
border-color css
<style>
span { border-color: #984B7D; }
span { border-color: rgb(152,75,125); }
td.TdClassName
{
border-color: #984B7D;
}
.TagClassName
{
border-color: #984B7D;
}
</style>