Shades of Strikemaster #994F77
Tints of Strikemaster #994F77
RGB
CMYK
RGB Variations
Color information
#994F77 (or 0x994F77) is known color: Strikemaster. HEX triplet: 99, 4F and 77. RGB value is (153,79,119). Sum of RGB (Red+Green+Blue) = 153+79+119=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 79 (31.25% from 255 or 22.51% from 351); Blue value is 119 (46.88% from 255 or 33.90% from 351); Max value from RGB is 153 - color contains mainly: red. Hex color #994F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994F77 is #66B088. Grayscale: #696969. Windows color (decimal): -6729865 or 7819161. OLE color: 7819161.
HSL color Cylindrical-coordinate representation of color #994F77: hue angle of 327.57º 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 #994F77 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 79 | 119 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.4 |
| HSL | 327.57º | 0.32% | 0.45% | - |
| HSV(B) | 327.57º | 0.48% | 0.6% | - |
| XYZ | 19.26 | 13.7 | 19.08 | - |
| YUV | 105.69 | 135.52 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 79 | 119 | 0 | 0.48 | 0.22 | 0.4 | 327.57 | 0.32 | 0.45 |
| Hex | 99 | 4F | 77 | 0 | 30 | 16 | 28 | 148 | 20 | 2D |
| Octal | 231 | 117 | 167 | 0 | 60 | 26 | 50 | 510 | 40 | 55 |
| Binary | 10011001 | 1001111 | 1110111 | 0 | 110000 | 10110 | 101000 | 101001000 | 100000 | 101101 |
Color Harmonies of #994F77
Complementary color
Monochromatic Colors of #994F77
Black with #994F77
Text Example
Text Example
White with #994F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994F77; }
p { color: rgb(153,79,119); }
H1.HeaderClassName
{
color: #994F77;
}
.AnyTagClassName
{
color: #994F77;
}
</style>
background-color css
<style>
a { background-color: #994F77; }
a { background-color: rgb(153,79,119); }
div.DivClassName
{
background-color: #994F77;
}
.BgClassName
{
background-color: #994F77;
}
</style>
border-color css
<style>
span { border-color: #994F77; }
span { border-color: rgb(153,79,119); }
td.TdClassName
{
border-color: #994F77;
}
.TagClassName
{
border-color: #994F77;
}
</style>