Shades of Strikemaster #994F86
Tints of Strikemaster #994F86
RGB
CMYK
RGB Variations
Color information
#994F86 (or 0x994F86) is known color: Strikemaster. HEX triplet: 99, 4F and 86. RGB value is (153,79,134). Sum of RGB (Red+Green+Blue) = 153+79+134=366 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.80% from 366); Green value is 79 (31.25% from 255 or 21.58% from 366); Blue value is 134 (52.73% from 255 or 36.61% from 366); Max value from RGB is 153 - color contains mainly: red. Hex color #994F86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #994F86 is #66B079. Grayscale: #6B6B6B. Windows color (decimal): -6729850 or 8802201. OLE color: 8802201.
HSL color Cylindrical-coordinate representation of color #994F86: hue angle of 315.41º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #994F86 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 79 | 134 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.4 |
| HSL | 315.41º | 0.32% | 0.45% | - |
| HSV(B) | 315.41º | 0.48% | 0.6% | - |
| XYZ | 20.24 | 14.09 | 24.21 | - |
| YUV | 107.4 | 143.02 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 79 | 134 | 0 | 0.48 | 0.12 | 0.4 | 315.41 | 0.32 | 0.45 |
| Hex | 99 | 4F | 86 | 0 | 30 | C | 28 | 13B | 20 | 2D |
| Octal | 231 | 117 | 206 | 0 | 60 | 14 | 50 | 473 | 40 | 55 |
| Binary | 10011001 | 1001111 | 10000110 | 0 | 110000 | 1100 | 101000 | 100111011 | 100000 | 101101 |
Color Harmonies of #994F86
Complementary color
Monochromatic Colors of #994F86
Black with #994F86
Text Example
Text Example
White with #994F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994F86; }
p { color: rgb(153,79,134); }
H1.HeaderClassName
{
color: #994F86;
}
.AnyTagClassName
{
color: #994F86;
}
</style>
background-color css
<style>
a { background-color: #994F86; }
a { background-color: rgb(153,79,134); }
div.DivClassName
{
background-color: #994F86;
}
.BgClassName
{
background-color: #994F86;
}
</style>
border-color css
<style>
span { border-color: #994F86; }
span { border-color: rgb(153,79,134); }
td.TdClassName
{
border-color: #994F86;
}
.TagClassName
{
border-color: #994F86;
}
</style>