Shades of Strikemaster #965F79
Tints of Strikemaster #965F79
RGB
CMYK
RGB Variations
Color information
#965F79 (or 0x965F79) is known color: Strikemaster. HEX triplet: 96, 5F and 79. RGB value is (150,95,121). Sum of RGB (Red+Green+Blue) = 150+95+121=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 95 (37.5% from 255 or 25.96% from 366); Blue value is 121 (47.66% from 255 or 33.06% from 366); Max value from RGB is 150 - color contains mainly: red. Hex color #965F79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965F79 is #69A086. Grayscale: #727272. Windows color (decimal): -6922375 or 7954326. OLE color: 7954326.
HSL color Cylindrical-coordinate representation of color #965F79: hue angle of 331.64º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #965F79 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 95 | 121 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.41 |
| HSL | 331.64º | 0.22% | 0.48% | - |
| HSV(B) | 331.64º | 0.37% | 0.59% | - |
| XYZ | 20.12 | 16.05 | 20.13 | - |
| YUV | 114.41 | 131.72 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 95 | 121 | 0 | 0.37 | 0.19 | 0.41 | 331.64 | 0.22 | 0.48 |
| Hex | 96 | 5F | 79 | 0 | 25 | 13 | 29 | 14C | 16 | 30 |
| Octal | 226 | 137 | 171 | 0 | 45 | 23 | 51 | 514 | 26 | 60 |
| Binary | 10010110 | 1011111 | 1111001 | 0 | 100101 | 10011 | 101001 | 101001100 | 10110 | 110000 |
Color Harmonies of #965F79
Complementary color
Monochromatic Colors of #965F79
Black with #965F79
Text Example
Text Example
White with #965F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965F79; }
p { color: rgb(150,95,121); }
H1.HeaderClassName
{
color: #965F79;
}
.AnyTagClassName
{
color: #965F79;
}
</style>
background-color css
<style>
a { background-color: #965F79; }
a { background-color: rgb(150,95,121); }
div.DivClassName
{
background-color: #965F79;
}
.BgClassName
{
background-color: #965F79;
}
</style>
border-color css
<style>
span { border-color: #965F79; }
span { border-color: rgb(150,95,121); }
td.TdClassName
{
border-color: #965F79;
}
.TagClassName
{
border-color: #965F79;
}
</style>